From jboss-remoting-commits at lists.jboss.org Wed Aug 4 21:40:37 2010 Content-Type: multipart/mixed; boundary="===============3619717915820451791==" MIME-Version: 1.0 From: jboss-remoting-commits at lists.jboss.org To: jboss-remoting-commits at lists.jboss.org Subject: [jboss-remoting-commits] JBoss Remoting SVN: r6025 - remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servlet/contenttype. Date: Wed, 04 Aug 2010 21:40:37 -0400 Message-ID: <201008050140.o751ebu9011306@svn01.web.mwc.hst.phx2.redhat.com> --===============3619717915820451791== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ron.sigal(a)jboss.com Date: 2010-08-04 21:40:36 -0400 (Wed, 04 Aug 2010) New Revision: 6025 Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servl= et/contenttype/ServletContentTypeTestClient.java remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servl= et/contenttype/TestInvocationHandlerCR.java remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servl= et/contenttype/TestInvocationHandlerLF.java remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/servl= et/contenttype/TestInvocationHandlerOK.java Log: JBREM-1241: Added svn:eol-style subversion property. Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transpor= t/servlet/contenttype/ServletContentTypeTestClient.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/contenttype/ServletContentTypeTestClient.java 2010-08-05 01:37:45 UTC (= rev 6024) +++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/contenttype/ServletContentTypeTestClient.java 2010-08-05 01:40:36 UTC (= rev 6025) @@ -1,60 +1,60 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ -package org.jboss.test.remoting.transport.servlet.contenttype; - -import org.apache.log4j.Logger; -import org.jboss.test.remoting.transport.http.contenttype.ContentTypeTestC= ase; - -/** - * Unit tests for JBREM-1101. - * = - * @author Ron Sigal - * @version = - *
- * Copyright Sep 1, 2009 - *
- */ -public class ServletContentTypeTestClient extends ContentTypeTestCase -{ - protected static Logger log =3D Logger.getLogger(ServletContentTypeTest= Client.class); - = - protected void setupServer(String contentType) throws Exception - { - locatorURI =3D "http://localhost:8080/servlet-invoker/ServerInvokerS= ervlet"; - = - if (CONTENT_TYPE.equals(contentType)) - { - locatorURI +=3D "/OK"; - } - if (INVALID_CONTENT_TYPE_CR.equals(contentType)) - { - locatorURI +=3D "/CR"; - } - else if (INVALID_CONTENT_TYPE_LF.equals(contentType)) - { - locatorURI +=3D "/LF"; - } - = - log.info("setting InvokerLocator to " + locatorURI); - } -} - +/* + * JBoss, Home of Professional Open Source. + * Copyright 2009, Red Hat Middleware LLC, and individual contributors + * as indicated by the @author tags. See the copyright.txt file in the + * distribution for a full listing of individual contributors. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ +package org.jboss.test.remoting.transport.servlet.contenttype; + +import org.apache.log4j.Logger; +import org.jboss.test.remoting.transport.http.contenttype.ContentTypeTestC= ase; + +/** + * Unit tests for JBREM-1101. + * = + * @author Ron Sigal + * @version = + *+ * Copyright Sep 1, 2009 + *
+ */ +public class ServletContentTypeTestClient extends ContentTypeTestCase +{ + protected static Logger log =3D Logger.getLogger(ServletContentTypeTest= Client.class); + = + protected void setupServer(String contentType) throws Exception + { + locatorURI =3D "http://localhost:8080/servlet-invoker/ServerInvokerS= ervlet"; + = + if (CONTENT_TYPE.equals(contentType)) + { + locatorURI +=3D "/OK"; + } + if (INVALID_CONTENT_TYPE_CR.equals(contentType)) + { + locatorURI +=3D "/CR"; + } + else if (INVALID_CONTENT_TYPE_LF.equals(contentType)) + { + locatorURI +=3D "/LF"; + } + = + log.info("setting InvokerLocator to " + locatorURI); + } +} + Property changes on: remoting2/branches/2.2/src/tests/org/jboss/test/remoti= ng/transport/servlet/contenttype/ServletContentTypeTestClient.java ___________________________________________________________________ Name: svn:eol-style + native Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transpor= t/servlet/contenttype/TestInvocationHandlerCR.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/contenttype/TestInvocationHandlerCR.java 2010-08-05 01:37:45 UTC (rev 6= 024) +++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/contenttype/TestInvocationHandlerCR.java 2010-08-05 01:40:36 UTC (rev 6= 025) @@ -1,64 +1,64 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - -package org.jboss.test.remoting.transport.servlet.contenttype; - -import java.util.Map; - -import javax.management.MBeanServer; - -import org.jboss.remoting.InvocationRequest; -import org.jboss.remoting.ServerInvocationHandler; -import org.jboss.remoting.ServerInvoker; -import org.jboss.remoting.callback.InvokerCallbackHandler; - -/** - * For JBREM-1101 unit tests. - * = - * @author Ron Sigal - * @version $Rev$ - *- * Copyright Sep 1, 2009 - *
- */ -public class TestInvocationHandlerCR implements ServerInvocationHandler -{ - public static String CONTENT_TYPE =3D "test/testContentType"; - public static String INVALID_CONTENT_TYPE_CR =3D "test/x" + '\r' + "y"; - public static String INVALID_CONTENT_TYPE_LF =3D "test/x" + '\n' + "y"; - public static String REQUEST =3D "testRequest"; - public static String RESPONSE =3D "testResponse"; - = - public void addListener(InvokerCallbackHandler callbackHandler) {} - public Object invoke(final InvocationRequest invocation) throws Throwab= le - { - Map response =3D invocation.getReturnPayload(); - if (response !=3D null) - { - response.put("Content-Type", INVALID_CONTENT_TYPE_CR); - } - return RESPONSE; - } - public void removeListener(InvokerCallbackHandler callbackHandler) {} - public void setMBeanServer(MBeanServer server) {} - public void setInvoker(ServerInvoker invoker) {} -} +/* + * JBoss, Home of Professional Open Source. + * Copyright 2009, Red Hat Middleware LLC, and individual contributors + * as indicated by the @author tags. See the copyright.txt file in the + * distribution for a full listing of individual contributors. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ + +package org.jboss.test.remoting.transport.servlet.contenttype; + +import java.util.Map; + +import javax.management.MBeanServer; + +import org.jboss.remoting.InvocationRequest; +import org.jboss.remoting.ServerInvocationHandler; +import org.jboss.remoting.ServerInvoker; +import org.jboss.remoting.callback.InvokerCallbackHandler; + +/** + * For JBREM-1101 unit tests. + * = + * @author Ron Sigal + * @version $Rev$ + *+ * Copyright Sep 1, 2009 + *
+ */ +public class TestInvocationHandlerCR implements ServerInvocationHandler +{ + public static String CONTENT_TYPE =3D "test/testContentType"; + public static String INVALID_CONTENT_TYPE_CR =3D "test/x" + '\r' + "y"; + public static String INVALID_CONTENT_TYPE_LF =3D "test/x" + '\n' + "y"; + public static String REQUEST =3D "testRequest"; + public static String RESPONSE =3D "testResponse"; + = + public void addListener(InvokerCallbackHandler callbackHandler) {} + public Object invoke(final InvocationRequest invocation) throws Throwab= le + { + Map response =3D invocation.getReturnPayload(); + if (response !=3D null) + { + response.put("Content-Type", INVALID_CONTENT_TYPE_CR); + } + return RESPONSE; + } + public void removeListener(InvokerCallbackHandler callbackHandler) {} + public void setMBeanServer(MBeanServer server) {} + public void setInvoker(ServerInvoker invoker) {} +} Property changes on: remoting2/branches/2.2/src/tests/org/jboss/test/remoti= ng/transport/servlet/contenttype/TestInvocationHandlerCR.java ___________________________________________________________________ Name: svn:eol-style + native Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transpor= t/servlet/contenttype/TestInvocationHandlerLF.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/contenttype/TestInvocationHandlerLF.java 2010-08-05 01:37:45 UTC (rev 6= 024) +++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/contenttype/TestInvocationHandlerLF.java 2010-08-05 01:40:36 UTC (rev 6= 025) @@ -1,64 +1,64 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - -package org.jboss.test.remoting.transport.servlet.contenttype; - -import java.util.Map; - -import javax.management.MBeanServer; - -import org.jboss.remoting.InvocationRequest; -import org.jboss.remoting.ServerInvocationHandler; -import org.jboss.remoting.ServerInvoker; -import org.jboss.remoting.callback.InvokerCallbackHandler; - -/** - * For JBREM-1101 unit tests. - * = - * @author Ron Sigal - * @version $Rev$ - *- * Copyright Sep 1, 2009 - *
- */ -public class TestInvocationHandlerLF implements ServerInvocationHandler -{ - public static String CONTENT_TYPE =3D "test/testContentType"; - public static String INVALID_CONTENT_TYPE_CR =3D "test/x" + '\r' + "y"; - public static String INVALID_CONTENT_TYPE_LF =3D "test/x" + '\n' + "y"; - public static String REQUEST =3D "testRequest"; - public static String RESPONSE =3D "testResponse"; - = - public void addListener(InvokerCallbackHandler callbackHandler) {} - public Object invoke(final InvocationRequest invocation) throws Throwab= le - { - Map response =3D invocation.getReturnPayload(); - if (response !=3D null) - { - response.put("Content-Type", INVALID_CONTENT_TYPE_CR); - } - return RESPONSE; - } - public void removeListener(InvokerCallbackHandler callbackHandler) {} - public void setMBeanServer(MBeanServer server) {} - public void setInvoker(ServerInvoker invoker) {} -} +/* + * JBoss, Home of Professional Open Source. + * Copyright 2009, Red Hat Middleware LLC, and individual contributors + * as indicated by the @author tags. See the copyright.txt file in the + * distribution for a full listing of individual contributors. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ + +package org.jboss.test.remoting.transport.servlet.contenttype; + +import java.util.Map; + +import javax.management.MBeanServer; + +import org.jboss.remoting.InvocationRequest; +import org.jboss.remoting.ServerInvocationHandler; +import org.jboss.remoting.ServerInvoker; +import org.jboss.remoting.callback.InvokerCallbackHandler; + +/** + * For JBREM-1101 unit tests. + * = + * @author Ron Sigal + * @version $Rev$ + *+ * Copyright Sep 1, 2009 + *
+ */ +public class TestInvocationHandlerLF implements ServerInvocationHandler +{ + public static String CONTENT_TYPE =3D "test/testContentType"; + public static String INVALID_CONTENT_TYPE_CR =3D "test/x" + '\r' + "y"; + public static String INVALID_CONTENT_TYPE_LF =3D "test/x" + '\n' + "y"; + public static String REQUEST =3D "testRequest"; + public static String RESPONSE =3D "testResponse"; + = + public void addListener(InvokerCallbackHandler callbackHandler) {} + public Object invoke(final InvocationRequest invocation) throws Throwab= le + { + Map response =3D invocation.getReturnPayload(); + if (response !=3D null) + { + response.put("Content-Type", INVALID_CONTENT_TYPE_CR); + } + return RESPONSE; + } + public void removeListener(InvokerCallbackHandler callbackHandler) {} + public void setMBeanServer(MBeanServer server) {} + public void setInvoker(ServerInvoker invoker) {} +} Property changes on: remoting2/branches/2.2/src/tests/org/jboss/test/remoti= ng/transport/servlet/contenttype/TestInvocationHandlerLF.java ___________________________________________________________________ Name: svn:eol-style + native Modified: remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transpor= t/servlet/contenttype/TestInvocationHandlerOK.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/contenttype/TestInvocationHandlerOK.java 2010-08-05 01:37:45 UTC (rev 6= 024) +++ remoting2/branches/2.2/src/tests/org/jboss/test/remoting/transport/serv= let/contenttype/TestInvocationHandlerOK.java 2010-08-05 01:40:36 UTC (rev 6= 025) @@ -1,64 +1,64 @@ -/* - * JBoss, Home of Professional Open Source. - * Copyright 2009, Red Hat Middleware LLC, and individual contributors - * as indicated by the @author tags. See the copyright.txt file in the - * distribution for a full listing of individual contributors. - * - * This is free software; you can redistribute it and/or modify it - * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 2.1 of - * the License, or (at your option) any later version. - * - * This software is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this software; if not, write to the Free - * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA, or see the FSF site: http://www.fsf.org. - */ - -package org.jboss.test.remoting.transport.servlet.contenttype; - -import java.util.Map; - -import javax.management.MBeanServer; - -import org.jboss.remoting.InvocationRequest; -import org.jboss.remoting.ServerInvocationHandler; -import org.jboss.remoting.ServerInvoker; -import org.jboss.remoting.callback.InvokerCallbackHandler; - -/** - * For JBREM-1101 unit tests. - * = - * @author Ron Sigal - * @version $Rev$ - *- * Copyright Sep 1, 2009 - *
- */ -public class TestInvocationHandlerOK implements ServerInvocationHandler -{ - public static String CONTENT_TYPE =3D "test/testContentType"; - public static String INVALID_CONTENT_TYPE_CR =3D "test/x" + '\r' + "y"; - public static String INVALID_CONTENT_TYPE_LF =3D "test/x" + '\n' + "y"; - public static String REQUEST =3D "testRequest"; - public static String RESPONSE =3D "testResponse"; - = - public void addListener(InvokerCallbackHandler callbackHandler) {} - public Object invoke(final InvocationRequest invocation) throws Throwab= le - { - Map response =3D invocation.getReturnPayload(); - if (response !=3D null) - { - response.put("Content-Type", CONTENT_TYPE); - } - return RESPONSE; - } - public void removeListener(InvokerCallbackHandler callbackHandler) {} - public void setMBeanServer(MBeanServer server) {} - public void setInvoker(ServerInvoker invoker) {} -} +/* + * JBoss, Home of Professional Open Source. + * Copyright 2009, Red Hat Middleware LLC, and individual contributors + * as indicated by the @author tags. See the copyright.txt file in the + * distribution for a full listing of individual contributors. + * + * This is free software; you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation; either version 2.1 of + * the License, or (at your option) any later version. + * + * This software is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this software; if not, write to the Free + * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA, or see the FSF site: http://www.fsf.org. + */ + +package org.jboss.test.remoting.transport.servlet.contenttype; + +import java.util.Map; + +import javax.management.MBeanServer; + +import org.jboss.remoting.InvocationRequest; +import org.jboss.remoting.ServerInvocationHandler; +import org.jboss.remoting.ServerInvoker; +import org.jboss.remoting.callback.InvokerCallbackHandler; + +/** + * For JBREM-1101 unit tests. + * = + * @author Ron Sigal + * @version $Rev$ + *+ * Copyright Sep 1, 2009 + *
+ */ +public class TestInvocationHandlerOK implements ServerInvocationHandler +{ + public static String CONTENT_TYPE =3D "test/testContentType"; + public static String INVALID_CONTENT_TYPE_CR =3D "test/x" + '\r' + "y"; + public static String INVALID_CONTENT_TYPE_LF =3D "test/x" + '\n' + "y"; + public static String REQUEST =3D "testRequest"; + public static String RESPONSE =3D "testResponse"; + = + public void addListener(InvokerCallbackHandler callbackHandler) {} + public Object invoke(final InvocationRequest invocation) throws Throwab= le + { + Map response =3D invocation.getReturnPayload(); + if (response !=3D null) + { + response.put("Content-Type", CONTENT_TYPE); + } + return RESPONSE; + } + public void removeListener(InvokerCallbackHandler callbackHandler) {} + public void setMBeanServer(MBeanServer server) {} + public void setInvoker(ServerInvoker invoker) {} +} Property changes on: remoting2/branches/2.2/src/tests/org/jboss/test/remoti= ng/transport/servlet/contenttype/TestInvocationHandlerOK.java ___________________________________________________________________ Name: svn:eol-style + native --===============3619717915820451791==--