You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/08/23 10:56:17 UTC

svn commit: r1757354 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Tue Aug 23 10:56:16 2016
New Revision: 1757354

URL: http://svn.apache.org/viewvc?rev=1757354&view=rev
Log:
Correct location of changelog entry

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1757354&r1=1757353&r2=1757354&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Aug 23 10:56:16 2016
@@ -158,6 +158,10 @@
         that the global resource is only visible via the
         <code>ResourceLinkFactory</code> when it is meant to be. (markt)
       </add>
+      <fix>
+        <bug>60008</bug>: When processing CORs requests, treat any origin with a
+        URI scheme of <code>file</code> as a valid origin. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Coyote">
@@ -191,10 +195,6 @@
         Ensure that <code>Semaphore.release</code> is called in all cases. Even
         when there is an exception. (violetagg)
       </fix>
-      <fix>
-        <bug>60008</bug>: When processing CORs requests, treat any origin with a
-        URI scheme of <code>file</code> as a valid origin. (markt)
-      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">



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