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
=
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.
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
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
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/
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
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:
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
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
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
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
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:
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
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
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
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
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
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
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 -
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
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
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
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/
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
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
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
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
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
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
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
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
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:
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
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
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/
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
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
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.
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
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
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-
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
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
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-
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
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.
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:
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
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
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
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
===
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
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
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
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
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.
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
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
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
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/
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
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
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/
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
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
=
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
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
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
===
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
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
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
=
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
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
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
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
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
==
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
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
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
(
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
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
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
==
--
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
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-
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
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
101 - 200 of 662 matches
Mail list logo