Author: markt
Date: Tue Apr 24 12:47:49 2018
New Revision: 1829988
URL: http://svn.apache.org/viewvc?rev=1829988&view=rev
Log:
Fix indents
Modified:
tomcat/trunk/webapps/examples/WEB-INF/web.xml
Modified: tomcat/trunk/webapps/examples/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/WEB-INF/web.xml?rev=1829988&r1=1829987&r2=1829988&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/WEB-INF/web.xml (original)
+++ tomcat/trunk/webapps/examples/WEB-INF/web.xml Tue Apr 24 12:47:49 2018
@@ -210,7 +210,7 @@
</jsp-property-group>
</jsp-config>
- <security-constraint>
+ <security-constraint>
<display-name>Example Security Constraint - part 1</display-name>
<web-resource-collection>
<web-resource-name>Protected Area - Allow methods</web-resource-name>
@@ -229,7 +229,7 @@
<role-name>role1</role-name>
</auth-constraint>
</security-constraint>
- <security-constraint>
+ <security-constraint>
<display-name>Example Security Constraint - part 2</display-name>
<web-resource-collection>
<web-resource-name>Protected Area - Deny methods</web-resource-name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]