Author: kkolinko
Date: Mon Jan 18 02:52:00 2016
New Revision: 1725168
URL: http://svn.apache.org/viewvc?rev=1725168&view=rev
Log:
Reorder according to BZ issue number.
Modified:
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1725168&r1=1725167&r2=1725168&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Mon Jan 18 02:52:00 2016
@@ -53,11 +53,6 @@
session IDs may be rejected if validation is enabled. (markt)
</fix>
<fix>
- <bug>58701</bug>: Reset the <code>instanceInitialized</code> field in
- <code>StandardWrapper</code> when unloading a Servlet so that a new
- instance may be correctly initialized. (markt)
- </fix>
- <fix>
Add path parameter handling to
<code>HttpServletRequest.getContextPath()</code>. This is a follow-up
to
the fix for <bug>57215</bug>. (markt)
@@ -66,7 +61,12 @@
<bug>58692</bug>: Make <code>StandardJarScanner</code> more robust. Log
a warning if a class path entry cannot be scanned rather than
triggering
the failure of the web application. Includes a test case written by
- Derek Abdine. (markt)
+ Derek Abdine. (markt)
+ </fix>
+ <fix>
+ <bug>58701</bug>: Reset the <code>instanceInitialized</code> field in
+ <code>StandardWrapper</code> when unloading a Servlet so that a new
+ instance may be correctly initialized. (markt)
</fix>
<fix>
<bug>58702</bug>: Ensure an access log entry is generated if the client
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]