Added code contributed by BJ Hargrave to begin a Servlet 2.1 API bundle (FELIX-40).

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@355208 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/javax.servlet/src/main/java/javax/servlet/http/LocalStrings.properties b/javax.servlet/src/main/java/javax/servlet/http/LocalStrings.properties
new file mode 100644
index 0000000..5908d24
--- /dev/null
+++ b/javax.servlet/src/main/java/javax/servlet/http/LocalStrings.properties
@@ -0,0 +1,13 @@
+# Default localized string information
+# Localized for Locale en_US
+
+err.cookie_name_is_token=Cookie name {0} is a reserved token
+err.io.negativelength=Negative Length given in write method
+err.io.short_read=Short Read
+
+http.method_not_implemented=Method {0} is not defined in RFC 2068 and is not supported by the Servlet API 
+
+http.method_get_not_supported=HTTP method GET is not supported by this URL
+http.method_post_not_supported=HTTP method POST is not supported by this URL
+http.method_put_not_supported=HTTP method PUT is not supported by this URL
+http.method_delete_not_supported=Http method DELETE is not supported by this URL