[jboss-jira] [JBoss JIRA] Created: (JBPM-1050) Missing security-role element in jbpm-console web.xml
James Baxter (JIRA)
jira-events at lists.jboss.org
Wed Sep 5 04:38:11 EDT 2007
Missing security-role element in jbpm-console web.xml
-----------------------------------------------------
Key: JBPM-1050
URL: http://jira.jboss.com/jira/browse/JBPM-1050
Project: JBoss jBPM
Issue Type: Bug
Components: Web Interface
Affects Versions: jBPM jPDL 3.2.1
Reporter: James Baxter
Assigned To: Tom Baeyens
Priority: Optional
The jbpm-console uses a security role named 'user' in a security-constraint but does not declare the role in a security-role element. This produces the following console output:
[code]
INFO [ContextConfig] WARNING: Security role name user used in an <auth-constraint> without being defined in a <security-role>
[/code]
This issue can be fixed by adding the following to the web.xml:
[code]
<security-role>
<role-name>user</role-name>
</security-role>
[/code]
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list