From fc16f56e2a95e23be6cf86ccfe7d4a6d3603baab Mon Sep 17 00:00:00 2001 From: Shireesh Anjal Date: Tue, 8 Mar 2011 22:06:42 +0530 Subject: Removed unnecessary plugin com.sun.jersey, introduced image caching. --- .../com/sun/jersey/impl/ApiMessages.class | Bin 709 -> 0 bytes .../com/sun/jersey/impl/ImplMessages.class | Bin 18801 -> 0 bytes .../com/sun/jersey/impl/SpiMessages.class | Bin 3882 -> 0 bytes com.sun.jersey/com/sun/jersey/impl/api.properties | 40 ------------- com.sun.jersey/com/sun/jersey/impl/impl.properties | 63 --------------------- com.sun.jersey/com/sun/jersey/impl/spi.properties | 9 --- 6 files changed, 112 deletions(-) delete mode 100644 com.sun.jersey/com/sun/jersey/impl/ApiMessages.class delete mode 100644 com.sun.jersey/com/sun/jersey/impl/ImplMessages.class delete mode 100644 com.sun.jersey/com/sun/jersey/impl/SpiMessages.class delete mode 100644 com.sun.jersey/com/sun/jersey/impl/api.properties delete mode 100644 com.sun.jersey/com/sun/jersey/impl/impl.properties delete mode 100644 com.sun.jersey/com/sun/jersey/impl/spi.properties (limited to 'com.sun.jersey/com/sun/jersey/impl') diff --git a/com.sun.jersey/com/sun/jersey/impl/ApiMessages.class b/com.sun.jersey/com/sun/jersey/impl/ApiMessages.class deleted file mode 100644 index 0ac91f10..00000000 Binary files a/com.sun.jersey/com/sun/jersey/impl/ApiMessages.class and /dev/null differ diff --git a/com.sun.jersey/com/sun/jersey/impl/ImplMessages.class b/com.sun.jersey/com/sun/jersey/impl/ImplMessages.class deleted file mode 100644 index 929247d2..00000000 Binary files a/com.sun.jersey/com/sun/jersey/impl/ImplMessages.class and /dev/null differ diff --git a/com.sun.jersey/com/sun/jersey/impl/SpiMessages.class b/com.sun.jersey/com/sun/jersey/impl/SpiMessages.class deleted file mode 100644 index 54675b5e..00000000 Binary files a/com.sun.jersey/com/sun/jersey/impl/SpiMessages.class and /dev/null differ diff --git a/com.sun.jersey/com/sun/jersey/impl/api.properties b/com.sun.jersey/com/sun/jersey/impl/api.properties deleted file mode 100644 index f867e167..00000000 --- a/com.sun.jersey/com/sun/jersey/impl/api.properties +++ /dev/null @@ -1,40 +0,0 @@ -# -# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. -# -# Copyright (c) 2010 Oracle and/or its affiliates. All rights reserved. -# -# The contents of this file are subject to the terms of either the GNU -# General Public License Version 2 only ("GPL") or the Common Development -# and Distribution License("CDDL") (collectively, the "License"). You -# may not use this file except in compliance with the License. You can -# obtain a copy of the License at -# https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html -# or packager/legal/LICENSE.txt. See the License for the specific -# language governing permissions and limitations under the License. -# -# When distributing the software, include this License Header Notice in each -# file and include the License file at packager/legal/LICENSE.txt. -# -# GPL Classpath Exception: -# Oracle designates this particular file as subject to the "Classpath" -# exception as provided by Oracle in the GPL Version 2 section of the License -# file that accompanied this code. -# -# Modifications: -# If applicable, add the following below the License Header, with the fields -# enclosed by brackets [] replaced by your own identifying information: -# "Portions Copyright [year] [name of copyright owner]" -# -# Contributor(s): -# If you wish your version of this file to be governed by only the CDDL or -# only the GPL Version 2, indicate your decision by adding "[Contributor] -# elects to include this software in this distribution under the [CDDL or GPL -# Version 2] license." If you don't indicate a single choice of license, a -# recipient has the option to distribute your version of this file under -# either the CDDL, the GPL Version 2 or to extend the choice of license to -# its licensees as provided above. However, if you add GPL Version 2 code -# and therefore, elected the GPL Version 2 license, then the option applies -# only if the new code is made subject to such option by the copyright -# holder. -# - diff --git a/com.sun.jersey/com/sun/jersey/impl/impl.properties b/com.sun.jersey/com/sun/jersey/impl/impl.properties deleted file mode 100644 index 2ecf85a8..00000000 --- a/com.sun.jersey/com/sun/jersey/impl/impl.properties +++ /dev/null @@ -1,63 +0,0 @@ -error.marshalling.jaxb=Error marshalling JAXB object of type "{0}". -error.unmarshalling.jaxb=Error unmarshalling JAXB object of type "{0}". -unable.to.write.mimemultipart=Unable to write MimeMultipart content. -resource.method=Resource, {0}, with method, {1} -resource.not.acceptable={0}, is returning a MIME type, "{1}", that is not acceptable. -resource.mimetype.not.in.produceMime={0}, is returning a MIME type, "{1}", that is acceptable but not a member of @ProduceMime, {2}. -nested.error=NESTED ERROR: {0}. -failed.to.create.web.resource=Failed to create Web resource: {0}. -default.could.not.process.method=Default value, {0} could not be processed by method {1}. -default.could.not.process.constructor=Default value, {0} could not be processed by constructor {1}. -exception.invoking.resource.method=Exception invoking Web resource method. -illegal.initial.capacity=Illegal initial capacity: {0}. -illegal.load.factor=Illegal load factor: {0}. -error.processing.method=Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}. -generic.type.not.supported=Generic type, {0}, not support for parameter {1}. -not.valid.httpmethod=Method, {0}, annotated with {1} of resource, {2}, is not recognized as valid resource method. -not.valid.dynamicresolvingmethod=Method, {0}, annotated with URI template {1} of resource, {2}, is not recognized as valid Java method annotated with @Path. -quality.more.than.three=Quality value "{0}" has more than 3 digits after the decimal point. -quality.greater.than.one=Quality value "{0}" is greater than 1. -object.not.a.webResource=Object, "{0}": is not a Web resource since it is not annotated with @Path. -bad.uritemplate=Web resource, "{0}": URI template "{1}" of @Path could not be processed on Web resource. -bad.class.consumemime=Web resource, "{0}": MIME types "{1}" of @ConsumeMime could not be processed on Web resource. -bad.class.producemime=Web resource, "{0}": MIME types "{1}" of @ProcudeMime could not be processed on Web resource. -bad.method.httpmethod=Web resource, "{0}": HTTP method "{1}" of @HttpMethod could not be processed on method "{2}" of Web Resource. -bad.consumemime=Web resource, "{0}": HTTP method "{1}" of @HttpMethod could not be processed on method "{2}" of Web Resource. -bad.method.consumemime=Web resource, "{0}": MIME types "{1}" of @ConsumeMime could not be processed on method "{2} of Web Resource. -bad.method.producemime=Web resource, "{0}": MIME types "{1}" of @ProduceMime could not be processed on method "{2} of Web Resource. -illegal.config.syntax=Illegal configuration-file syntax. -illegal.provider.class.name=Illegal provider-class name: {0}. -provider.not.found=Provider {0} not found. -provider.could.not.be.created=Provider {0} could not be instantiated: {1} -no.webresourceclass.in.webxml=No "webresourceclass" specified in web.xml. -byte.array.cannot.be.null=data parameter, of type byte[], cannot be null. -bad.content.type=The HTTP header field "Content-Type" with value "{0}" could not be parsed. -bad.mime.type=The MIME type of the representation with value "{0}" could not be parsed. -bad.accept.field=The HTTP header field "Accept" with value "{0}" could not be parsed. -error.no.sub.res.method.locator.found=A resource class, {0}, does not have any resource method, sub-resource method, or sub-resource locator. -error.res.uri.path.required=A root resource class, {0}, MUST have a URI path. -error.res.uri.path.invalid=A root resource class, {0}, has an invalid URI path: {1}. -error.subres.loc.uri.path.invalid=A sub-resource locator, {0}, has an invalid URI path: {1} -error.subres.loc.has.entity.param=A sub-resource locator, {0}, can not have an entity parameter. Try to move the parameter to the corresponding resource method. -error.subres.method.uri.path.invalid=A sub-resource method, {0}, has an invalid URI path: {1} -error.get.returns.void=A HTTP GET method, {0}, MUST return a non-void type. -error.get.consumes.entity=A HTTP GET method, {0}, should not consume any entity. -error.subres.loc.returns.void=A sub-resource locator, {0}, MUST return a non-void type. -new.ar.created.by.introspection.modeler=A new abstract resource created by IntrospectionModeler: {0} -ambiguous.parameter=Parameter {1} of {0} MUST be only one of a path, query, matrix or header parameter. -non.pub.res.method=A resource method, {0}, MUST be public scoped otherwise the method is ignored -non.pub.sub.res.method=A sub-resource method, {0}, MUST be public scoped otherwise the method is ignored -non.pub.sub.res.loc=A sub-resource locator, {0}, MUST be public scoped otherwise the method is ignored -fatal.issues.found.at.res.class=Fatal issues found at class {0}. See logs for more details. -web.app.already.initiated=Web application is already initiated. -no.root.res.in.res.cfg=The ResourceConfig instance does not contain any root resource classes. -root.res.no.public.ctor=A root resource, {0}, MUST have a public constructor -ambiguous.ctors=A root resource, {0}, has ambiguous constructors to use for initialization -ambiguous.srls=A resource, {0}, has ambiguous sub-resource locator for URI template {1}, which matches with template {2} -ambiguous.rms.in=A resource, {0}, has ambiguous resource method for HTTP method {1} and input mime-type: {2}. The problematic mime-type sets (as defined by @Consumes annotation at Java methods {3} and {4}) are {5} and {6}. This could cause an error for conflicting output types! -ambiguous.rms.out=A resource, {0}, has ambiguous resource method for HTTP method {1} and output mime-type: {2}. The problematic mime-type sets (as defined by @Produces annotation at Java methods {3} and {4}) are {5} and {6} -ambiguous.srms.in=A resource, {0}, has ambiguous sub-resource method for HTTP method {1}, URI path template {2}, and input mime-type: {3}. The problematic mime-type sets (as defined by @Consumes annotation at Java methods {4} and {5}) are {6} and {7}. This could cause an error for conflicting output types! -ambiguous.srms.out=A resource, {0}, has ambiguous sub-resource method for HTTP method {1}, URI path template {2}, and output mime-type: {3}. The problematic mime-type sets (as defined by @Produces annotation at Java methods {4} and {5}) are {6} and {7} -multiple.http.method.designators=A (sub-)resource method, {0}, should have only one HTTP method designator. It currently has the following designators defined: {1} -ambiguous.rr.path=A root resource, {0}, has a non-unique URI template {1} -sub.res.method.treated.as.res.method=A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method \ No newline at end of file diff --git a/com.sun.jersey/com/sun/jersey/impl/spi.properties b/com.sun.jersey/com/sun/jersey/impl/spi.properties deleted file mode 100644 index f604f53b..00000000 --- a/com.sun.jersey/com/sun/jersey/impl/spi.properties +++ /dev/null @@ -1,9 +0,0 @@ -uritemplate.cannot.be.null=URI template cannot be null. -template.name.to.value.not.null=Template name to value map cannot be null. -illegal.config.syntax=Illegal configuration-file syntax. -illegal.provider.class.name=Illegal provider-class name: {0}. -provider.could.not.be.created=The class {0} implementing provider {1} could not be instantiated: {2} -provider.class.could.not.be.loaded=The class {0} implementing provider {1} could not be loaded: {2} -provider.not.found=The class {0} implementing the provider {1} is not found. The provider implementation is ignored. -dependent.class.of.provider.not.found=A dependent class, {0}, of the class {1} implementing the provider {2} is not found. The provider implementation is ignored. -dependent.class.of.provider.format.error={0}. A dependent class of the class {1} implementing the provider {2} is malformed. The provider implementation is ignored. Check if the malformed class is part of a stubbed jar that used for compiling only. \ No newline at end of file -- cgit