[ https://issues.apache.org/jira/browse/JSPWIKI-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264182#comment-13264182 ]
xionghaoqi commented on JSPWIKI-583: ------------------------------------ Maybe you should try this: find the javascript jspwiki-common.js in the /scripts portfolio in the function handleResult delete if(!search) s = Wiki.cleanLink(s);//remove invalid chars from the pagename the problem will be solved > editing pages via the Quick Navigation field does not work for pages with > non-ASCII chars (like Aufwandschätzung) > ----------------------------------------------------------------------------------------------------------------- > > 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. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira