I have followed this thread:
http://forums.smartclient.com/showthread.php?t=9633
To get Spring Security setup to respond to requests in which the Authentication has failed with the loginRequired marker. I have confirmed that in these cases fetch DS requests are in fact responding with that marker. However, I am using the XJSONDataSource methods and these do not seem to trigger RPCManager.setLoginRequiredCallback. Is there something special I need to do in order for this to work with XJSON type calls?
http://forums.smartclient.com/showthread.php?t=9633
To get Spring Security setup to respond to requests in which the Authentication has failed with the loginRequired marker. I have confirmed that in these cases fetch DS requests are in fact responding with that marker. However, I am using the XJSONDataSource methods and these do not seem to trigger RPCManager.setLoginRequiredCallback. Is there something special I need to do in order for this to work with XJSON type calls?
Comment