Re: Jasper Cocoon's Eclipse Compiler Plugin

2003-07-31 Thread matthias.ernst
On Wed, 30 Jul 2003, Glenn Nielsen wrote: Plugging in a different javac compiler if it works better may be of iterest. The only way for the tomcat developer community to determine this is to submit a patch so that it can be evaluated. Alright. I'll come up with one. I was only wondering if

Re: Jasper Cocoon's Eclipse Compiler Plugin

2003-07-31 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Hi, I'm experimenting with embedding Jasper/JSP 2.0 into production servlet 2.3 containers / JSP 1.2. That works surprisingly well, using an alternative lib directory and an additional classloader. (I want to run tagfiles in Websphere,Dynamo,... before 2005.) Anwyay, one

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5CoyoteConnector.java mbeans-descriptors.xml

2003-07-31 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: luehe 2003/07/30 17:19:42 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml Log: Added new sslProtocol property + minor javadoc edits The protocol property is a little confusing,

Problem Realm to work with Oracle

2003-07-31 Thread Danh Duy Bui
Hello Sir, I am Setting up and enabling container-managed authentication for Tomcat 4.1.12 . Now, I am getting some problem with Realm tag. I have been succesful authenticated with userDatabaseRealm using file tomcat-user.xml like the tag below Realm

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml

2003-07-31 Thread Bill Barker
- Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, July 31, 2003 1:41 AM Subject: Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5CoyoteConnector.java mbeans-descriptors.xml

2003-07-31 Thread Remy Maucherat
Bill Barker wrote: [EMAIL PROTECTED] wrote: luehe 2003/07/30 17:19:42 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml Log: Added new sslProtocol property + minor javadoc edits The protocol property is a little

DO NOT REPLY [Bug 22013] New: - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

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

Developing my own tomcat valve

2003-07-31 Thread Frederic Collin
Hi , I would like to develop my own tomcat valve. If I've well understanded, I have to: - Create a class extending org.apache.catalina.valves.ValveBase - Implement its invoke method - Add a valve entry in the server.xml file - Pack my class(es) into a jar

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

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

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

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

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

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

[4.1.27] Release [5.0.6] New build

2003-07-31 Thread Remy Maucherat
I'll tag and release Tomcat 4.1.27 Stable today, which includes fixes for minor security bugs over 4.1.26. Please -1 quickly if you don't want that release to happen without more review. I'll also tag and release a new 5.0.6 build, ask for a vote on the Tomcat 5.0.x release plan, and ask for a

Re: Jasper Cocoon's Eclipse Compiler Plugin

2003-07-31 Thread matthias.ernst
On Thu, 31 Jul 2003, Remy Maucherat wrote: Jasper uses Ant and that was a rather painful switch which needed lots of testing to start working fine. You should be able to use EDT through Ant. I'm against what you propose (lots of pain, no gain). You are right. With some afterthought, I was

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

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

build-hpux.sh

2003-07-31 Thread Mertz, Wendy (Director Corporate Systems, IT)
To whom it may concern: We are trying to install and link Apache with Tomcat and am unable to locate the build-hpux.sh script for Apache 1.3.14 to Tomcat 3.2.3 (HP Unix 11.0). Can you assist me by providing me the script? Thank you in advance, Wendy

build-hpux.sh

2003-07-31 Thread Richard Backhouse
Return Receipt Your build-hpux.sh document :

DO NOT REPLY [Bug 22013] - RequestDispatcher.forward doesn't work with a relative path on a forwarded request

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

[PATCH] JspProperty constructor should be public

2003-07-31 Thread matthias.ernst
There is no possibility to actually create an alternative JspConfig, since you cannot create own JspProperties. This possibility seems to be implied, though, since org.apache.jasper.Options includes 'public JspConfig getConfig()'. It would be helpful for me. Patch against public CVS is attached.

RE: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Shapira, Yoav
Howdy, The small Catalina.sh script fix ([! Os400] thing) will be in 4.1.27 right? Looking forward to 5.0.6. What's up with the sessions issue? http://issues.apache.org/bugzilla/show_bug.cgi?id=4690 Yoav Shapira Millennium ChemInformatics -Original Message- From: Remy Maucherat

Re: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Tim Funk
The [! Os400] should be in 4.1.27. Does anyone with an os400 know if I should port the Os400 stuff in catalina.sh to 5? It appears the os400 checks were only in 4.1. -Tim Shapira, Yoav wrote: Howdy, The small Catalina.sh script fix ([! Os400] thing) will be in 4.1.27 right? Looking forward to

