login page doesn't redirect well
--------------------------------
Key: GTNPORTAL-1676
URL:
https://jira.jboss.org/browse/GTNPORTAL-1676
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Thomas Heute
How to reproduce :
1/ enter a private page + get parameters in the browser, like :
http://localhost:8080/ecmdemo/private/acme/editor?path=/repository/collab...
(that's an example of editing link we could receive by mail)
you can see that just the uri is in the initialURI property :
<input type="hidden" name="initialURI"
value="/ecmdemo/private/acme/editor"/>
2/ login with james for ex
3/ redirected to :
http://localhost:8080/ecmdemo/private/acme/editor
=> it should be initial URL with all the get parameters.
GET parameters are dynamic and can change from one page to another. Thus, all the
parameters should be followed.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira