svn commit: r409042 [2/2] - in /tomcat/sandbox/java/org/apache/tomcat/util/net/http11: ./ Http11Processor.java Http11Protocol.java InternalInputBuffer.java InternalOutputBuffer.java

2006-05-23 Thread costin
Added: tomcat/sandbox/java/org/apache/tomcat/util/net/http11/InternalInputBuffer.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/java/org/apache/tomcat/util/net/http11/InternalInputBuffer.java?rev=409042&view=auto =

svn commit: r409043 - in /tomcat/sandbox: ./ java/org/apache/tomcat/util/loader/ java/org/apache/tomcat/util/threads/

2006-05-23 Thread costin
Author: costin Date: Tue May 23 19:53:22 2006 New Revision: 409043 URL: http://svn.apache.org/viewvc?rev=409043&view=rev Log: More cleanup. Removed: tomcat/sandbox/java/org/apache/tomcat/util/loader/Loader.java tomcat/sandbox/java/org/apache/tomcat/util/loader/ModuleListener.

svn commit: r409044 - in /tomcat/sandbox/java/org/apache/coyote/servlet: ./ util/

2006-05-23 Thread costin
Author: costin Date: Tue May 23 19:54:17 2006 New Revision: 409044 URL: http://svn.apache.org/viewvc?rev=409044&view=rev Log: Updates to match the cleaned-up stuff Added: tomcat/sandbox/java/org/apache/coyote/servlet/Main.java tomcat/sandbox/java/org/apache/coyote/ser

svn commit: r409045 - in /tomcat/sandbox/java/org/apache/tomcat/servlets/file: ./ FileServlet.java

2006-05-23 Thread costin
Author: costin Date: Tue May 23 19:55:05 2006 New Revision: 409045 URL: http://svn.apache.org/viewvc?rev=409045&view=rev Log: Trivial file servlet ( based on the coyote file adapter ), will be replaced with a refactored default servlet from catalina. Added: tomcat/sandbox/java/org/ap

svn commit: r415794 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 13:43:37 2006 New Revision: 415794 URL: http://svn.apache.org/viewvc?rev=415794&view=rev Log: Direct calls instead of introspection via JMX Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/tc6.0.x/trunk/

svn commit: r415796 - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/threads: Expirer.java Reaper.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 13:45:36 2006 New Revision: 415796 URL: http://svn.apache.org/viewvc?rev=415796&view=rev Log: Dead code, nobody seems to be using it. Removed: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/threads/Expirer.java tomcat/tc6.0.x/trunk/java/org/apache/to

svn commit: r415797 - /tomcat/tc6.0.x/trunk/java/org/apache/coyote/Request.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 13:46:23 2006 New Revision: 415797 URL: http://svn.apache.org/viewvc?rev=415797&view=rev Log: Add a quick comment. Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/Request.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/coyote/Request.java URL:

svn commit: r415811 [2/2] - in /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/modeler: ./ modules/

2006-06-20 Thread costin
ame; -import javax.management.modelmbean.ModelMBean; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; @@ -73,10 +71,6 @@ * @author Costin Manolache */ public class Registry implements RegistryMBean, MBeanRegistration { -/** Experimental support for manifest-bas

svn commit: r415813 - in /tomcat/sandbox/java/org/apache/tomcat/util/modeler: ./ modules/

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 14:32:40 2006 New Revision: 415813 URL: http://svn.apache.org/viewvc?rev=415813&view=rev Log: Graduated Removed: tomcat/sandbox/java/org/apache/tomcat/util/modeler/AttributeInfo.java tomcat/sandbox/java/org/apache/tomcat/util/mod

svn commit: r415816 - in /tomcat/sandbox/java/org/apache/tomcat/util: buf/MessageBytes.java loader/Repository.java net/simple/SimpleEndpoint.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 14:38:01 2006 New Revision: 415816 URL: http://svn.apache.org/viewvc?rev=415816&view=rev Log: Cleanup Modified: tomcat/sandbox/java/org/apache/tomcat/util/buf/MessageBytes.java tomcat/sandbox/java/org/apache/tomcat/util/loader/Repository.java to

svn commit: r415818 [3/3] - in /tomcat/sandbox: java/org/apache/coyote/servlet/ java/org/apache/coyote/servlet/mapper/ java/org/apache/coyote/servlet/servlets/ java/org/apache/coyote/servlet/util/ jav

2006-06-20 Thread costin
Added: tomcat/sandbox/java/org/apache/coyote/servlet/WebappServletMapper.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/java/org/apache/coyote/servlet/WebappServletMapper.java?rev=415818&view=auto == --- tomcat/sand

svn commit: r415843 - /tomcat/sandbox/java/org/apache/commons/logging/package.html

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 16:42:23 2006 New Revision: 415843 URL: http://svn.apache.org/viewvc?rev=415843&view=rev Log: simple doc Added: tomcat/sandbox/java/org/apache/commons/logging/package.html Added: tomcat/sandbox/java/org/apache/commons/logging/package.html URL:

svn commit: r415854 - /tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java

2006-06-20 Thread costin
Author: costin Date: Tue Jun 20 17:53:06 2006 New Revision: 415854 URL: http://svn.apache.org/viewvc?rev=415854&view=rev Log: Cleanup Modified: tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java Modified: tomcat/sandbox/java/org/apache/commons/logging/DirectJDKLog.java

svn commit: r420610 [3/3] - in /tomcat/sandbox: ./ bin/ java/org/apache/commons/logging/ java/org/apache/coyote/servlet/ java/org/apache/coyote/servlet/servlets/ java/org/apache/coyote/servlet/util/ j

2006-07-10 Thread costin
Exception e) { @@ -164,7 +106,7 @@ addSocketAccept( serverSocket, acceptTask); -tp.runIt(acceptTask); +tp.execute(acceptTask); } @@ -220,24 +162,18 @@ * * @author Costin Manolache */ -class PollerThread implements ThreadPoolRunn

svn commit: r420610 [1/3] - in /tomcat/sandbox: ./ bin/ java/org/apache/commons/logging/ java/org/apache/coyote/servlet/ java/org/apache/coyote/servlet/servlets/ java/org/apache/coyote/servlet/util/ j

2006-07-10 Thread costin
Author: costin Date: Mon Jul 10 11:42:39 2006 New Revision: 420610 URL: http://svn.apache.org/viewvc?rev=420610&view=rev Log: More fixes and enhancements to the micro-tomcat experiment Added: tomcat/sandbox/bin/Coyote-Http11.launch tomcat/sandbox/bin/Tomcat6Sandbox.launch to

svn commit: r431846 [1/6] - in /tomcat/sandbox/tomcat-lite: ./ bin/ java/ java/org/apache/coyote/adapters/ java/org/apache/coyote/http11/ java/org/apache/coyote/servlet/mapper/ java/org/apache/coyote/

2006-08-15 Thread costin
Author: costin Date: Tue Aug 15 23:50:43 2006 New Revision: 431846 URL: http://svn.apache.org/viewvc?rev=431846&view=rev Log: Change package name, clean up, implement more functionality, move more container-independent code to utils Added: tomcat/sandbox/tomcat-lite/java/org/apache/co

svn commit: r433260 [5/5] - in /tomcat/sandbox/tomcat-lite: ./ java/org/apache/coyote/ java/org/apache/tomcat/lite/ java/org/apache/tomcat/lite/ctxmap/ java/org/apache/tomcat/lite/http/ java/org/apach

2006-08-21 Thread costin
rface that supports + * no session persistence or distributable capabilities. This class may + * be subclassed to create more sophisticated Manager implementations. + * + * @author Costin Manolache + * @author Craig R. McClanahan + */ +public class SessionManagerServlet extends HttpServlet { +protected

svn commit: r433260 [1/5] - in /tomcat/sandbox/tomcat-lite: ./ java/org/apache/coyote/ java/org/apache/tomcat/lite/ java/org/apache/tomcat/lite/ctxmap/ java/org/apache/tomcat/lite/http/ java/org/apach

2006-08-21 Thread costin
Author: costin Date: Mon Aug 21 08:20:40 2006 New Revision: 433260 URL: http://svn.apache.org/viewvc?rev=433260&view=rev Log: More refactoring - lite directory cleaned up of most functionality that could go to a module, all modules transformed into filter/servlets or listeners. Fin

svn commit: r439527 [2/2] - in /tomcat/sandbox/tomcat-lite: ./ java/org/apache/tomcat/lite/ java/org/apache/tomcat/lite/http/ java/org/apache/tomcat/lite/webmap/ java/org/apache/tomcat/servlets/config

2006-09-01 Thread costin
mcat.lite.ServletConfigImpl; +import org.apache.tomcat.lite.ServletContextImpl; +import org.apache.tomcat.lite.ServletRequestImpl; +import org.apache.tomcat.lite.ServletResponseImpl; + +/** + * If jasper is found, it'll just forward the calls to jasper jsp servlet. * * If jasper is not found -

svn commit: r439528 - in /tomcat/sandbox/tomcat-lite: java/org/apache/tomcat/lite/ServletResponseWrapperImpl.java resources/jasper.MF webapps/ROOT/WEB-INF/classes webapps/ROOT/WEB-INF/web.xml

2006-09-01 Thread costin
Author: costin Date: Fri Sep 1 21:34:09 2006 New Revision: 439528 URL: http://svn.apache.org/viewvc?rev=439528&view=rev Log: (empty) Added: tomcat/sandbox/tomcat-lite/resources/jasper.MF (with props) tomcat/sandbox/tomcat-lite/webapps/ROOT/WEB-INF/web.xml Removed: tomcat/san

svn commit: r439529 - in /tomcat/sandbox/tomcat-lite: build.xml webapps/ROOT/WEB-INF/web.xml

2006-09-01 Thread costin
Author: costin Date: Fri Sep 1 21:36:43 2006 New Revision: 439529 URL: http://svn.apache.org/viewvc?rev=439529&view=rev Log: (empty) Modified: tomcat/sandbox/tomcat-lite/build.xml tomcat/sandbox/tomcat-lite/webapps/ROOT/WEB-INF/web.xml Modified: tomcat/sandbox/tomcat-lite/build.xml

svn commit: r439530 - /tomcat/tc6.0.x/trunk/java/org/apache/jasper/servlet/JspServletWrapper.java

2006-09-01 Thread costin
Author: costin Date: Fri Sep 1 21:37:51 2006 New Revision: 439530 URL: http://svn.apache.org/viewvc?rev=439530&view=rev Log: A tiny change to allow the JspServlet to be implemented differently ( and in a different package ) Modified: tomcat/tc6.0.x/trunk/java/org/apache/jasper/ser

svn commit: r440368 - in /tomcat/sandbox/tomcat-lite: java/org/apache/tomcat/lite/ java/org/apache/tomcat/servlets/jsp/ webapps/ROOT/WEB-INF/

2006-09-05 Thread costin
Author: costin Date: Tue Sep 5 08:14:12 2006 New Revision: 440368 URL: http://svn.apache.org/viewvc?view=rev&rev=440368 Log: Few more fixes Modified: tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/lite/ServletConfigImpl.java tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/

svn commit: r442109 [2/2] - in /tomcat/sandbox/tomcat-lite: ./ bin/ java/org/apache/tomcat/lite/ java/org/apache/tomcat/lite/http/ java/org/apache/tomcat/servlets/file/ java/org/apache/tomcat/servlets

2006-09-10 Thread costin
pache.tomcat.util.net.SSLImplementation; -import org.apache.tomcat.util.net.ServerSocketFactory; import org.apache.tomcat.util.net.nio.NioEndpoint; import org.apache.tomcat.util.net.simple.SimpleEndpoint; import org.apache.tomcat.util.res.StringManager; @@ -48,8 +42,7 @@ * @author Remy M

svn commit: r1240585 - in /tomcat/native/trunk/native: include/ssl_private.h src/sslcontext.c src/sslext.c src/sslnetwork.c

2012-02-04 Thread costin
Author: costin Date: Sat Feb 4 18:35:21 2012 New Revision: 1240585 URL: http://svn.apache.org/viewvc?rev=1240585&view=rev Log: Add support for few extra ssl methods. NPN requires openssl-1.0.1beta2 or patches ( like found in chrome, nodejs ). Added: tomcat/native/trunk/native/src/ssle

svn commit: r1240586 - in /tomcat/native/trunk: CMakeLists.txt download_deps.sh

2012-02-04 Thread costin
Author: costin Date: Sat Feb 4 18:38:26 2012 New Revision: 1240586 URL: http://svn.apache.org/viewvc?rev=1240586&view=rev Log: Added a very experimental cmake file, for people who want to try tc-native without installing openssl-1.0.1b2. Separate submit to make it easy to rollback if there

svn commit: r1241356 - in /tomcat/trunk/java/org/apache/tomcat/jni: Poll.java SSL.java SSLExt.java

2012-02-06 Thread costin
Author: costin Date: Tue Feb 7 06:13:36 2012 New Revision: 1241356 URL: http://svn.apache.org/viewvc?rev=1241356&view=rev Log: Add the new ssl methods from tomcat-native ( and few poll methods that seemed to be missing ). APR connector will not work unless you recompile tomcat-native ! ( i

svn commit: r1292127 - /tomcat/native/trunk/native/src/sslext.c

2012-02-21 Thread costin
Author: costin Date: Wed Feb 22 04:52:15 2012 New Revision: 1292127 URL: http://svn.apache.org/viewvc?rev=1292127&view=rev Log: Use fixed len for the buffers. Add back the code for getting/setting tickets. Modified: tomcat/native/trunk/native/src/sslext.c Modified: tomcat/native/t

svn commit: r1292131 - in /tomcat/trunk/java/org/apache: coyote/http11/Http11AprProtocol.java tomcat/util/net/AprEndpoint.java

2012-02-21 Thread costin
Author: costin Date: Wed Feb 22 05:37:34 2012 New Revision: 1292131 URL: http://svn.apache.org/viewvc?rev=1292131&view=rev Log: Add a hook to allow handling NPN extensions in the apr protocol ( the extension is not available in java ). I think this is the smallest change to allow pluggin

svn commit: r1292337 - /tomcat/native/trunk/native/src/sslext.c

2012-02-22 Thread costin
Author: costin Date: Wed Feb 22 15:06:05 2012 New Revision: 1292337 URL: http://svn.apache.org/viewvc?rev=1292337&view=rev Log: Fix indentation, comments. Modified: tomcat/native/trunk/native/src/sslext.c Modified: tomcat/native/trunk/native/src/sslext.c URL: http://svn.apache.org/vi

svn commit: r1292671 - in /tomcat/trunk/java/org/apache: coyote/spdy/SpdyAprNpnHandler.java tomcat/jni/SSLExt.java tomcat/spdy/CompressDeflater6.java

2012-02-22 Thread costin
Author: costin Date: Thu Feb 23 07:03:52 2012 New Revision: 1292671 URL: http://svn.apache.org/viewvc?rev=1292671&view=rev Log: Add decompress support and the npn handler. Assuming you compile the right jni library it should (basicaly) work with chrome and firefox. Lots of missing feat

svn commit: r1295445 - /tomcat/native/trunk/native/src/network.c

2012-02-29 Thread costin
Author: costin Date: Thu Mar 1 07:37:11 2012 New Revision: 1295445 URL: http://svn.apache.org/viewvc?rev=1295445&view=rev Log: Small bug/leak when called with larger buffers. Modified: tomcat/native/trunk/native/src/network.c Modified: tomcat/native/trunk/native/src/network.c URL:

svn commit: r1296944 - /tomcat/native/trunk/native/src/poll.c

2012-03-04 Thread costin
Author: costin Date: Mon Mar 5 06:30:17 2012 New Revision: 1296944 URL: http://svn.apache.org/viewvc?rev=1296944&view=rev Log: EINTR needs to be returned to java in order for Poll.interrupt() to work, it is already handled in AprEndpoint. ( there is no value of having an interrupt method i

svn commit: r1299312 - in /tomcat/native/trunk/native/src: sslext.c sslnetwork.c

2012-03-10 Thread costin
Author: costin Date: Sat Mar 10 23:59:25 2012 New Revision: 1299312 URL: http://svn.apache.org/viewvc?rev=1299312&view=rev Log: Small fix for ssl_read/ssl_write if the socket is not blocking. Tomcat is not currently using apr in non blocking mode, so it shouldn't be affected. Withou

svn commit: r1299981 - in /tomcat/trunk/java/org/apache: coyote/spdy/ tomcat/spdy/

2012-03-12 Thread costin
Author: costin Date: Tue Mar 13 05:37:14 2012 New Revision: 1299981 URL: http://svn.apache.org/viewvc?rev=1299981&view=rev Log: Update the spdy implementation to use the non-blocking apr socket. Fix various bugs found while stress testing. Added: tomcat/trunk/java/org/apache/tomcat/

svn commit: r1300461 - in /tomcat/trunk/java/org/apache/tomcat/spdy: SpdyConnection.java SpdyContext.java SpdyContextJni.java SpdyContextProxy.java

2012-03-13 Thread costin
Author: costin Date: Wed Mar 14 04:37:44 2012 New Revision: 1300461 URL: http://svn.apache.org/viewvc?rev=1300461&view=rev Log: Fix spdy stream closing / removing from channels Fix/simplify draining. Use the java6 compression by default - not only avoids jzlib depenency, but it's al

svn commit: r1306716 - in /tomcat/trunk: build.properties.default build.xml

2012-03-28 Thread costin
Author: costin Date: Thu Mar 29 04:46:56 2012 New Revision: 1306716 URL: http://svn.apache.org/viewvc?rev=1306716&view=rev Log: Build the tomcat-jni and tomcat-spdy as separate jars, so they can be used independently. Add a dependency to an apache-license optional interface to support TLS

svn commit: r1307019 - in /tomcat/trunk/java/org/apache: coyote/http11/NpnHandler.java tomcat/spdy/NetSupportOpenSSL.java tomcat/spdy/NetSupportSocket.java tomcat/spdy/SpdyConnection.java

2012-03-29 Thread costin
Author: costin Date: Thu Mar 29 17:54:51 2012 New Revision: 1307019 URL: http://svn.apache.org/viewvc?rev=1307019&view=rev Log: Fix imports/licence. Modified: tomcat/trunk/java/org/apache/coyote/http11/NpnHandler.java tomcat/trunk/java/org/apache/tomcat/spdy/NetSupportOpenSSL.

svn commit: r1307160 - in /tomcat/trunk: build.properties.default build.xml

2012-03-29 Thread costin
Author: costin Date: Thu Mar 29 23:18:34 2012 New Revision: 1307160 URL: http://svn.apache.org/viewvc?rev=1307160&view=rev Log: Fix npn location, make it optional Modified: tomcat/trunk/build.properties.default tomcat/trunk/build.xml Modified: tomcat/trunk/build.properties.default

svn commit: r1307260 - /tomcat/trunk/build.xml

2012-03-29 Thread costin
Author: costin Date: Fri Mar 30 05:10:54 2012 New Revision: 1307260 URL: http://svn.apache.org/viewvc?rev=1307260&view=rev Log: Space police... Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1307260&r1

svn commit: r788385 - in /tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat: lite/ test/watchdog/

2009-06-25 Thread costin
Author: costin Date: Thu Jun 25 15:16:44 2009 New Revision: 788385 URL: http://svn.apache.org/viewvc?rev=788385&view=rev Log: Adjusting the tests Added: tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/HexDump.java (with props) Removed: tomcat/trunk/modules/tomcat-

svn commit: r788390 - /tomcat/trunk/modules/tomcat-lite/build.xml

2009-06-25 Thread costin
Author: costin Date: Thu Jun 25 15:22:55 2009 New Revision: 788390 URL: http://svn.apache.org/viewvc?rev=788390&view=rev Log: Adjust Main Modified: tomcat/trunk/modules/tomcat-lite/build.xml Modified: tomcat/trunk/modules/tomcat-lite/build.xml URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r793797 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite: ./ webxml/

2009-07-13 Thread costin
Author: costin Date: Tue Jul 14 05:38:02 2009 New Revision: 793797 URL: http://svn.apache.org/viewvc?rev=793797&view=rev Log: Some initial implementations for the 3.0 dynamic registration methods. Moving back web.xml config to separate package - with annotations requiring scanning of all f

svn commit: r832946 - in /tomcat/sandbox/tomcat-lite: ./ coyote-extensions/org/apache/coyote/adapters/ coyote-extensions/org/apache/coyote/adapters/dav/ coyote-extensions/org/apache/coyote/client/ coy

2009-11-04 Thread costin
Author: costin Date: Thu Nov 5 01:00:48 2009 New Revision: 832946 URL: http://svn.apache.org/viewvc?rev=832946&view=rev Log: Delete very old files. Added: tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/async/ Removed: tomcat/sandbox/tomcat-lite/.project tomcat/sandbox/tomcat-

svn commit: r832947 - in /tomcat/sandbox/tomcat-lite: .classpath bin/ build.properties.default coyote-apr.files coyote-extensions/ coyote-nio.files external/ java/ resources/ test/ tomcat-coyote/ weba

2009-11-04 Thread costin
Author: costin Date: Thu Nov 5 01:03:05 2009 New Revision: 832947 URL: http://svn.apache.org/viewvc?rev=832947&view=rev Log: Removing old files Removed: tomcat/sandbox/tomcat-lite/.classpath tomcat/sandbox/tomcat-lite/bin/ tomcat/sandbox/tomcat-lite/build.properties.def

svn commit: r834289 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2009-11-09 Thread costin
Author: costin Date: Tue Nov 10 01:02:43 2009 New Revision: 834289 URL: http://svn.apache.org/viewvc?rev=834289&view=rev Log: Fix for the SSL midm - disable client re-negotiation, connection will be closed. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.

svn commit: r834290 - in /tomcat/trunk/test/org/apache/catalina/startup: TestTomcatSSL.java test.keystore

2009-11-09 Thread costin
Author: costin Date: Tue Nov 10 01:04:13 2009 New Revision: 834290 URL: http://svn.apache.org/viewvc?rev=834290&view=rev Log: Test case for the MITM/ssl re-negotiation, also a unit test for a simple ssl request ( to check the fix didn't broke anything and ssl still works ) Added:

svn commit: r834340 - /tomcat/trunk/java/org/apache/tomcat/util/net/jsse/JSSESocketFactory.java

2009-11-09 Thread costin
Author: costin Date: Tue Nov 10 04:54:34 2009 New Revision: 834340 URL: http://svn.apache.org/viewvc?rev=834340&view=rev Log: Invalidate the session - so it can't be resumed. Not sure what else we can do using this hook - we could switch to SSLEngine, but that's pretty large chan

svn commit: r835017 - /tomcat/trunk/test/org/apache/catalina/startup/TestTomcatSSL.java

2009-11-11 Thread costin
Author: costin Date: Wed Nov 11 19:13:24 2009 New Revision: 835017 URL: http://svn.apache.org/viewvc?rev=835017&view=rev Log: Add similar SSL tests for NIO connector. Modified: tomcat/trunk/test/org/apache/catalina/startup/TestTomcatSSL.java Modified: tomcat/trunk/test/org/apache/cata

svn commit: r884410 [4/4] - /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/io/

2009-11-25 Thread costin
e.io; + +import java.io.IOException; + +/** + * For specific exceptions - also has cause ( good if compiling against + * JDK1.5 ) + * + * @author Costin Manolache + */ +public class WrappedException extends IOException { + +public WrappedException() { +super(); +} + +pu

svn commit: r884412 [4/4] - /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/http/

2009-11-25 Thread costin
Added: tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/http/ServerCookie.java URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/http/ServerCookie.java?rev=884412&view=auto ===

svn commit: r884413 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/proxy: ./ CopyCallback.java HttpProxyService.java ProxyFlushedCallback.java SocksServer.java StaticContentService

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 06:42:49 2009 New Revision: 884413 URL: http://svn.apache.org/viewvc?rev=884413&view=rev Log: Proxy service - CONNECT doesn't seem to work ( probably because it didn't have a test ), the rest works pretty well. Also includes a small socks serve

svn commit: r884419 - in /tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/integration: DynamicObject.java ObjectManager.java simple/AntProperties.java simple/LocalFilesystem.java simple/Main.j

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 06:50:10 2009 New Revision: 884419 URL: http://svn.apache.org/viewvc?rev=884419&view=rev Log: Few change to the ObjectManager ( intended for integration with existing frameworks ). The 'sample/if no other framework around' SimpleObject manager no l

svn commit: r884420 - in /tomcat/trunk/modules/tomcat-lite: build.xml ivy.xml pom.xml

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 06:52:28 2009 New Revision: 884420 URL: http://svn.apache.org/viewvc?rev=884420&view=rev Log: For downloading deps - used Ant Ivy. The actual deps are declared in a maven pom.xml ( Ivy is supporting it just fine ). The maven file can be used to compile and

svn commit: r884421 [2/3] - in /tomcat/trunk/modules/tomcat-lite/test/org/apache: coyote/ coyote/lite/ coyote/servlet/ tomcat/lite/ tomcat/lite/http/ tomcat/lite/http/services/ tomcat/lite/io/ tomcat/

2009-11-25 Thread costin
t/TomcatLiteNoConnectorTest.java Thu Nov 26 06:55:49 2009 @@ -0,0 +1,116 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under

svn commit: r884421 [3/3] - in /tomcat/trunk/modules/tomcat-lite/test/org/apache: coyote/ coyote/lite/ coyote/servlet/ tomcat/lite/ tomcat/lite/http/ tomcat/lite/http/services/ tomcat/lite/io/ tomcat/

2009-11-25 Thread costin
d on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * @Author Costin, Ramesh.Mandava + */ + +package org.apache.tomcat.

svn commit: r884422 - in /tomcat/trunk/modules/tomcat-lite: .classpath .project coyote-nio.files

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 06:56:33 2009 New Revision: 884422 URL: http://svn.apache.org/viewvc?rev=884422&view=rev Log: Added eclipse files, remove unused build helper file Added: tomcat/trunk/modules/tomcat-lite/.classpath (with props) tomcat/trunk/modules/tomcat-lite/.pro

svn commit: r884424 - in /tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite: TestMain.java http/LiveHttp1Test.java

2009-11-25 Thread costin
Author: costin Date: Thu Nov 26 07:02:53 2009 New Revision: 884424 URL: http://svn.apache.org/viewvc?rev=884424&view=rev Log: Shouldn't do last-minute changes before a large commit... Modified: tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/TestMain.java tom

svn commit: r887087 [1/3] - in /tomcat/trunk/modules/tomcat-lite: java/org/apache/tomcat/lite/http/ java/org/apache/tomcat/lite/io/ java/org/apache/tomcat/lite/proxy/ java/org/apache/tomcat/lite/servl

2009-12-03 Thread costin
Author: costin Date: Fri Dec 4 07:16:59 2009 New Revision: 887087 URL: http://svn.apache.org/viewvc?rev=887087&view=rev Log: One more iteration: - added few more tests - moved the http/1.x code to HttpConnection - easier to test, allows protocol upgrade - added an (experimental, hello-w

svn commit: r887093 - in /tomcat/trunk/modules/tomcat-lite: java/org/apache/tomcat/lite/http/ test/org/apache/tomcat/lite/http/

2009-12-04 Thread costin
Author: costin Date: Fri Dec 4 08:03:16 2009 New Revision: 887093 URL: http://svn.apache.org/viewvc?rev=887093&view=rev Log: Added the tests - but then tried few more changes and broke them again. Fix it back. Modified: tomcat/trunk/modules/tomcat-lite/java/org/apache/tomcat/lite/

svn commit: r890206 [2/2] - in /tomcat/trunk/modules/tomcat-lite: ./ java/org/apache/coyote/lite/ java/org/apache/tomcat/lite/http/ java/org/apache/tomcat/lite/io/ java/org/apache/tomcat/lite/service/

2009-12-13 Thread costin
Modified: tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/load/LiveHttpThreadedTest.java URL: http://svn.apache.org/viewvc/tomcat/trunk/modules/tomcat-lite/test/org/apache/tomcat/lite/load/LiveHttpThreadedTest.java?rev=890206&r1=890205&r2=890206&view=diff

svn commit: r640688 [2/2] - in /tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/lite: ./ http11/ util/

2008-03-24 Thread costin
ata; +import org.apache.tomcat.util.net.SocketStatus; /** * Simpler, lower footprint serlvet engine. @@ -32,21 +35,23 @@ * * @author Costin Manolache */ -public class TomcatLite { +public class TomcatLite implements Adapter { private static TomcatLite facade = new TomcatLite(); -Filter hostMapper; +pr

svn commit: r640689 - in /tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/util: ./ buf/ http/ loader/ res/

2008-03-24 Thread costin
Author: costin Date: Mon Mar 24 21:02:58 2008 New Revision: 640689 URL: http://svn.apache.org/viewvc?rev=640689&view=rev Log: Remove old experimental refactoring of tomcat.util Removed: tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/util/DomUtil.java tomcat/sandbox/tomcat-lite/

svn commit: r640691 - /tomcat/sandbox/tomcat-lite/java/org/apache/commons/

2008-03-24 Thread costin
Author: costin Date: Mon Mar 24 21:05:16 2008 New Revision: 640691 URL: http://svn.apache.org/viewvc?rev=640691&view=rev Log: Remove old code, converted to juli Removed: tomcat/sandbox/tomcat-lite/java/org/apache/com

svn commit: r640706 [12/12] - in /tomcat/sandbox/tomcat-lite/tomcat-coyote: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/coyote/http11/filters/ org/apache/juli/ org/apac

2008-03-24 Thread costin
Added: tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache/tomcat/util/res/StringManager.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache/tomcat/util/res/StringManager.java?rev=640706&view=auto =

svn commit: r640849 - in /tomcat/sandbox/tomcat-lite/coyote-extensions: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/adapters/ org/apache/tomcat/ org/apache/tomcat/util/ org/apache/tomcat/

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 08:14:18 2008 New Revision: 640849 URL: http://svn.apache.org/viewvc?rev=640849&view=rev Log: New dirs for possible coyote additions Added: tomcat/sandbox/tomcat-lite/coyote-extensions/ tomcat/sandbox/tomcat-lite/coyote-extensions/org/ tomcat/san

svn commit: r640852 - /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 08:17:03 2008 New Revision: 640852 URL: http://svn.apache.org/viewvc?rev=640852&view=rev Log: A bunch of files to make it easier to load-test, profile, debug coyote. It can also be used to run simple servers with the maximum speed available - no tomcat or ser

svn commit: r640855 [3/6] - in /tomcat/sandbox/tomcat-lite/coyote-nio: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/tomcat/ org/apache/tomcat/util/ org/apache/tomcat/uti

2008-03-25 Thread costin
Added: tomcat/sandbox/tomcat-lite/coyote-nio/org/apache/tomcat/util/net/NioBlockingSelector.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/coyote-nio/org/apache/tomcat/util/net/NioBlockingSelector.java?rev=640855&view=auto ===

svn commit: r640855 [6/6] - in /tomcat/sandbox/tomcat-lite/coyote-nio: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/tomcat/ org/apache/tomcat/util/ org/apache/tomcat/uti

2008-03-25 Thread costin
ding + them to the Tomcat classpath. + 2. keytool -genkey -alias tomcat -keyalg RSA + Use "changeit" as password ( this is the default we use ) + */ + +/** + * SSL server socket factory. It _requires_ a valid RSA key and + * JSSE. + * + * @author Harish Prabandham + * @author Co

svn commit: r640860 [5/6] - in /tomcat/sandbox/tomcat-lite/coyote-apr: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/tomcat/ org/apache/tomcat/jni/ org/apache/tomcat/util

2008-03-25 Thread costin
Added: tomcat/sandbox/tomcat-lite/coyote-apr/org/apache/tomcat/jni/Socket.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/coyote-apr/org/apache/tomcat/jni/Socket.java?rev=640860&view=auto == --- tomcat/sa

svn commit: r640860 [2/6] - in /tomcat/sandbox/tomcat-lite/coyote-apr: ./ org/ org/apache/ org/apache/coyote/ org/apache/coyote/http11/ org/apache/tomcat/ org/apache/tomcat/jni/ org/apache/tomcat/util

2008-03-25 Thread costin
Added: tomcat/sandbox/tomcat-lite/coyote-apr/org/apache/coyote/http11/InternalAprInputBuffer.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/coyote-apr/org/apache/coyote/http11/InternalAprInputBuffer.java?rev=640860&view=auto =

svn commit: r641134 - in /tomcat/sandbox/tomcat-lite: build.xml external/jasper.jar external/javax.annotation.jar external/javax.servlet.jar resources/coyote-lite.MF resources/deploy.MF resources/tomc

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 20:53:53 2008 New Revision: 641134 URL: http://svn.apache.org/viewvc?rev=641134&view=rev Log: Fix build file (still missing lots of files), remove old Added: tomcat/sandbox/tomcat-lite/resources/coyote-lite.MF (with props) Removed: tomcat/sandbox/to

svn commit: r641135 - in /tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/lite: ./ TomcatLiteNoConnectorTest.java TomcatLiteTest.java

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 21:10:10 2008 New Revision: 641135 URL: http://svn.apache.org/viewvc?rev=641135&view=rev Log: 2 simple tests/examples of starting/embedding tomcat-lite Added: tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/lite/ tomcat/sandbox/tomcat-lite/test

svn commit: r641137 - /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 21:12:31 2008 New Revision: 641137 URL: http://svn.apache.org/viewvc?rev=641137&view=rev Log: Added missing file, few small corrections and eol Added: tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/CoyoteMain.java (with p

svn commit: r641149 - in /tomcat/sandbox/tomcat-lite: ./ coyote-extensions/org/apache/coyote/adapters/ coyote-nio/org/apache/coyote/http11/ java/org/apache/tomcat/servlets/file/ tomcat-coyote/org/apac

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 21:55:13 2008 New Revision: 641149 URL: http://svn.apache.org/viewvc?rev=641149&view=rev Log: Should build now, still missing some files Removed: tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/EchoAdapter.java tomcat/san

svn commit: r641160 [4/4] - in /tomcat/sandbox/tomcat-lite/java/org/apache/tomcat: lite/ servlets/addon/ servlets/config/ servlets/file/ servlets/log/ servlets/sec/ servlets/session/ servlets/util/ ut

2008-03-25 Thread costin
Modified: tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/servlets/util/RequestUtil.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/servlets/util/RequestUtil.java?rev=641160&r1=641159&r2=641160&view=diff ==

svn commit: r641161 - in /tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/lite: SimpleServlet.java TomcatLiteNoConnectorTest.java

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 22:37:15 2008 New Revision: 641161 URL: http://svn.apache.org/viewvc?rev=641161&view=rev Log: Missed one file, check error response Added: tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/lite/SimpleServlet.java (with props) Modified: tomcat/san

svn commit: r641162 - /tomcat/sandbox/tomcat-lite/.classpath

2008-03-25 Thread costin
Author: costin Date: Tue Mar 25 22:46:41 2008 New Revision: 641162 URL: http://svn.apache.org/viewvc?rev=641162&view=rev Log: Classpath for eclipse, 'ant download' before importing ( needs valid ../../tomcat6 build, or tc6.home property ) Modified: tomcat/sandbox/tomcat-l

svn commit: r650881 - in /tomcat/sandbox/tomcat-lite/java/org/apache/tomcat: lite/ servlets/addon/ servlets/jsp/ servlets/session/

2008-04-23 Thread costin
Author: costin Date: Wed Apr 23 07:23:28 2008 New Revision: 650881 URL: http://svn.apache.org/viewvc?rev=650881&view=rev Log: Add back JSP support - in a more flexible form, and without dep on jasper ( or jsp for that matter :-). While I don't think non-JSP files will use this, at leas

svn commit: r650885 - in /tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache/tomcat/util/buf: BufferInfo.java ByteChunk.java CharChunk.java

2008-04-23 Thread costin
Author: costin Date: Wed Apr 23 07:26:07 2008 New Revision: 650885 URL: http://svn.apache.org/viewvc?rev=650885&view=rev Log: Add 'Appendable' to ByteChunk. Temp. add a BufferInfo to collect data about buffer usage ( could do it with a profiler, seems nicer via JMX ). I may remo

svn commit: r650886 - /tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache/tomcat/util/buf/MessageBytes.java

2008-04-23 Thread costin
Author: costin Date: Wed Apr 23 07:26:35 2008 New Revision: 650886 URL: http://svn.apache.org/viewvc?rev=650886&view=rev Log: Add appendable Modified: tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache/tomcat/util/buf/MessageBytes.java (contents, props changed) Modified: to

svn commit: r650888 - in /tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache: coyote/ coyote/http11/ coyote/http11/filters/ juli/ juli/logging/ tomcat/util/ tomcat/util/buf/ tomcat/util/buf/res/ tomc

2008-04-23 Thread costin
Author: costin Date: Wed Apr 23 07:27:34 2008 New Revision: 650888 URL: http://svn.apache.org/viewvc?rev=650888&view=rev Log: Change attributes Modified: tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache/coyote/ActionCode.java (props changed) tomcat/sandbox/tomcat-lite/to

svn commit: r650941 - in /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters: CoyoteServer.java EchoAdapter.java MapperAdapter.java MessageReader.java SleepAdapter.java StaticAdap

2008-04-23 Thread costin
Author: costin Date: Wed Apr 23 10:21:20 2008 New Revision: 650941 URL: http://svn.apache.org/viewvc?rev=650941&view=rev Log: Few more fixes and adapters to help testing. Added: tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/EchoAdapter.java (with p

svn commit: r650945 - in /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/tomcat/util/net: SelectorCallback.java SelectorThread.java SelectorThreadNio.java

2008-04-23 Thread costin
Author: costin Date: Wed Apr 23 10:29:58 2008 New Revision: 650945 URL: http://svn.apache.org/viewvc?rev=650945&view=rev Log: Ok, finally - the first part of the new connector, or the last part of tomcat-lite experiment :-) It is obviously quite independent of the rest of tomcat-lite, prob

svn commit: r650947 - /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/tomcat/util/net/SelectorPool.java

2008-04-23 Thread costin
Author: costin Date: Wed Apr 23 10:32:02 2008 New Revision: 650947 URL: http://svn.apache.org/viewvc?rev=650947&view=rev Log: Missed one file Added: tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/tomcat/util/net/SelectorPool.java (with props) Added: tomcat/sandbox/tomcat-

svn commit: r650949 - /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/tomcat/util/http/Http11Parser.java

2008-04-23 Thread costin
Author: costin Date: Wed Apr 23 10:34:22 2008 New Revision: 650949 URL: http://svn.apache.org/viewvc?rev=650949&view=rev Log: Extracted from apr and nio connectors, transformed to completely non-blocking, independent of the io. Added: tomcat/sandbox/tomcat-lite/coyote-extensions

svn commit: r650962 - in /tomcat/sandbox/tomcat-lite: .project coyote-extensions/org/apache/coyote/adapters/CoyoteServer.java coyote-extensions/org/apache/coyote/adapters/EchoAdapter.java java/org/apa

2008-04-23 Thread costin
Author: costin Date: Wed Apr 23 10:51:52 2008 New Revision: 650962 URL: http://svn.apache.org/viewvc?rev=650962&view=rev Log: Remove deps on classes that are not committed yet Modified: tomcat/sandbox/tomcat-lite/.project tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/co

svn commit: r652743 - /tomcat/trunk/.classpath

2008-05-01 Thread costin
Author: costin Date: Thu May 1 20:18:26 2008 New Revision: 652743 URL: http://svn.apache.org/viewvc?rev=652743&view=rev Log: Match build.xml - exclude webservices, missing deps Not sure why it's checked in - if 'download' doesn't get the deps and build.xml does

svn commit: r652744 - /tomcat/trunk/build.xml

2008-05-01 Thread costin
Author: costin Date: Thu May 1 20:20:37 2008 New Revision: 652744 URL: http://svn.apache.org/viewvc?rev=652744&view=rev Log: Since not beeing able to build with JDK1.6 is so annoying - and commons-dbcp doesn't support jdk1.6 in the first place: - let the compile work with jdk1.6, m

svn commit: r653178 - in /tomcat/sandbox/tomcat-lite: build.xml coyote-apr/org/apache/coyote/http11/Http11AprProtocol.java

2008-05-03 Thread costin
Author: costin Date: Sat May 3 21:53:06 2008 New Revision: 653178 URL: http://svn.apache.org/viewvc?rev=653178&view=rev Log: Add jasper to build.xml, revert some bad changes on Http11AprProcessor ( now should be same with trunk ) Modified: tomcat/sandbox/tomcat-lite/build.xml to

svn commit: r653236 - /tomcat/trunk/PROPOSALS.txt

2008-05-04 Thread costin
Author: costin Date: Sun May 4 08:49:05 2008 New Revision: 653236 URL: http://svn.apache.org/viewvc?rev=653236&view=rev Log: Not sure if I got the process right - the 2 classes I want to submit can be found on www.apache.org/~costin. I don't think there is anything tricky about them

svn commit: r667815 - in /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/http11: ./ async/ async/AsyncHttpProcessor.java async/AsyncProtocolHandler.java async/BlockingCoyoteBuffers.jav

2008-06-14 Thread costin
Author: costin Date: Sat Jun 14 08:30:48 2008 New Revision: 667815 URL: http://svn.apache.org/viewvc?rev=667815&view=rev Log: Server side. As with the client side, most is actually cut&pasted from the apr and nio connectors, and heavily refactored. Added: tomcat/sandbox/tomcat-lit

svn commit: r667816 - /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/

2008-06-14 Thread costin
Author: costin Date: Sat Jun 14 08:35:14 2008 New Revision: 667816 URL: http://svn.apache.org/viewvc?rev=667816&view=rev Log: Various coyote adapters, as example and for testing. Added: tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/coyote/adapters/ProxyAdapter.java (

svn commit: r667817 - in /tomcat/sandbox/tomcat-lite/coyote-extensions/org/apache/tomcat/util/net: SelectorCallback.java SelectorThread.java SelectorThreadNio.java

2008-06-14 Thread costin
Author: costin Date: Sat Jun 14 08:36:49 2008 New Revision: 667817 URL: http://svn.apache.org/viewvc?rev=667817&view=rev Log: Selector abstraction, apr version not ready yet ( bugs - but seems a bit faster, so worth finishing ). Modified: tomcat/sandbox/tomcat-lite/coyote-extensions

svn commit: r667818 - in /tomcat/sandbox/tomcat-lite/java/org/apache/tomcat: lite/ servlets/addon/ servlets/file/ servlets/jsp/ servlets/sec/ servlets/util/

2008-06-14 Thread costin
Author: costin Date: Sat Jun 14 08:41:23 2008 New Revision: 667818 URL: http://svn.apache.org/viewvc?rev=667818&view=rev Log: Various bug fixes and cleanups. Modified: tomcat/sandbox/tomcat-lite/java/org/apache/tomcat/lite/RequestDispatcherImpl.java tomcat/sandbox/tomcat-lite/java

svn commit: r667821 [2/2] - /tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/test/

2008-06-14 Thread costin
Added: tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/test/SimpleHttpClient.java URL: http://svn.apache.org/viewvc/tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/test/SimpleHttpClient.java?rev=667821&view=auto == --

svn commit: r667822 - in /tomcat/sandbox/tomcat-lite/test/org/apache/tomcat: lite/TomcatLiteNoConnectorTest.java lite/TomcatLiteTest.java proxy/ proxy/ProxyTest.java util/http/ util/http/Http11ParserT

2008-06-14 Thread costin
Author: costin Date: Sat Jun 14 08:55:44 2008 New Revision: 667822 URL: http://svn.apache.org/viewvc?rev=667822&view=rev Log: More tests. Added: tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/proxy/ tomcat/sandbox/tomcat-lite/test/org/apache/tomcat/proxy/ProxyTest.java (with p

svn commit: r667823 - in /tomcat/sandbox/tomcat-lite/test/org/apache/coyote: ./ adapters/ adapters/StaticAdapterTest.java client/ client/HttpProcessorTest.java client/HttpProcessorThreadedTest.java

2008-06-14 Thread costin
Author: costin Date: Sat Jun 14 08:56:43 2008 New Revision: 667823 URL: http://svn.apache.org/viewvc?rev=667823&view=rev Log: More tests Added: tomcat/sandbox/tomcat-lite/test/org/apache/coyote/ tomcat/sandbox/tomcat-lite/test/org/apache/coyote/adapters/ tomcat/sandbox/tomcat-

svn commit: r667824 - in /tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache: coyote/ coyote/http11/filters/ juli/ tomcat/util/ tomcat/util/buf/ tomcat/util/modeler/

2008-06-14 Thread costin
Author: costin Date: Sat Jun 14 09:01:09 2008 New Revision: 667824 URL: http://svn.apache.org/viewvc?rev=667824&view=rev Log: Small fixes, added a GzipInputFilter to match the output ( for client side ) Added: tomcat/sandbox/tomcat-lite/tomcat-coyote/org/apache/coyote/http11/fil

svn commit: r667825 - in /tomcat/sandbox/tomcat-lite/webapps: ROOT/ ROOT/WEB-INF/ addons-jasper/ addons-jasper/WEB-INF/ addons-jasper/WEB-INF/src/ addons-jasper/WEB-INF/src/org/ addons-jasper/WEB-INF/

2008-06-14 Thread costin
Author: costin Date: Sat Jun 14 09:04:49 2008 New Revision: 667825 URL: http://svn.apache.org/viewvc?rev=667825&view=rev Log: Jasper integration is still intended as an add-on webapp, but the new build file just bundles it, to make things easier. I may just move it to the main tree, too

<    1   2   3   4   5   6   7   >