Update TLD uri to new acegisecurity.org location

This commit is contained in:
Carlos Sanchez 2006-07-11 18:47:47 +00:00
parent 5d15856ccc
commit e5c2ef2d98
1 changed files with 1 additions and 1 deletions

View File

@ -1373,7 +1373,7 @@ if (obj instanceof UserDetails) {
<literal>web.xml</literal>:</para>
<para><programlisting>&lt;taglib&gt;
&lt;taglib-uri&gt;http://acegisecurity.sf.net/authz&lt;/taglib-uri&gt;
&lt;taglib-uri&gt;http://acegisecurity.org/authz&lt;/taglib-uri&gt;
&lt;taglib-location&gt;/WEB-INF/authz.tld&lt;/taglib-location&gt;
&lt;/taglib&gt; </programlisting></para>
</sect1>