[ 
https://issues.apache.org/jira/browse/JSPWIKI-389?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Janne Jalkanen updated JSPWIKI-389:
-----------------------------------

         Priority: Major  (was: Critical)
    Fix Version/s: 3.0

Probably yes, but since JSPWiki isn't yet an Apache JSPWiki (at least not until 
it graduates, which is 3.0), we can postpone this one.

I don't think anyone in the dev team uses Geronimo, so if any Geronimo-hackers 
out there want to take a swing at this, that would be great.

> Container managed login fails with Geronimo 
> --------------------------------------------
>
>                 Key: JSPWIKI-389
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-389
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Authentication&Authorization
>            Reporter: Jürgen Weber
>             Fix For: 3.0
>
>
> I tried JSPWiki v2.8.0-beta-10  on Geronimo 2.1.3 (Sun 1.6.0_07 on Ubuntu 
> 8.0.4)
> JSPWiki comes up fine, but when I try to log in, the
> http://linda:8080/JSPWiki/Login.jsp?redirect=Main
> is forbidden.
> jspwiki.policy unchanged, web.xml uncommented container managed security, 
> geronimo-web.xml as below.
> Apache JSPWiki should work on Apache Geronimo.
> ------------
> <?xml version="1.0" encoding="UTF-8"?>
> <web-app xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-2.0"; 
>          xmlns:naming="http://geronimo.apache.org/xml/ns/naming-1.2"; 
>          xmlns:sec="http://geronimo.apache.org/xml/ns/security-2.0"; 
>          xmlns:sys="http://geronimo.apache.org/xml/ns/deployment-1.2";>
>   <security-realm-name>jspwiki-properties-realm</security-realm-name>
>   
>   <sec:security>
>     <sec:role-mappings>
>       <sec:role role-name="Authenticated">
>         <sec:principal 
> class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal" 
> name="Authenticated" designated-run-as="true"/>
>       </sec:role>
>       <sec:role role-name="admin">
>         <sec:principal 
> class="org.apache.geronimo.security.realm.providers.GeronimoGroupPrincipal" 
> name="admin" designated-run-as="true"/>
>       </sec:role>
>       
>     </sec:role-mappings>
>   </sec:security>
> </web-app>

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