[
https://jira.jboss.org/browse/JBAS-8265?page=com.atlassian.jira.plugin.sy...
]
Emmanuel Bernard commented on JBAS-8265:
----------------------------------------
There is a bug in the Spring Security security.tld file.
<attribute>
<description>Set HTML escaping for this tag, as a boolean
value.</description>
<name>htmlEscape</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
should be
<attribute>
<name>htmlEscape</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<description>Set HTML escaping for this tag, as a boolean
value.</description>
</attribute>
The easiest solution for you is to patch the file.
Unable to run spring-security-3 with JBoss AS 6M4
-------------------------------------------------
Key: JBAS-8265
URL:
https://jira.jboss.org/browse/JBAS-8265
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 6.0.0.M4
Reporter: Matthew Schmidt
When trying to deploy our app on JBoss AS 6M4, we run into a problem where the server
apparently won't validate the spring security taglibs. It complains about how
attribute is not an appropriate element. Any help here would be greatly appreciated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira