You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Marek Siegfried Son (JIRA)" <ji...@apache.org> on 2010/07/05 13:01:57 UTC

[jira] Commented: (JSPWIKI-583) Login Redirect broken

    [ https://issues.apache.org/jira/browse/JSPWIKI-583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12885178#action_12885178 ] 

Marek Siegfried Son commented on JSPWIKI-583:
---------------------------------------------

My JSPWiki 2.8.3 installation shows up the same behaviour. Creating new pages by pasting the word "Aufwandschätzung" in the search field (quick navigation) produces the same issue as Harry Metske describes. Is there any solution or workaround for this problem available?

> 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.