[
https://jira.jboss.org/jira/browse/JBPM-1050?page=com.atlassian.jira.plug...
]
Thomas Diesler updated JBPM-1050:
---------------------------------
Fix Version/s: jBPM 3.3.2 GA
Revisit open bugs
Missing security-role element in jbpm-console web.xml
-----------------------------------------------------
Key: JBPM-1050
URL:
https://jira.jboss.org/jira/browse/JBPM-1050
Project: JBoss jBPM
Issue Type: Bug
Components: Console
Affects Versions: jBPM 3.2.1
Reporter: James Baxter
Priority: Optional
Fix For: jBPM 3.3.2 GA
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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira