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

2003-01-15 Thread remm
remm2003/01/15 00:22:17 Modified:.RELEASE-NOTES-4.1.txt Log: - Status update. Revision ChangesPath 1.49 +5 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt

DO NOT REPLY [Bug 15774] - tomcat5 shared/lib behavior different than that of tomcat4.1.x

2003-01-15 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=15774. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[Fwd: Tomcat IRC link bout to be broken]

2003-01-15 Thread Henri Gomez
FYI : ---BeginMessage--- As you may or may not know openprojects.net was bought by freenode.net. Therefore the server address you want has changed to: irc://irc.freenode.net/#tomcat Thanks, Nick aka Hellaenergy ;) ---End Message--- -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

DO NOT REPLY [Bug 16102] New: - The method HttpServlet.getLastModified() can't be overrided in the JSP

2003-01-15 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=16102. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-site/xdocs irc.xml

2003-01-15 Thread remm
remm2003/01/15 03:58:12 Modified:xdocsirc.xml Log: - Link update. Revision ChangesPath 1.4 +1 -1 jakarta-tomcat-site/xdocs/irc.xml Index: irc.xml === RCS file:

cvs commit: jakarta-tomcat-site/docs irc.html

2003-01-15 Thread remm
remm2003/01/15 04:00:01 Modified:docs irc.html Log: - Link update. Revision ChangesPath 1.11 +1 -1 jakarta-tomcat-site/docs/irc.html Index: irc.html === RCS file:

cvs commit: jakarta-tomcat-4.0/webapps/ROOT index.jsp

2003-01-15 Thread remm
remm2003/01/15 04:02:28 Modified:webapps/ROOT index.jsp Log: - Link update. Revision ChangesPath 1.8 +1 -1 jakarta-tomcat-4.0/webapps/ROOT/index.jsp Index: index.jsp === RCS file:

DO NOT REPLY [Bug 16106] - IllegalAccessException at next startup after Webapps:Aministration

2003-01-15 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=16106. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Tomcat connector (isapi_redirect)

2003-01-15 Thread Evans, Michael
Hi All, I'm adding some custom logic to the isapi_redirect filter but I can't seem to get the project to compile. I'm running DevStudio 6.0. I'm getting errors about SF_NOTIFY_AUTH_COMPLETE and such (basically all the new ISA server stuff)... I can't see what I'm missing / any ISA SDK toolkit

How do I create a new bean or servlet? (what do I need to change in the XML files?)

2003-01-15 Thread Tammer Salem
Hi, I'm trying to create a servlet and can't get it to run. I have the .class file (say HelloWorld.class) under (%TOMCAT_HOME%\webapps\test\WEB-INF\classes\). Is there anything I need to add to the web.xml file? If there is, can anyone point me to the proper documentation of deploying servlets

Tomcat 4.1.19 Alpha released

2003-01-15 Thread Remy Maucherat
Tomcat 4.1.19 Alpha is now available for testing. Changes over Tomcat 4.1.18 include: - Refactored manager and deployer - Fix for a SSL related bug - Jasper will now launch javac in a separate JVM, in order to avoid problems such as memory leaks and file locking - New printer frindly

RE: Tomcat connector (isapi_redirect)

2003-01-15 Thread Evans, Michael
I've figured out what was missing... If anyone else needs to recompile isapi_redirect.dll then look at the README file and download the latest Windows/IIS SDK. -Original Message- From: Evans, Michael [mailto:[EMAIL PROTECTED]] Sent: 15 January 2003 13:50 To: '[EMAIL PROTECTED]' Subject:

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

2003-01-15 Thread remm
remm2003/01/15 07:15:13 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteConnector.java Log: - Add accessor for the protocol handler. Revision ChangesPath 1.21 +14 -4

Do Servlets and Filters in separate contexts share a single JVM instance?

2003-01-15 Thread Lorenti, John
Hello, I am trying to know how Tomcat (4.1.12) handles the creation of each servlet and/or filter in different contexts. (I haven't noticed this within the documentation, but maybe I've just missed it.) As far as I can tell from the archives, it seems that each application context is loaded by

RE: Do Servlets and Filters in separate contexts share a single JVM instance?

2003-01-15 Thread Shapira, Yoav
Howdy, First off, the general questions, then your specific design issue: servlet and/or filter context running within its own JVM instance? or within its own Process (as in java.lang.Runtime.exec)? In other words, do all servlets and filter contexts share the same JVM instance or are they

[PATCH] jakarta-servletapi-5

2003-01-15 Thread Mark Roth
Small patch to fix some javadocs. Modified File: jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java - Mark Index: jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java === RCS file:

DO NOT REPLY [Bug 16113] New: - removing then replacing a jsp page continues to give a 404

2003-01-15 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=16113. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-site/xdocs irc.xml

2003-01-15 Thread remm
remm2003/01/15 08:46:01 Modified:docs irc.html xdocsirc.xml Log: - Link update (again). Revision ChangesPath 1.12 +1 -1 jakarta-tomcat-site/docs/irc.html Index: irc.html

DO NOT REPLY [Bug 16114] New: - custom tag output is not flushed then not writed to jsp output

2003-01-15 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=16114. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16113] - removing then replacing a jsp page continues to give a 404

2003-01-15 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=16113. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16116] New: - ResourceLink does not work within DefaultContext

2003-01-15 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=16116. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15406] - error-page responses are sent with wrong status code!

2003-01-15 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=15406. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13692] - request.getCharacterEncoding() is NULL

2003-01-15 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=13692. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15774] - tomcat5 shared/lib behavior different than that of tomcat4.1.x

2003-01-15 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=15774. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16127] New: - Seems to be a problem doing a static include of content when using a different charset.

2003-01-15 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=16127. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16129] New: - A translation-time error is not raised when the value of the page directives pageEncoding attribute fails to match that of the xml prolog of the JSP document.

2003-01-15 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=16129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16044] - problems with gifs and jpegs - HTML are ok

2003-01-15 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=16044. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

[PATCH] Add customizable date format for access log filename

2003-01-15 Thread Michael Heinrichs
Much of the access log filename can be customized in the Valve declaration using prefix and suffix, but the date format used for the filename is hardcoded in the Valve code. Here's a patch that allows the date format to be specified in the Valve definition alongside prefix and suffix. If this

DO NOT REPLY [Bug 16044] - problems with gifs and jpegs - HTML are ok

2003-01-15 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=16044. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15774] - tomcat5 shared/lib behavior different than that of tomcat4.1.x

2003-01-15 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=15774. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Urgent: Tomcat dies with socket exceptions !

2003-01-15 Thread Remy Maucherat
Sylvain Beaumont wrote: Hi, We developped a GIS server, in which a embedded Tomcat serves JSP / Servlet requests. Since we upgraded Tomcat 3.x with 4.1.x (currently 4.1.12), Tomcat dies with a SocketException. Here is the exception: java.net.SocketException: Connection reset by peer: socket

Re: [PATCH] Add customizable date format for access log filename

2003-01-15 Thread Tim Funk
I see a problem with this with respect to log rotation. The way things work now, on every request tomcat checks to see if the log needs rotated. (It actually checks at most, once a second). The way it determines to rotate the log is via the date format. Since the date format is hardcoded to

Re: [PATCH] Add customizable date format for access log filename

2003-01-15 Thread Michael Heinrichs
I see your point. I can see how some might want that feature (hourly log rotation?), but maybe log rotation intervals and date format should be separate concerns. In my case, someone handling our logs prefers '.MM.dd' to '-MM-dd', so I simply wanted date format control. Maybe if the

DO NOT REPLY [Bug 16144] New: - NullPointerException in JDBCRealm when password is null

2003-01-15 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=16144. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 15961] - getBodyContent() is not returning null when the action has only jsp:attribute actions within the body.

2003-01-15 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=15961. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

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

2003-01-15 Thread luehe
luehe 2003/01/15 14:46:29 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: Fixed 15961 (getBodyContent() is not returning null when the action has only jsp:attribute actions within the body) for simple tag handlers Revision ChangesPath 1.148

Re: DO NOT REPLY [Bug 15961] - getBodyContent() is not returning null when the action has only jsp:attribute actions within the body.

2003-01-15 Thread David
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 5:42 PM Subject: DO NOT REPLY [Bug 15961] - getBodyContent() is not returning null when the action has only jsp:attribute actions within the body. DO NOT REPLY TO THIS EMAIL, BUT PLEASE

Urgent: Tomcat dies with socket exceptions !

2003-01-15 Thread Sylvain Beaumont
Hi, We developped a GIS server, in which a embedded Tomcat serves JSP / Servlet requests. Since we upgraded Tomcat 3.x with 4.1.x (currently 4.1.12), Tomcat dies with a SocketException. Here is the exception: java.net.SocketException: Connection reset by peer: socket write error at

DO NOT REPLY [Bug 16146] New: - POST request with invalid Content-Length header

2003-01-15 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=16146. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16146] - POST request with invalid Content-Length header

2003-01-15 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=16146. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16146] - POST request with invalid Content-Length header

2003-01-15 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=16146. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16150] New: - IllegalStateException with Tomcat3.2.3 and JRE1.4.0_01

2003-01-15 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=16150. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16150] - IllegalStateException with Tomcat3.2.3 and JRE1.4.0_01

2003-01-15 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=16150. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16150] - IllegalStateException with Tomcat3.2.3 and JRE1.4.0_01

2003-01-15 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=16150. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext BodyTag.java

2003-01-15 Thread kinman
kinman 2003/01/15 17:37:04 Modified:jsr152/src/share/javax/servlet/jsp/tagext BodyTag.java Log: - Patch by Mark Roth: fix some javadocs Revision ChangesPath 1.5 +3 -2 jakarta-servletapi-5/jsr152/src/share/javax/servlet/jsp/tagext/BodyTag.java

DO NOT REPLY [Bug 16150] - IllegalStateException with Tomcat3.2.3 and JRE1.4.0_01

2003-01-15 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=16150. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 10047] - IllegalStateException and Browser back button

2003-01-15 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=10047. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16152] New: - problems using new versions

2003-01-15 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=16152. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16129] - A translation-time error is not raised when the value of the page directives pageEncoding attribute fails to match that of the xml prolog of the JSP document.

2003-01-15 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=16129. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 16152] - problems using new versions

2003-01-15 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=16152. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/xmlparser XercesEncodingDetector.java

2003-01-15 Thread luehe
luehe 2003/01/15 18:32:56 Modified:jasper2/src/share/org/apache/jasper/xmlparser XercesEncodingDetector.java Log: Fixed 16129: A translation-time error is not raised when the value of the page directives pageEncoding attribute fails to match that of the

DO NOT REPLY [Bug 16157] New: - AuthType not set on HttpServletRequest

2003-01-15 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=16157. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.