Login Redirect broken
---------------------

                 Key: JSPWIKI-583
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-583
             Project: JSPWiki
          Issue Type: Bug
          Components: Authentication&Authorization
    Affects Versions: 2.8.2
         Environment: JSPWiki 2.8.2, Tomcat 6.0.16, Red Hat Linux
Firefox 3.5.1

            Reporter: Stefan Bohn


The Redirect after Login in on a page with special characters in pagename (eg. 
german umlauts) gernerates a wrong URL.

Container managed security with LDAP
Policies:
grant principal com.ecyrd.jspwiki.auth.authorize.Role "All" {
    permission com.ecyrd.jspwiki.auth.permissions.PagePermission "*:*", "view";
    permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", "login";
};

grant principal com.ecyrd.jspwiki.auth.authorize.Role "WikiUser" {
    permission com.ecyrd.jspwiki.auth.permissions.PagePermission "*:*", 
"modify,rename";
    permission com.ecyrd.jspwiki.auth.permissions.GroupPermission "*:*", "view";
    permission com.ecyrd.jspwiki.auth.permissions.GroupPermission 
"*:<groupmember>", "edit";
    permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", 
"createPages,createGroups";
};

login
create a page named 'Aufwandschätzung' (Aufwandsch%C3%A4tzung)
logout
view page 'Aufwandschätzung'
login
you are redirected to a page 'Aufwandschätzung' (Aufwandsch%C3%83Tzung), which 
does not exist.





-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to