[PATCH] Bug 22905 - set secure option in cookie for JSESSIONID when communicating via SSL

2003-09-03 Thread Kubo Hiroshi
This patch adds secureCookie option to SessionId Intercepter. For example, SessionId cookiesFirst=true noCookies=false secureCookie=true / If secureCookie is set to be true, cookie for JSESSIONID sent via SSL connection will have Secure option. The patch below is for Tomcat-3.3.1a. Hiroshi

Re: [PATCH] Bug 22905 - set secure option in cookie for JSESSIONID when communicating via SSL

2003-09-03 Thread Bill Barker
I know that patches are always welcome, but a variant of this has been in 3.3.2-dev (aka nightly) for a very long time. - Original Message - From: Kubo Hiroshi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 12:13 AM Subject: [PATCH] Bug 22905 - set secure

mirror-enable tomcat-connector downloads

2003-09-03 Thread Stefan Bodewig
Hi, as by now you most probably know, all releases should go through www.apache.org/dist so they will be mirrored and we (the ASF) can save money as we pay for the transferred data. For details please see http://www.apache.org/dev/mirrors.html and

cvs commit: jakarta-tomcat-catalina/webapps/docs setup.xml

2003-09-03 Thread remm
remm2003/09/03 02:48:16 Modified:webapps/docs setup.xml Log: - Too many things are called jsvc: to make it easier to use, the prefix changes to jsvc-src. Revision ChangesPath 1.5 +1 -1 jakarta-tomcat-catalina/webapps/docs/setup.xml Index:

Re: [Patch] Multiple user patterns in JNDIRealm

2003-09-03 Thread Tim Funk
Thanks Jeff, I'll take a look at this this week. -Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mirror-enable tomcat-connector downloads

2003-09-03 Thread Glenn Nielsen
Stefan Bodewig wrote: Hi, as by now you most probably know, all releases should go through www.apache.org/dist so they will be mirrored and we (the ASF) can save money as we pay for the transferred data. For details please see http://www.apache.org/dev/mirrors.html and

Re: mirror-enable tomcat-connector downloads

2003-09-03 Thread Stefan Bodewig
On Wed, 03 Sep 2003, Glenn Nielsen [EMAIL PROTECTED] wrote: We have a release pending for mod_jk 1.2.5, Does that affect JK2 and JNI and what not as well? I can take care of this when I do the release. Please do. And while you are at it, please move all old releases to archive.apache.org.

Re: mirror-enable tomcat-connector downloads

2003-09-03 Thread Glenn Nielsen
Stefan Bodewig wrote: On Wed, 03 Sep 2003, Glenn Nielsen [EMAIL PROTECTED] wrote: We have a release pending for mod_jk 1.2.5, Does that affect JK2 and JNI and what not as well? No. Just the mod_jk 1.2 connector source and binary distributions. I can take care of this when I do the

[PROPOSAL] archive old unmirrored tomcat releases

2003-09-03 Thread robert burrell donkin
(as many you will know) the apache software foundation policy concerning releases is now that all releases should be available only through: 1. the main mirrored ASF distribution directories 2. the main ASF archives tomcat releases are still available through the older unmirrored directories.

[PATCH] jakarta-servletapi-5 Clarification to IterationTag

2003-09-03 Thread Mark Roth
jsr152/src/share/javax/servlet/jsp/tagext/IterationTag.java - Clarified that doAfterBody() is not called if there is no body. --- Mark Roth, Java Software JSP 2.0 Co-Specification Lead Sun Microsystems, Inc. Index: jsr152/src/share/javax/servlet/jsp/tagext/IterationTag.java

DO NOT REPLY [Bug 22770] - Logger element within Context element in Context.xml file not getting recognized by Tomcat

2003-09-03 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=22770. 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-09-03 Thread kinman
kinman 2003/09/03 14:20:29 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Use just the class name if package is imported. - In tag files, declare request as HttpServletRequest and response HttpServletResponse, as is the case in servlets.

DO NOT REPLY [Bug 22426] - cannot resolve getContextPath on ServletRequest

2003-09-03 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=22426. 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/coyote/tomcat5 CoyoteResponse.java

2003-09-03 Thread luehe
luehe 2003/09/03 15:10:33 Modified:catalina/src/share/org/apache/coyote/tomcat5 CoyoteResponse.java Log: Fixed Bugtraq 4916164 (Tomcat's default charset for Preferred locale overrides page directive) The HTTP spec mandates that in:

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

2003-09-03 Thread kinman
kinman 2003/09/03 16:18:33 Modified:jsr152/src/share/javax/servlet/jsp/tagext IterationTag.java Log: - Patch by Mark Roth: Clarified that doAfterBody() is not called if there is no body. Revision ChangesPath 1.7 +10 -8

Re: [PATCH] Tomcat5 StatusManagerServlet

2003-09-03 Thread Kazuhiro Kazama
Hi, I requested Remy to update Japanese messages and they are done. Thank you, Remy! But the following patch isn't applied to StatusManagerServlet.java yet and a part of messages aren't displayed correctly. Would you include this change? From: TANAKA Yoshihiro [EMAIL PROTECTED] Subject: