You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/09/14 02:36:11 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core LocalStrings.properties

craigmcc    00/09/13 17:36:10

  Modified:    catalina/src/share/org/apache/catalina/core
                        LocalStrings.properties
  Log:
  Remove comment-out characters ("#") from message keys that are potentially
  used in the source code (in StandardWrapperValve).
  
  Submitted by: Bernd Eilers <be...@staroffice.de>
  PR: BugRat Bug Report #107
  
  Revision  Changes    Path
  1.7       +4 -4      jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core/LocalStrings.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- LocalStrings.properties	2000/09/08 03:36:24	1.6
  +++ LocalStrings.properties	2000/09/14 00:36:10	1.7
  @@ -88,15 +88,15 @@
   standardWrapper.unloadException=Servlet {0} threw unload() exception
   http.100=The client may continue ({0}).
   http.101=The server is switching protocols according to the "Upgrade" header ({0}).
  -#http.201=The request succeeded and a new resource ({0}) has been created on the server.
  +http.201=The request succeeded and a new resource ({0}) has been created on the server.
   http.202=This request was accepted for processing, but has not been completed ({0}).
   http.203=The meta information presented by the client did not originate from the server ({0}).
   http.204=The request succeeded but there is no information to return ({0}).
   http.205=The client should reset the document view which caused this request to be sent ({0}).
  -#http.206=The server has fulfilled a partial GET request for this resource ({0}).
  +http.206=The server has fulfilled a partial GET request for this resource ({0}).
   http.300=The requested resource ({0}) corresponds to any one of a set of representations, each with its own specific location.
  -#http.301=The requested resource ({0}) has moved permanently to a new location.
  -#http.302=The requested resource ({0}) has moved temporarily to a new location.
  +http.301=The requested resource ({0}) has moved permanently to a new location.
  +http.302=The requested resource ({0}) has moved temporarily to a new location.
   http.303=The response to this request can be found under a different URI ({0}).
   http.304=The requested resource ({0}) is available and has not been modified.
   http.305=The requested resource ({0}) must be accessed through the proxy given by the "Location" header.