after login, redirection is wrong
---------------------------------

                 Key: PAXWICKET-35
                 URL: http://issues.ops4j.org/browse/PAXWICKET-35
             Project: Pax Wicket
          Issue Type: Bug
            Reporter: Ittay Dror
            Assignee: Niclas Hedhman


I created an authenticated application 'foo-app' mounted on 'foo' the home page 
has @AuthorizeInstantiation("USER") annotation. So when I point my browser to 
localhost:8080/foo, I get a login page. I login and I am then redirected to 
localhost:8080/foo/foo, which doesn't exist. The reason is that when 
intercepting localhost:8080/foo before the login, the url that is saved is 
'/foo/' which is then used (as 'foo/') for the redirect after login.

I only assume this is a result of working with pax wicket (maybe jetty http 
service). 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.ops4j.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to