mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-08 19:42:48 +00:00
SEC-1518: Fix element ordering in security.tld
This commit is contained in:
parent
c891ab45ec
commit
8b5c70951d
@ -3,7 +3,7 @@
|
|||||||
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
|
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
|
||||||
"http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
|
"http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
|
||||||
<taglib>
|
<taglib>
|
||||||
<tlib-version>1.0</tlib-version>
|
<tlib-version>1.1.1</tlib-version>
|
||||||
<jsp-version>1.2</jsp-version>
|
<jsp-version>1.2</jsp-version>
|
||||||
<short-name>security</short-name>
|
<short-name>security</short-name>
|
||||||
<uri>http://www.springframework.org/security/tags</uri>
|
<uri>http://www.springframework.org/security/tags</uri>
|
||||||
@ -110,10 +110,10 @@
|
|||||||
</description>
|
</description>
|
||||||
</attribute>
|
</attribute>
|
||||||
<attribute>
|
<attribute>
|
||||||
<description>Set HTML escaping for this tag, as a boolean value.</description>
|
|
||||||
<name>htmlEscape</name>
|
<name>htmlEscape</name>
|
||||||
<required>false</required>
|
<required>false</required>
|
||||||
<rtexprvalue>true</rtexprvalue>
|
<rtexprvalue>true</rtexprvalue>
|
||||||
|
<description>Set HTML escaping for this tag, as a boolean value.</description>
|
||||||
</attribute>
|
</attribute>
|
||||||
<attribute>
|
<attribute>
|
||||||
<name>scope</name>
|
<name>scope</name>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user