Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Create account - http parameter lost

Hi Jay,

We updated the /users API last week. It does not use query parameters but passes in all of the arguments using JSON. See https://wiki.eclipse.org/Orion/Server_API/User_API#Create_a_user

The Orion client and server were both updated for these changes, did you pull both the client and server changes?

Cheers...
Anthony




From:        Jayaprakash Arthanareeswaran <jarthana@xxxxxxxxxx>
To:        orion-dev@xxxxxxxxxxx
Date:        12/04/2014 04:03 AM
Subject:        [orion-dev] Create account - http parameter lost
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Hello folks,

I just moved my orion set-up to a new workspace and when launched Orion server locally, I am running into issues wrt to user account creation. This was working very well last week.


When I fill up the form and submit from the Create an Account page, I get this error: "
User login not specified"

I did some debugging and find that
UserHandlerV1 only gets null for all the http parameters. The last point I see the parameters are in HttpParser#parseNext( ). Something might be going wrong
on the Jetty side? I have a feeling that this is something silly on my part, because things were working well till last week. Only two things changed since then: My new workspace and I pulled from the repo.


Any hint on solving this will be great, thanks in advance.


Regards,

Jay
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev

Back to the top