Re: [PATCH] forward instead of redirect for welcome files

2003-01-08 Thread Jan Grant
On 7 Jan 2003, Matt Parker wrote: On Tue, 2003-01-07 at 04:40, Remy Maucherat wrote: I'll -1 this patch unless the new behavior is made optional (and default to the current behavior). Remy Okay, it's now an init param which defaults to false. Following are DefaultServlet.java and

RE: hello

2003-01-08 Thread Martin Algesten
This is the developer list for development questions. Please direct this question to the tomcat-user list. ( Tip: Have a look at web.xml error-page directive: error-page error-code404/error-code location/error404.jsp/location /error-page error-page ) Martin -Original

DO NOT REPLY [Bug 15845] - Memory Leak when compiling JSP

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

Re: [PROPOSAL] Tomcat doc organization

2003-01-08 Thread Glenn Nielsen
Craig R. McClanahan wrote: On Tue, 7 Jan 2003, Glenn Nielsen wrote: Date: Tue, 07 Jan 2003 21:35:12 -0600 From: Glenn Nielsen [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [PROPOSAL] Tomcat doc organization If you follow the tomcat-user

Tomcat -- DB2 DBCP : authentication problem

2003-01-08 Thread vidar . kongsli
I am trying to configure a connection from Tomcat 4.1.18 to DB2 7.2 FixPack5 (NT, local DB2 client), and receive the following error message when trying to open a connection to the database: org.apache.commons.dbcp.DbcpException: COM.ibm.db2.jdbc.DB2Exception: [IBM][CLI Driver] SQL0567N SYSTEM is

DO NOT REPLY [Bug 15890] New: - Invalid If-Modified-Since leads to empty response.

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

cvs commit: jakarta-tomcat-catalina/catalina/src/conf web.xml

2003-01-08 Thread jfarcand
jfarcand2003/01/08 08:16:09 Modified:catalina/src/conf web.xml Log: Add missing mime type and fix a bug.(port patch from Tomcat 4) PR: Bugzilla #15772 Submitted by: Jacob Kjome at visi.com Revision ChangesPath 1.12 +17 -1

DO NOT REPLY [Bug 15772] - catalina's web.xml missing mime-types some incorrect...

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

FYI: [Fwd: documentation error]

2003-01-08 Thread Henri Gomez
text/plain; charset=ISO-8859-1; format=flowed: Unrecognized ---BeginMessage--- I wished to point out that in the jakarta/tomcat documentation, there is an error. Under server configuration reference, Host (webapps\tomcat-docs\config\host.html), it shows, under the section heading request

DO NOT REPLY [Bug 15892] New: - Incorrect decoding of URL for getPathInfo()

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

DO NOT REPLY [Bug 15893] New: - Need a getPort() method on Connector or similar functionality

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

DO NOT REPLY [Bug 15892] - Incorrect decoding of URL for getPathInfo()

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

DO NOT REPLY [Bug 15894] New: - Access to other sessions possible (session is immediately recycled after invalidation/expiration)

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

DO NOT REPLY [Bug 15854] - Unable to provide a qname attribute value to the name attribute of the jsp:attribute action.

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

problems with ClassLoader and custom Server class.

2003-01-08 Thread Dan Hansen
Hi all, I've encountered a peculiar problem writing a Server for catalina (tomcat 4.1.18) I don't know if anyone else has written a customized Server so I don't know if this is uncharted territory or not - I saw nothing in my search of the archives but I might have missed it. The key

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

2003-01-08 Thread luehe
luehe 2003/01/08 10:42:43 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java Validator.java Log: Fixed 15854: Unable to provide a qname attribute value to the name attribute of the jsp:attribute action.

JMX-RI-1.2 problems

2003-01-08 Thread Costin Manolache
You may have noticed - tomcat doesn't work with JMX 1.2 The main problem is that the spec now requires the type to be JNI-style ( [Ljava.lang.String; instead of java.lang.String[] ). That would require a change in mbeans-descriptos.xml - but I'm not sure if mx4j would still work after that.

Re: JMX-RI-1.2 problems

2003-01-08 Thread Remy Maucherat
Costin Manolache wrote: You may have noticed - tomcat doesn't work with JMX 1.2 The main problem is that the spec now requires the type to be JNI-style ( [Ljava.lang.String; instead of java.lang.String[] ). That would require a change in mbeans-descriptos.xml - but I'm not sure if mx4j would

Re: [PROPOSAL] Tomcat doc organization

2003-01-08 Thread Remy Maucherat
Glenn Nielsen wrote: Craig R. McClanahan wrote: On Tue, 7 Jan 2003, Glenn Nielsen wrote: The docs generated by Maven and Forrest based builds do this already -- they declare a stylesheet for the print media that leaves off the navigation column when you print the document, without having to

A little help please

2003-01-08 Thread John Trollinger
Could someone familiar with Jasper please look at bug 15845. This is causing us problems and we found a work around but without the knowing why the code was running the way it was in the first place it is hard to validate that our solution will not have any adverse affects. Thanks, John -- To

DO NOT REPLY [Bug 15845] - Memory Leak when compiling JSP

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

DO NOT REPLY [Bug 15772] - catalina's web.xml missing mime-types some incorrect...

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

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/servlets DefaultServlet.java

2003-01-08 Thread remm
remm2003/01/08 11:36:11 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Invalid date headers should be ignored. - Bug 15890. Revision ChangesPath 1.5 +6 -6

DO NOT REPLY [Bug 15890] - Invalid If-Modified-Since leads to empty response.

2003-01-08 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=15890. 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/servlets DefaultServlet.java

2003-01-08 Thread remm
remm2003/01/08 11:38:05 Modified:catalina/src/share/org/apache/catalina/servlets DefaultServlet.java Log: - Invalid date headers should be ignored. - Bug 15890. Revision ChangesPath 1.59 +6 -6

DO NOT REPLY [Bug 15845] - Memory Leak when compiling JSP

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

cvs commit: jakarta-tomcat-5/resources mbeans.xml

2003-01-08 Thread costin
costin 2003/01/08 12:09:08 Modified:resources mbeans.xml Log: Moved the jmx starting from catalina.xml ( the one using server.xml ). This part works fine ( well, there are few small fixes that may be needed - and I don't know why naming doesn't seem to work well, I get

ClassLoader problems

2003-01-08 Thread Costin Manolache
Ok, that's another really strange JDK1.4 problem. I hate class loaders. It works perfectly fine with JDK1.3 - but fails with JDK1.4.1. Needless to say - tomcat-coyote is in lib, and if I enable -verbose:class it actually displays a line showing ActionHook is loaded - only to throw the exception

DO NOT REPLY [Bug 15904] New: - UnsupportedEncodingException not thrown if invalid charset (from content type) is set and a call to ServletResponse.getWriter() is made.

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

Re: JMX-RI-1.2 problems

2003-01-08 Thread Amy Roh
You may have noticed - tomcat doesn't work with JMX 1.2 The main problem is that the spec now requires the type to be JNI-style ( [Ljava.lang.String; instead of java.lang.String[] ). That would require a change in mbeans-descriptos.xml - but I'm not sure if mx4j would still work after that.

DO NOT REPLY [Bug 15892] - Incorrect decoding of URL for getPathInfo()

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

Re: JMX-RI-1.2 problems

2003-01-08 Thread Costin Manolache
Amy Roh wrote: If you need new additions and fixes in JMX1.2, then switching to 1.2 sounds good to me. What other changes are needed to make it work with JMX1.2? I can volunteer to make the changes (especially in mbeans-descriptors.xml) if you point me to the list of changes. The build

Re: ClassLoader problems

2003-01-08 Thread Costin Manolache
Once again - debugging it is close to impossible ( just like most classloader problems), but luckily I guessed how to fix it - just remove the endorsed property and it works again... What endorsed dirs has to do with ActionHook - I don't know. Costin Costin Manolache wrote: Ok, that's

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

2003-01-08 Thread luehe
luehe 2003/01/08 14:15:57 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: Applied patch provided by Dimitry Ivanov to fix synchronization of AT_BEGIN and NESTED variables for tag handlers implementing BodyTag whose doStartTag() returns

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

2003-01-08 Thread luehe
luehe 2003/01/08 14:24:29 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch Generator.java Log: Applied patch provided by Dimitry Ivanov to fix synchronization of AT_BEGIN and NESTED variables for tag handlers implementing BodyTag

[PATCH] jakarta-servletapi-5

2003-01-08 Thread Mark Roth
Attached are some fixes leading up to our second proposed final draft release of the specification. Please let me know if there are any questions or concerns. jsr152/src/share/dtd/jsp_2_0.xsd - Updated comments for jsp-property-groupType jsr154/src/share/dtd/jsp_2_0.xsd - Updated comments

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

2003-01-08 Thread amyroh
amyroh 2003/01/08 15:39:02 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin TreeControlTag.java Log: Provide alt attribute for images for section 508 accessibility improvement. Revision ChangesPath 1.8 +9 -5

cvs commit: jakarta-tomcat-catalina/webapps/admin/WEB-INF/classes/org/apache/webapp/admin TreeControlTag.java

2003-01-08 Thread amyroh
amyroh 2003/01/08 15:39:48 Modified:webapps/admin/WEB-INF/classes/org/apache/webapp/admin TreeControlTag.java Log: Provide alt attribute for images for section 508 accessibility improvement. Revision ChangesPath 1.2 +9 -5

DO NOT REPLY [Bug 15845] - Memory Leak when compiling JSP

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

Tomcat 4.1.18 rpm available

2003-01-08 Thread Henri Gomez
After some delay the TC 4.1.18 rpms are available at : http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.18/rpms/ Regards -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Duplicate session IDs are *common*

2003-01-08 Thread Schnitzer, Jeff
For whatever reason, be it the seed algorithm or the hashing algorithm or something else that degenerates the randomness - the duplicate session ID problem is very, very common. I discovered this problem because a few of our users suddenly found themselves with the sessions from administrative

Re: Duplicate session IDs are *common*

2003-01-08 Thread Costin Manolache
Schnitzer, Jeff wrote: For whatever reason, be it the seed algorithm or the hashing algorithm or something else that degenerates the randomness - the duplicate session ID problem is very, very common. I discovered this problem because a few of our users suddenly found themselves with the

Re: Duplicate session IDs are *common*

2003-01-08 Thread Craig R. McClanahan
On Wed, 8 Jan 2003, Costin Manolache wrote: Date: Wed, 08 Jan 2003 19:37:28 -0800 From: Costin Manolache [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Duplicate session IDs are *common* Schnitzer, Jeff wrote: For whatever

Re: Duplicate session IDs are *common*

2003-01-08 Thread Aditya
On Wed, 08 Jan 2003 19:37:28 -0800, Costin Manolache [EMAIL PROTECTED] said: The default is java.security.SecureRandom - and should give enough randomness. There is a change on head ( that would work with 5.0 - but it can be backported ) that allow you to use /dev/urandom ( or another source

Re: Duplicate session IDs are *common*

2003-01-08 Thread Craig R. McClanahan
On Wed, 8 Jan 2003, Aditya wrote: Date: Wed, 08 Jan 2003 22:36:58 -0800 From: Aditya [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Subject: Re: Duplicate session IDs are *common* On Wed, 08 Jan 2003 19:37:28 -0800,

hello

2003-01-08 Thread Dan Agarlita
I want to know how can I modify the 404 Error page. I want to put another page. Is a param? Or I have to modify some classes ? :) 10x, dan -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]