Results 1 to 2 of 2

Thread: Retrieving parameters from Multipart Request

  1. #1

    Default 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

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Sorry, I haven't seen this before. It's not really an issue with Acegi Security. Maybe try the web forum for some assistance.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •