-
Feb 23rd, 2006, 08:14 AM
#1
Retrieving parameters from Multipart Request
Folks,
I'm hitting a rather strange error.
I have a class which implements RememberMeServices, in much the same way as TokenBasedRememberMeServices. Instead of using a cookie however I source the token from the parameters.
So essentially I call String token = request.getParameter("token"); from inside the autoLogin method. Normally this is fine.
However when the form is a mutipart request, the parameter map is always empty. If I bypass acegi, the parameters are available in my servlet as you would expect.
Does anyone have any ideas what this could be?
I'm running the acegi 1.0 RC2
-
Mar 6th, 2006, 07:54 AM
#2
Sorry, I haven't seen this before. It's not really an issue with Acegi Security. Maybe try the web forum for some assistance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules