DO NOT REPLY [Bug 34176] - can't retrieve JNDI resource in 5.5.8 (works in 5.5.7)

2005-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34176. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Peter Rossbach
Hmm, I see the following problem with the current session expire strategie. Today a) Notify session destroy event = All session attributes are active b) Set session as invalid c) Notify session remove attribute event - Hups = Now the listener detect IllegalStateExceptions

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Remy Maucherat
Peter Rossbach wrote: Hmm, I see the following problem with the current session expire strategie. Today a) Notify session destroy event = All session attributes are active b) Set session as invalid c) Notify session remove attribute event - Hups = Now the listener detect

[GUMP@brutus]: Project jakarta-tomcat-jk-native (in module jakarta-tomcat-connectors) failed

2005-04-04 Thread Bill Barker
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-tomcat-jk-native has an issue affecting its community integration. This

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Peter Rossbach
Hey Remy, can you please explain why the remove attribute event notification is wrong when context is destroy? Thanks Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hmm, I see the following problem with the current session expire strategie. Today a) Notify session destroy event

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Remy Maucherat
Peter Rossbach wrote: Hey Remy, can you please explain why the remove attribute event notification is wrong when context is destroy? Because you're not actually removing them, you're just cleaning up objects. Did you notice you don't get notifications on start, etc ? Rémy

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml jasper-howto.xml

2005-04-04 Thread remm
remm2005/04/04 04:11:51 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java webapps/docs changelog.xml jasper-howto.xml Log: - 34272: Add options class configuration. - Submitted by Scott Stark. Revision ChangesPath 1.42 +36 -13

DO NOT REPLY [Bug 30551] - New version of JK Connector(1.2.6) does not seem to be working for POST requests.

2005-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30551. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Peter Rossbach
Good answer! But why we emit remove session attribute events when sesssion is destroy? I think the session expire is also a clean up thing and nobody need the remove attribute events. Peter Remy Maucherat schrieb: Peter Rossbach wrote: Hey Remy, can you please explain why the remove attribute

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Remy Maucherat
Peter Rossbach wrote: Good answer! But why we emit remove session attribute events when sesssion is destroy? I think the session expire is also a clean up thing and nobody need the remove attribute events. Because the stupid wording which explicitely mandates the nonsense for sessions isn't

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Peter Rossbach
Hups, the remove session attribute events after session destory is documented at the servlet spec? Any hint welcome Peter Remy Maucherat schrieb: Peter Rossbach wrote: Good answer! But why we emit remove session attribute events when sesssion is destroy? I think the session expire is also a

Re: Question: Strange Session Remove Attribute

2005-04-04 Thread Remy Maucherat
Peter Rossbach wrote: Hups, the remove session attribute events after session destory is documented at the servlet spec? Any hint welcome Yes, read the javadoc for HttpSessionBindingListener. Rémy - To unsubscribe, e-mail: [EMAIL

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

2005-04-04 Thread remm
remm2005/04/04 06:57:49 Modified:jasper2/src/share/org/apache/jasper EmbeddedServletOptions.java webapps/docs changelog.xml .build.properties.default jasper2/src/share/org/apache/jasper/compiler

DO NOT REPLY [Bug 33106] - SSI Processing Enhancements (patch provided)

2005-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=33106. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 32296] - HTTP Header Content-Type always ISO-8859-1 under debian (browsers no longer detect encoding correctly - worked perfectly under redhat9)

2005-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=32296. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 34292] New: - Manager app returns 'OK' before app is deployed

2005-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=34292. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

mod_jk 1.2.10 lb worker method Request|Trace not being configured

2005-04-04 Thread Glenn Nielsen
I tried setting the lb worker method=T (Traffic) and found that it was not being honored. A review of the code found that the jk_lb_get_method() function is never being called to set the lb worker-lbmethod. Is this feature just not enabled yet? Regards, Glenn

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs ssi-howto.xml

2005-04-04 Thread markt
markt 2005/04/04 13:26:55 Modified:catalina/src/conf web.xml catalina/src/share/org/apache/catalina/ssi SSIServlet.java SSIServletExternalResolver.java webapps/tomcat-docs ssi-howto.xml Log: Fix bug 10385. Improve support for

cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml ssi-howto.xml

2005-04-04 Thread markt
markt 2005/04/04 13:57:02 Modified:catalina/src/conf web.xml catalina/src/share/org/apache/catalina/ssi SSIServlet.java SSIServletExternalResolver.java webapps/docs changelog.xml ssi-howto.xml Log: Fix bug 10385. Improve

DO NOT REPLY [Bug 10385] - SSI-Servlet produces invalid character encoding information

2005-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=10385. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Questions

2005-04-04 Thread Viet Pham
Hi all, I am from Market Development Engineering department at Sun Microsystems. I have some questions about tomcat Solaris 10 supports. Could you please point me to the right person? Thanks. - To unsubscribe, e-mail: [EMAIL

hello

2005-04-04 Thread amyroh
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 10026] - manager/stop and manager/remove

2005-04-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=10026. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.