You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Harry Metske (JIRA)" <ji...@apache.org> on 2009/08/05 20:28:15 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=12739659#action_12739659 ] 

Harry Metske commented on JSPWIKI-583:
--------------------------------------

Can't reproduce this on the Sandbox (Chrome on Ubuntu 9.04)

* login
* create page Aufwandschätzung
* logout
* view page Aufwandschätzung
* login
* now I'm redirected to Aufwandschätzung

I did notice another issue, I paste the word "Aufwandschätzung" in the search field, hover the mouse over and click the Edit field, you get the Edit page for page Aufwandschtzung instead of Aufwandschätzung.

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