UnavailableException. Patch provided by Kawasima Kazuh. (markt)
</fix>
</changelog>
-</section>
-<subsection name="Coyote">
+ </subsection>
+ <subsection name="Coyote">
<changelog>
<fix>
<bug>42119</bug> Fix return value for request.getCharacterEncoding() when
</fix>
</changelog>
</subsection>
+ <subsection name="Webapps">
+ <changelog>
+ <fix>
+ <bug>42025</bug>: Update valve documentation to refer to correct regular
+ expression implementation. (markt)
+ </fix>
+ </changelog>
+ </subsection>
+</section>
<section name="Tomcat 6.0.11 (remm)">
<subsection name="General">
<changelog>
presented to this container for processing before it will be passed on.</p>
<p>The syntax for <em>regular expressions</em> is different than that for
- 'standard' wildcard matching. Tomcat uses the
- <a href="http://jakarta.apache.org/regexp/">Jakarta Regexp</a> library.
- Please consult the Regexp documentation for details of the expressions
- supported.</p>
+ 'standard' wildcard matching. Tomcat uses the <code>java.util.regex</code>
+ package. Please consult the Java documentation for details of the
+ expressions supported.</p>
</subsection>
presented to this container for processing before it will be passed on.</p>
<p>The syntax for <em>regular expressions</em> is different than that for
- 'standard' wildcard matching. Tomcat uses the
- <a href="http://jakarta.apache.org/regexp/">Jakarta Regexp</a> library.
- Please consult the Regexp documentation for details of the expressions
- supported.</p>
+ 'standard' wildcard matching. Tomcat uses the <code>java.util.regex</code>
+ package. Please consult the Java documentation for details of the
+ expressions supported.</p>
</subsection>