Remy please comment on BUG7831 JNDIRealm* stuff

2003-07-31 Thread Mario Ivankovits
Hello Remy! Iwait a long time to some feedback to the JNDIRealm* and CLIENT-CERT Login stuff i added to this bug. I would like to know, if this or simmilary would find the way into the official tomcat development. Maybe 4.1.28 or at least into the 5.x release. Maybe i can help in some

DO NOT REPLY [Bug 22021] New: - syntax error in common/jk_channel_socket.c

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

tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but only unzipped in WEB-INF/classes

2003-07-31 Thread Harmsen, Jan
Hi, tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but only unzipped in WEB-INF/classes: The eclipse XSD API xsd.jar (http://www.eclipse.org/xsd/) provides a set of XML schemata + dtds in an additional jar file xsd.resources.jar. Both jar files (xsd.jar + xsd.resources.jar) are

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_channel_socket.c

2003-07-31 Thread hgomez
hgomez 2003/07/31 07:49:32 Modified:jk/native2/common jk_channel_socket.c Log: Remove the extra bracket Fix Bug #22021 Revision ChangesPath 1.54 +0 -2 jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c Index: jk_channel_socket.c

Re: tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but only unzipped in WEB-INF/classes

2003-07-31 Thread Remy Maucherat
Harmsen, Jan wrote: Hi, tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but only unzipped in WEB-INF/classes: The eclipse XSD API xsd.jar (http://www.eclipse.org/xsd/) provides a set of XML schemata + dtds in an additional jar file xsd.resources.jar. Both jar files (xsd.jar +

Re: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Remy Maucherat
Tim Funk wrote: The [! Os400] should be in 4.1.27. Does anyone with an os400 know if I should port the Os400 stuff in catalina.sh to 5? It appears the os400 checks were only in 4.1. Yes, that fix will be there. I'll review and document all changes with a diff on the previous tag, as usual, to

DO NOT REPLY [Bug 22021] - syntax error in common/jk_channel_socket.c

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

cvs commit: jakarta-tomcat-catalina/catalina/src/bin catalina.sh

2003-07-31 Thread funkman
funkman 2003/07/31 08:03:04 Modified:catalina/src/bin catalina.sh Log: Port os400 change from 4.1. Actually just copied the entire file from 4.1 to here. And kept the -force logic. This worked fine with cygwin. The diff seems innocent. Comments on -sourcepath

RE: tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but only unzipped in WEB-INF/classes

2003-07-31 Thread Harmsen, Jan
Hi Remy, The first thing to check is if the specified file exists, and if it still fails, provide a test case. loading seems to work only partially: the structure of the jar file is org/eclipse/xsd/plugin.properties org/eclipse/xsd/cache/www.w3.org/2001/MagicXMLSchema.xsd ... plus many

cvs commit: jakarta-tomcat-catalina/catalina/src/bin setclasspath.sh

2003-07-31 Thread funkman
funkman 2003/07/31 08:17:55 Modified:catalina/src/bin setclasspath.sh Log: os400 port from 4.1 Revision ChangesPath 1.5 +16 -6 jakarta-tomcat-catalina/catalina/src/bin/setclasspath.sh Index: setclasspath.sh

Re: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Jeff Tulley
Remy, Before you release, can you get that minor typo fix in /webapps/admin/WEB-INF/struts-config.xml that I sent a patch for a week or so ago? It is causing major problems on NetWare, since the JVM is enforcing case sensitivity of the path, and for some reason the new struts used by Tomcat

RE: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Schalk
Remy Also, I was wondering, with release 4.1.27, will the latest production release of FileUpload (i.e. 1.0) be included instead of the beta version that was included with 4.1.24. The beta version seems to cause some clashes with the new 1.0 release. Kind Regards Schalk Neethling

Re: Developing my own tomcat valve

2003-07-31 Thread Nathan Ward
I made a valve and copied to server/classes/... and it works. My valve allows/denies access based on ServerName. Very similar to the HostNameValve and HostAddrValve. I need to submit it to the Tomcat project. I've never contributed before and haven't looked into how to go about that yet.

cvs commit: jakarta-tomcat-4.0/webapps/admin/WEB-INF struts-config.xml

2003-07-31 Thread remm
remm2003/07/31 08:37:01 Modified:webapps/admin/WEB-INF struts-config.xml Log: - Fix typo. - Submitted by Jeff Tulley. Revision ChangesPath 1.53 +1 -1 jakarta-tomcat-4.0/webapps/admin/WEB-INF/struts-config.xml Index: struts-config.xml

Re: [4.1.27] Release [5.0.6] New build

2003-07-31 Thread Remy Maucherat
Schalk wrote: Remy Also, I was wondering, with release 4.1.27, will the latest production release of FileUpload (i.e. 1.0) be included instead of the beta version that was included with 4.1.24. The beta version seems to cause some clashes with the new 1.0 release. Yes, it will use Fileupload 1.0

Re: tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but only unzipped in WEB-INF/classes

2003-07-31 Thread Remy Maucherat
Harmsen, Jan wrote: Hi Remy, The first thing to check is if the specified file exists, and if it still fails, provide a test case. loading seems to work only partially: the structure of the jar file is org/eclipse/xsd/plugin.properties

DO NOT REPLY [Bug 22000] - Tomcat Service Start-up error (1053): the service did not respond to the start or control request in a timely fashion.

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

Re: tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but only unzipped in WEB-INF/classes

2003-07-31 Thread Remy Maucherat
Harmsen, Jan wrote: Hi Remy, The first thing to check is if the specified file exists, and if it still fails, provide a test case. loading seems to work only partially: the structure of the jar file is org/eclipse/xsd/plugin.properties org/eclipse/xsd/cache/www.w3.org/2001/MagicXMLSchema.xsd

RE: Developing my own tomcat valve

2003-07-31 Thread Frederic Collin
Hi Nathan, Do u have a small sample valve that I can test to see if it works ? Frédéric. -Original Message- From: Nathan Ward [mailto:[EMAIL PROTECTED] Sent: jeudi 31 juillet 2003 16:31 To: Tomcat Developers List; [EMAIL PROTECTED] Subject: Re: Developing my own tomcat valve I made

RE: tomcat-5.0.5 cannot access jar resources in WEB-INF/lib but o nly unzipped in WEB-INF/classes

2003-07-31 Thread Harmsen, Jan
Hi, Please provide a test case along with infomation on your environment. okay, tomorrow I'll provide a test case + description, Thanks, Jan

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

2003-07-31 Thread luehe
luehe 2003/07/31 09:56:20 Modified:jasper2/src/share/org/apache/jasper/compiler SmapStratum.java SmapUtil.java Log: Fixed 21168 (Incorrect paths in generated SMAP file entries) Applied (slightly modified) patch provided by [EMAIL PROTECTED]

DO NOT REPLY [Bug 21168] - Incorrect paths in generated SMAP file entries

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

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

2003-07-31 Thread remm
remm2003/07/31 10:26:58 Modified:.RELEASE-NOTES-4.1.txt Log: - Release notes update. Revision ChangesPath 1.79 +22 -2 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt

[5.0 Performance] EL Parser Cache

2003-07-31 Thread matthias.ernst
Hi, other than no optimizations yet, is there a reason why PageContextImpl turns off the EL caches ? Turning them on boosts performance a lot for me. PS: should I post bugzilla requests for that ? Matthias -- Matthias Ernst Software Engineer CoreMedia - Smart Content Technology

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

2003-07-31 Thread kinman
kinman 2003/07/31 11:40:27 Modified:jasper2/src/share/org/apache/jasper JspC.java Log: - Fix 20155: The strutsel-exercise-taglib application can not be compiled with jspc. Set up the correct class loader when running jspc. Revision ChangesPath 1.50 +4 -3

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

2003-07-31 Thread kinman
kinman 2003/07/31 11:51:16 Modified:jasper2/src/share/org/apache/jasper/compiler JspConfig.java Log: - Make JspProperty constructor public, to allow for user supplied JspConfig. Revision ChangesPath 1.11 +4 -4

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

2003-07-31 Thread remm
remm2003/07/31 12:39:14 Modified:docs index.html xdocsindex.xml Log: - Version number update. Revision ChangesPath 1.43 +2 -2 jakarta-tomcat-site/docs/index.html Index: index.html

Tomcat Development Consulting

2003-07-31 Thread Holden Robbins
Hello, I apologize if this is not the right place. I'm in need of Tomcat dev-consulting, we're looking for a Tomcat developer to help us solve our problem of integrating Siteminder with IIS-Tomcat. If anyone is interested in giving us a quote for their time, please contact me directly via

[4.1.27] Builds uploaded

2003-07-31 Thread Remy Maucherat
Hi, I have uploaded the binaries (http://www.apache.org/dist/jakarta/tomcat-4/), and committed the sites updates. I'll only update the live website tomorrow morning (unless someone does it before; I'm trying to leave enough time for the mirrors to sync up before an official announcement), and

RE: [4.1.27] Builds uploaded

2003-07-31 Thread Sean Reilly
(Note: I decided to skip the LE builds, because I am lazy and people have been confused by them; I'll add them this WE if there's some demand) I for one would love to see the LE builds. We find them very useful; our build process is also tailored to them. Sean Reilly Software

Re: [4.1.27] Builds uploaded

2003-07-31 Thread Remy Maucherat
Sean Reilly wrote: (Note: I decided to skip the LE builds, because I am lazy and people have been confused by them; I'll add them this WE if there's some demand) I for one would love to see the LE builds. We find them very useful; our build process is also tailored to them. Ok, fine. You'll see

Re: [4.1.27] Builds uploaded

2003-07-31 Thread Robert Upshall
Sean Reilly wrote: (Note: I decided to skip the LE builds, because I am lazy and people have been confused by them; I'll add them this WE if there's some demand) I for one would love to see the LE builds. We find them very useful; our build process is also tailored to them. Same here.

DO NOT REPLY [Bug 22032] New: - missing security-policy in default-configuration

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

RE: [4.1.27] Builds uploaded

2003-07-31 Thread Sean Reilly
Thanks a lot! I appreciate the extra effort. Sean -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 2:13 PM To: Tomcat Developers List Subject: Re: [4.1.27] Builds uploaded Sean Reilly wrote: (Note: I decided to skip the LE builds,

DO NOT REPLY [Bug 22032] - missing security-policy in default-configuration

2003-07-31 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=22032. 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/util ExtensionValidator.java ManifestResource.java

2003-07-31 Thread luehe
luehe 2003/07/31 13:56:25 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java catalina/src/share/org/apache/catalina/util ExtensionValidator.java ManifestResource.java Log: More clean up -

DO NOT REPLY [Bug 13172] - Port incorrect in getServerPort and in access log

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

cvs commit: jakarta-tomcat-catalina/catalina/src/conf catalina.policy

2003-07-31 Thread jfarcand
jfarcand2003/07/31 17:32:40 Modified:catalina/src/conf catalina.policy Log: Fix for bug 22032: missing security-policy in default-configuration. Precompiled JSPs running under the security manager always have to access org.apache.jasper.runtime.* classes. With the package

DO NOT REPLY [Bug 22032] - missing security-policy in default-configuration

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

DO NOT REPLY [Bug 22039] New: - client-side javascript, struts, frames, multi-action function

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

DO NOT REPLY [Bug 22040] New: - NullPointerException when invoking getSession in Filter

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

DO NOT REPLY [Bug 21984] - Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL

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

DO NOT REPLY [Bug 13172] - Port incorrect in getServerPort and in access log

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

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/coyote/tomcat5 CoyoteConnector.java mbeans-descriptors.xml

2003-07-31 Thread Bill Barker
Sorry for using gmane, but the original is on my machine at work, and I really didn't have time to follow tomcat-dev today. Reply below. Remy Maucherat [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Bill Barker wrote: [EMAIL PROTECTED] wrote: luehe 2003/07/30 17:19:42

DO NOT REPLY [Bug 21984] - Apache Tomcat hangs for long time and server error 500 if ..%5c.. is included in request URL

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

Tomcat service on Windows 2003 Server

2003-07-31 Thread Zena
Hi , am running a batch file to create a tomcat service on windows 2003 server. The contents of the batch file are -- %CATALINA_HOME%\bin\tomcat.exe -install VFarm %JAVA_HOME%\jre\bin\server\jvm.dll

[ANN] Apache Tomcat 4.1.27 Stable released

2003-07-31 Thread Remy Maucherat
The Tomcat Team announces the immediate availability of Apache Tomcat 4.1.27 Stable. Among other bugfixes and improvements, Tomcat 4.1.27 includes security fixes for: - Improper recycling of SSL client certificates with Coyote JK 2 - Improper handling of invalid content lengths in requests,