You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2014/03/31 21:41:50 UTC

svn commit: r1583419 - in /tomcat/jk/trunk: native/iis/jk_isapi_plugin.c xdocs/miscellaneous/changelog.xml

Author: rjung
Date: Mon Mar 31 19:41:50 2014
New Revision: 1583419

URL: http://svn.apache.org/r1583419
Log:
PR 53542: ISAPI: Fix grammar in 503 error page.

Modified:
    tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
    tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml

Modified: tomcat/jk/trunk/native/iis/jk_isapi_plugin.c
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/native/iis/jk_isapi_plugin.c?rev=1583419&r1=1583418&r2=1583419&view=diff
==============================================================================
--- tomcat/jk/trunk/native/iis/jk_isapi_plugin.c (original)
+++ tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Mon Mar 31 19:41:50 2014
@@ -410,7 +410,7 @@ static struct error_reasons {
     },
     { 503,
       "Service Unavailable",
-      "Service Temporary Unavailable",
+      "Service Temporarily Unavailable",
       "The server is temporarily unable to service your "
       "request due to maintenance downtime or capacity problems. "
       "Please try again later."

Modified: tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml?rev=1583419&r1=1583418&r2=1583419&view=diff
==============================================================================
--- tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml (original)
+++ tomcat/jk/trunk/xdocs/miscellaneous/changelog.xml Mon Mar 31 19:41:50 2014
@@ -54,6 +54,9 @@
       <fix>
         <bug>55683</bug>: Remove quotes from quoted session cookies. (rjung)
       </fix>
+      <fix>
+        <bug>53542</bug>: ISAPI: Fix grammar in 503 error page. (rjung)
+      </fix>
     </changelog>
   </subsection>
 </section>



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