]> WPIA git - gigi.git/blob - lib/servlet-api/javax/servlet/http/LocalStrings.properties
adding servlet api (from tomcat)
[gigi.git] / lib / servlet-api / javax / servlet / http / LocalStrings.properties
1 # Licensed to the Apache Software Foundation (ASF) under one or more
2 # contributor license agreements.  See the NOTICE file distributed with
3 # this work for additional information regarding copyright ownership.
4 # The ASF licenses this file to You under the Apache License, Version 2.0
5 # (the "License"); you may not use this file except in compliance with
6 # the License.  You may obtain a copy of the License at
7 #
8 #     http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 # Default localized string information
17 # Localized for Locale en_US
18
19 err.cookie_name_is_token=Cookie name \"{0}\" is a reserved token
20 err.cookie_name_blank=Cookie name may not be null or zero length
21 err.io.nullArray=Null passed for byte array in write method
22 err.io.indexOutOfBounds=Invalid offset [{0}] and / or length [{1}] specified for array of size [{2}]
23 err.io.short_read=Short Read
24
25 http.method_not_implemented=Method {0} is not is not implemented by this servlet for this URI
26
27 http.method_get_not_supported=HTTP method GET is not supported by this URL
28 http.method_post_not_supported=HTTP method POST is not supported by this URL
29 http.method_put_not_supported=HTTP method PUT is not supported by this URL
30 http.method_delete_not_supported=Http method DELETE is not supported by this URL