[richfaces-issues] [JBoss JIRA] (RF-11309) form authentication broken

Radim Hanus (Commented) (JIRA) jira-events at lists.jboss.org
Wed Nov 23 09:23:41 EST 2011


    [ https://issues.jboss.org/browse/RF-11309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645128#comment-12645128 ] 

Radim Hanus commented on RF-11309:
----------------------------------

Yeah it really works if you change url pattern from "*.xhtml" -> "/faces/*" along with login/error pages referencies
                
> form authentication broken
> --------------------------
>
>                 Key: RF-11309
>                 URL: https://issues.jboss.org/browse/RF-11309
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: core
>    Affects Versions: 4.0.0.Final
>         Environment: jboss-6.0.0.Final, richfaces-4.0.0.Final, Firefox 4 & 5
>            Reporter: Radim Hanus
>            Assignee: Brian Leathem
>         Attachments: jsf2demo-original.zip, jsf2demo-updated-mapping.zip
>
>
> described in forum thread in a great detail, simple war to reproduce enclosed as well
> *steps to deploy the test application to JBoss AS 7.0.2* (from forum)
> # download and extract jsf2demo.zip (see attachments)
> # package contained maven project
> # add a security domain into standalone.xml:
> {code}
> <security-domain name="jmx-console">
>      <authentication>
>           <login-module code="UsersRoles" flag="required">
>                <module-option name="usersProperties" value="${jboss.server.config.dir}/jmx-console-users.properties"/>
>                <module-option name="rolesProperties" value="${jboss.server.config.dir}/jmx-console-roles.properties"/>
>           </login-module>
>      </authentication>
> </security-domain>
> {code}
> # copy both *jmx-console-users.properties* and *jmx-console-roles.properties* from jboss-6.0.0.Final/server/default/conf/props to jboss7/standalone/configuration
> # deplot packaged WAR file

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list