home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / servlet-api.jar / javax / servlet / http / LocalStrings.properties < prev    next >
Encoding:
Text File  |  2004-08-28  |  1.2 KB  |  28 lines

  1. # Copyright 2004 The Apache Software Foundation
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. #     http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14.  
  15. # Default localized string information
  16. # Localized for Locale en_US
  17.  
  18. err.cookie_name_is_token=Cookie name \"{0}\" is a reserved token
  19. err.io.negativelength=Negative Length given in write method
  20. err.io.short_read=Short Read
  21.  
  22. http.method_not_implemented=Method {0} is not defined in RFC 2068 and is not supported by the Servlet API 
  23.  
  24. http.method_get_not_supported=HTTP method GET is not supported by this URL
  25. http.method_post_not_supported=HTTP method POST is not supported by this URL
  26. http.method_put_not_supported=HTTP method PUT is not supported by this URL
  27. http.method_delete_not_supported=Http method DELETE is not supported by this URL
  28.