DO NOT REPLY [Bug 4668] - File download over http corrupt

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4668] - File download over http corrupt

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4668] - File download over http corrupt

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4668] - File download over http corrupt

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads Expirer.java

2002-04-04 Thread billbarker
billbarker02/04/04 21:53:19 Modified:util/java/org/apache/tomcat/util/threads Expirer.java Log: Typo fix (I've got to learn to compile before doing ci). Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads/Expirer.

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads Expirer.java

2002-04-04 Thread billbarker
billbarker02/04/04 21:50:24 Modified:util/java/org/apache/tomcat/util/threads Expirer.java Log: Need to make certain that expired Objects are eligable for GC. Revision ChangesPath 1.3 +2 -1 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads/Ex

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/threads Expirer.java

2002-04-04 Thread billbarker
billbarker02/04/04 21:39:08 Modified:util/java/org/apache/tomcat/util/threads Expirer.java Log: Improve the Thread-safety on the 3.3 Session exipiration. I was seeing every so often that a brand-new session was getting expired. With this we take a snap-shot of the sessions so

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote ActionCode.java

2002-04-04 Thread costin
costin 02/04/04 21:36:32 Modified:coyote/src/java/org/apache/coyote ActionCode.java Log: Added an action code for 'getAttribute' We need to be able to get various expensive attributes from the lower layer - like SSL info. Unfortunately the current Action can't return va

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote ProtocolHandler.java

2002-04-04 Thread costin
costin 02/04/04 21:34:19 Added: coyote/src/java/org/apache/coyote ProtocolHandler.java Log: Initial draft for the ProtocolHandler. Again, it'll be 'singelton' ( per protocol ), all thread and net handling is internal. Revision ChangesPath 1.1 jakar

Re: Coyote: replacing Processor with ProtocolHandler

2002-04-04 Thread costinm
On Thu, 4 Apr 2002, Bill Barker wrote: > It's fine with me. I also have a slight preference for the 33 ThreadPool, > but it's not a big deal either way. > > If we're going to move the socket handling into o.a.c.http11, what about > importing o.a.t.util.net? It should mean that Tomcat 4.x shoul

Re: Coyote: replacing Processor with ProtocolHandler

2002-04-04 Thread Bill Barker
It's fine with me. I also have a slight preference for the 33 ThreadPool, but it's not a big deal either way. If we're going to move the socket handling into o.a.c.http11, what about importing o.a.t.util.net? It should mean that Tomcat 4.x should be able to get PureTLS support fairly cheaply. -

DO NOT REPLY [Bug 6983] - SSL + Mac + IE5 = no session cookies

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.java

2002-04-04 Thread costin
costin 02/04/04 16:13:17 Added: jk/java/org/apache/jk/server JkCoyoteHandler.java Log: Initial impl. for the Coyote handler. This will replace the connector stuff from jk with coyote. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/java/or

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java

2002-04-04 Thread amyroh
amyroh 02/04/04 16:03:04 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java Log: Modify removeConnector() to handle Ajp13Connector and CoyoteConnector. Revision ChangesPath 1.23 +25 -31 jakarta-tomcat-4.0/catalina/s

cvs commit: jakarta-tomcat-4.0/webapps/admin/service service.jsp

2002-04-04 Thread manveen
manveen 02/04/04 16:02:19 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector ConnectorForm.java SaveConnectorAction.java webapps/admin/connector connector.jsp webapps/admin/server server.jsp webap

Coyote: replacing Processor with ProtocolHandler

2002-04-04 Thread costinm
Hi, In order to merge the connector-related code in Coyote and jk, I need a different abstraction. Processor takes InputStream/OutputStream params, and assumes the connector will listen on the port, etc. The problem is that it doesn't map to things like JNI and is hard to abstract things like

Re: [TEST] Please ignore...

2002-04-04 Thread Pier Fumagalli
"Pier Fumagalli" <[EMAIL PROTECTED]> wrote: > Pinging response time for mailing lists... Sorry for the spam... Another ping (I use tomcat-dev because it's a _HUGE_ list, and gives me nice figures)... Pier -- To unsubscribe, e-mail: For additional commands, e-m

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Processor.java

2002-04-04 Thread costin
costin 02/04/04 14:34:46 Modified:http11/src/java/org/apache/coyote/http11 Http11Processor.java Log: Moved the parseHost method from coyote. That's another step in merging the connector code and sharing a single codebase. The Host: header is spec

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteProcessor.java

2002-04-04 Thread costin
costin 02/04/04 14:32:37 Modified:coyote/src/java/org/apache/coyote/tomcat3 CoyoteRequest.java coyote/src/java/org/apache/coyote/tomcat4 CoyoteProcessor.java Log: Remove the duplicated ( and protocol dependent ) Host: parsing code. I move

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Request.java

2002-04-04 Thread costin
costin 02/04/04 14:29:53 Modified:coyote/src/java/org/apache/coyote Request.java Log: Remove workerId, use the existing instanceId Revision ChangesPath 1.9 +4 -7 jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/Request.java Index: Request.jav

Closing connections on error causes problems

2002-04-04 Thread Andrew Gerweck
I'm not sure why the code works this way, but I believe it's wrong. On line 279 of org.apache.catalina.connector.http.HttpResponseImpl.java, the following code is found: if (getStatus() < HttpServletResponse.SC_BAD_REQUEST) { if ((!isStreamInitialized()) && (getContentLength(

DO NOT REPLY [Bug 7700] - [PATCH] Anchors don't work when session tracking is handled by URL rewrite

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-4.0/webapps/admin server.jsp

2002-04-04 Thread manveen
manveen 02/04/04 13:59:46 Removed: webapps/admin server.jsp Log: File moved to server pkg. -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/handler TcHandler.java TcHandlerCtx.java

2002-04-04 Thread costin
costin 02/04/04 13:59:13 Added: util/java/org/apache/tomcat/util/handler TcHandler.java TcHandlerCtx.java Log: The handler is a generic mechanism to be used to implement both recursive and iterative chains ( i.e. Interceptor-like or Valve-like ). It

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin ServerAction.java ServerForm.java SetUpServerAction.java

2002-04-04 Thread manveen
manveen 02/04/04 13:59:04 Removed: webapps/admin/WEB-INF/classes/org/apache/webapp/admin ServerAction.java ServerForm.java SetUpServerAction.java Log: Files no longer needed after server refactoring. -- To unsubscribe, e-mail:

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/handler - New directory

2002-04-04 Thread costin
costin 02/04/04 13:56:21 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/handler - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/webapps/admin/service service.jsp

2002-04-04 Thread manveen
manveen 02/04/04 13:52:25 Modified:webapps/admin/WEB-INF struts-config.xml webapps/admin/WEB-INF/classes/org/apache/webapp/admin TomcatTreeBuilder.java webapps/admin/service service.jsp Added: webapps/admin/WEB-INF/classes/or

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/server - New directory

2002-04-04 Thread manveen
manveen 02/04/04 13:49:58 jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/server - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/webapps/admin/server - New directory

2002-04-04 Thread manveen
manveen 02/04/04 13:49:23 jakarta-tomcat-4.0/webapps/admin/server - New directory -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 6999] - javax.sql.DataSource.getConnection() causes java.sql.SQLException: Can't call commit when autocommit=true

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7693] - New tyrex classes in naming-factory.jar causes exceptions

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7602] - After RequestDispatcher.forward() the character encoding for parameters is set to ISO-8859-1

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7638] - Service Name in Windows has space

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit:jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Node.java

2002-04-04 Thread Kin-Man Chung
> Date: Thu, 04 Apr 2002 11:20:21 -0800 > From: Remy Maucherat <[EMAIL PROTECTED]> > Subject: Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Node.java > To: Tomcat Developers List <[EMAIL PROTECTED]> > MIME-version: 1.0 > X-MIMEOLE: Produced By Microsoft MimeO

DO NOT REPLY [Bug 6519] - Problem with HTMLManagerServlet when running JDK1.4

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7725] - IllegalStateException during forwards to a page that redirects

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

[TEST] Please ignore...

2002-04-04 Thread Pier Fumagalli
Pinging response time for mailing lists... Sorry for the spam... Pier -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/webapps/manager/WEB-INF web.xml

2002-04-04 Thread craigmcc
craigmcc02/04/04 12:30:34 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java catalina/src/share/org/apache/catalina/startup ContextConfig.java LocalStrings.properties webapps/admin/WEB-I

cvs commit: jakarta-tomcat-connectors build.xml

2002-04-04 Thread costin
costin 02/04/04 12:25:04 Added: .build.xml Log: One (experimental) build file to get all the coyote things built and in a single jar. It just calls the ant files in various directories in the right order and creates a jar file with all the stuff. Revision Change

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java mbeans-descriptors.xml

2002-04-04 Thread amyroh
amyroh 02/04/04 12:17:47 Modified:catalina/src/share/org/apache/catalina/mbeans MBeanFactory.java mbeans-descriptors.xml Log: Add createAjp13Connector() and createCoyoteConnector() using relfection to avoid j-t-c compile-time circular dependencies. Re

cvs commit: jakarta-tomcat-4.0/webapps/admin connector.jsp

2002-04-04 Thread manveen
manveen 02/04/04 12:06:48 Removed: webapps/admin connector.jsp Log: File no longer needed after refactoring. (moved to connector directory) -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector ConnectorAction.java SetUpConnectorAction.java

2002-04-04 Thread manveen
manveen 02/04/04 12:05:47 Removed: webapps/admin/WEB-INF/classes/org/apache/webapp/admin/connector ConnectorAction.java SetUpConnectorAction.java Log: files no longer needed after refactoring connectors. -- To unsubscribe, e-mail:

DO NOT REPLY [Bug 167] - Change to input:checkbox taglib for usage on multi-page forms BugRat Report#220

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config coyote.xml http11.xml project.xml

2002-04-04 Thread remm
remm02/04/04 10:16:07 Modified:webapps/tomcat-docs/config http11.xml project.xml Added: webapps/tomcat-docs/config coyote.xml Log: - Add some documenation on Coyote, based on the one for the HTTP/1.1 connector (since there are few user-visible differences at this poi

Re: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Node.java

2002-04-04 Thread Remy Maucherat
> Remy, > > I afraid that this patch won't work, because you are initializing > CustomTag.JspAttrs in the constructor, which is too early. > CustomTag.JspAttrs is currently set in Validator, after tld is consulted > to see if the tag attribute can take a request time expression; > and if so, extra

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server/tomcat33 JkRequest33.java

2002-04-04 Thread costin
costin 02/04/04 11:00:10 Modified:jk/java/org/apache/jk/common HandlerRequest.java jk/java/org/apache/jk/core JkHandler.java jk/java/org/apache/jk/server/tomcat33 JkRequest33.java Log: Change to instanceId Revision ChangesPath 1.9 +1

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http10 HttpProcessor.java

2002-04-04 Thread remm
remm02/04/04 09:50:34 Modified:catalina/src/share/org/apache/catalina/connector/http HttpProcessor.java catalina/src/share/org/apache/catalina/connector/http10 HttpProcessor.java Log: - Port language variant support

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/connector/http10 HttpProcessor.java

2002-04-04 Thread remm
remm02/04/04 09:46:09 Modified:catalina/src/share/org/apache/catalina/connector/http Tag: tomcat_40_branch HttpProcessor.java catalina/src/share/org/apache/catalina/connector/http10 Tag: tomcat_40_branch HttpProcessor.ja

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.0.4.txt

2002-04-04 Thread remm
remm02/04/04 09:47:59 Modified:.Tag: tomcat_40_branch RELEASE-NOTES-4.0.4.txt Log: - Document latest changes and bugfixes. Revision ChangesPath No revision No revision 1.1.2.4 +11 -1 jakarta-tomcat-4.0

Re: Is Tyrex included in Tomcat 4.0.3

2002-04-04 Thread Lev Assinovsky
Tyrex is used to work (not providing the real pooling though). Could you please show your server.xml, /WEB-INF>/web.xml and piece of Java code where you lookup the context? Yanfeng Liu wrote: > > Hi, > > I am trying to use the JDBC pool feature of Tomcat 4.0.3. > > I am using the tomcat4-4.

Re: cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardPipeline.java

2002-04-04 Thread Remy Maucherat
> > I think the stage has to be maintained in the Request object. > > > > No, definitely not. Here's how MinTC (MinimalTomcat) does > it (this is alpha code, and I've deleted some of the methods > to keep the size down): I think I would have implemented it that way also. The thing is that the cu

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardPipeline.java

2002-04-04 Thread remm
remm02/04/04 07:02:13 Modified:catalina/src/share/org/apache/catalina/core StandardPipeline.java Log: - Refactor the pipeline valve context using comments from Christopher St John. Revision ChangesPath 1.6 +67 -62 jakarta-tomcat-4.0/

DO NOT REPLY [Bug 7747] New: - File Upload Causes Tomcat-Apache to Block

2002-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit:jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Node.java

2002-04-04 Thread Kin-Man Chung
Remy, I afraid that this patch won't work, because you are initializing CustomTag.JspAttrs in the constructor, which is too early. CustomTag.JspAttrs is currently set in Validator, after tld is consulted to see if the tag attribute can take a request time expression; and if so, extracts the strin

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Node.java

2002-04-04 Thread remm
remm02/04/04 03:32:05 Modified:jasper2/src/share/org/apache/jasper/compiler Node.java Log: - Also populate the TagData object. Revision ChangesPath 1.3 +6 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Node.java Index: Node.jav

[ANN] MinimalTomcat Alpha 0.4 "Small Container, Big Attitude"

2002-04-04 Thread Christopher K. St. John
MinTC used to be MinimalTomcat, but MinTC is shorter. http://www.distributopia.com/servlet_stuff/catalina_mtc.html New DefaultServlet implementation allows serving files from within the jar. Now runs under IBM's J2ME/CDC environment (see website for details). Many more Watchdog tests passed:

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler Node.java

2002-04-04 Thread remm
remm02/04/03 23:03:54 Modified:jasper2/src/share/org/apache/jasper/compiler Node.java Log: - Fix NPE caused by JSP attributes field not being populated. Revision ChangesPath 1.2 +8 -3 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Node