Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1695723&r1=1695722&r2=1695723&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Aug 13 14:57:22 2015
@@ -99,7 +99,7 @@
       <fix>
         <bug>58192</bug>: Correct a regression in the previous fix for
         <bug>58023</bug>. Ensure that classes are associated with their 
manifest
-        even if the class file is frist read (and cached) without the manifest.
+        even if the class file is first read (and cached) without the manifest.
         (markt) 
       </fix>
       <fix>
@@ -154,6 +154,12 @@
         <bug>58166</bug>: Allow applications to send close codes in the range
         3000-4999 inclusive. (markt)
       </fix>
+      <fix>
+        <bug>58232</bug>: Avoid possible NPE when adding endpoints
+        programmatically to the
+        <code>javax.websocket.server.ServerContainer</code>.
+        Based on a patch provided by bastian.(violetagg)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Web applications">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to