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

[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/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:

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

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7747. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

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 current

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, application/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

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

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

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, extracts

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=167. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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: mailto:[EMAIL PROTECTED]

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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.

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

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

[TEST] Please ignore...

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

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7725. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6519. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 MimeOLE

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7638. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7602. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7693. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6999. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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:

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

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 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 ).

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7700. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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()

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:

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

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

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: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

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

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

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

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

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6983. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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.

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 should be

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

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

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

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

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

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4668. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4668. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4668. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4668. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.