DO NOT REPLY [Bug 42071] - If a JSP throws an UnavailableException twice, an IllegalStateException occurs.

2007-04-17 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=42071. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 42071] - If a JSP throws an UnavailableException twice, an IllegalStateException occurs.

2007-04-17 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=42071. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: svn commit: r529442 - /tomcat/tc6.0.x/trunk/webapps/manager/sessionDetail.jsp

2007-04-17 Thread Tim Funk
Looks good - the only thing I'd recommend to add is exception handling when displaying session values. For example - if someone places the following into their session: (A rather simplistic example) new Object() { public String toString() { String s = null; return s.toString();

Re: svn commit: r529442 - /tomcat/tc6.0.x/trunk/webapps/manager/sessionDetail.jsp

2007-04-17 Thread Remy Maucherat
Tim Funk wrote: Looks good - the only thing I'd recommend to add is exception handling when displaying session values. For example - if someone places the following into their session: (A rather simplistic example) new Object() { public String toString() { String s = null;

svn commit: r529581 - /tomcat/connectors/trunk/jk/native/apache-2.0/bldjk54.qclsrc

2007-04-17 Thread hgomez
Author: hgomez Date: Tue Apr 17 05:42:35 2007 New Revision: 529581 URL: http://svn.apache.org/viewvc?view=revrev=529581 Log: text file Modified: tomcat/connectors/trunk/jk/native/apache-2.0/bldjk54.qclsrc (contents, props changed) Modified:

Re: Tomcat Administration

2007-04-17 Thread Mark Thomas
Venkata Naveen wrote: where to get the tomcat admin package, and how to install that admin into the tomcat directory. please help me friends... Please use the users list http://tomcat.apache.org/lists.html - To unsubscribe,

DO NOT REPLY [Bug 35941] - Wrong remote IP reported when using AJP and APR

2007-04-17 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=35941. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r529606 - /tomcat/connectors/trunk/jk/native/apache-2.0/bldjk54.qclsrc

2007-04-17 Thread hgomez
Author: hgomez Date: Tue Apr 17 07:00:22 2007 New Revision: 529606 URL: http://svn.apache.org/viewvc?view=revrev=529606 Log: jk_connect need _XOPEN_SOURCE and EXTENDED to avoid cast errors at compile time Modified: tomcat/connectors/trunk/jk/native/apache-2.0/bldjk54.qclsrc Modified:

mod_jk on i5/OS v5R4

2007-04-17 Thread Henri Gomez
Hi to all, I'm still trying to adapt jk to i5/OS v5r4 and see the following in mod_jk.log (debug mode) [Tue Apr 17 16:23:44 2007] [6589:0038] [debug] jk_uri_worker_map.c (423): rule map size is 0 [Tue Apr 17 16:23:44 2007] [6589:0038] [error] mod_jk.c (2701): Initializing

DO NOT REPLY [Bug 42147] New: - mod_jk: JkLogLevel set to error, however apparently logging at info

2007-04-17 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=42147. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 35941] - Wrong remote IP reported when using AJP and APR

2007-04-17 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=35941. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: mod_jk on i5/OS v5R4

2007-04-17 Thread Rainer Jung
Apache always initializes twice (all platforms), so this part is usual. What seems special though, is that on *nix platforms, the two init runs are done by different processes, the second process replaces the first one. Your mod_jk log file shows the same pid for both runs. So this might be

DO NOT REPLY [Bug 42147] - mod_jk: JkLogLevel set to error, however apparently logging at info

2007-04-17 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=42147. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

[RESULT][VOTE] Releasing Tomcat Connectors 1.2.22

2007-04-17 Thread Mladen Turk
Hi, The results of the vote are: Stable: 5 votes (Rainer, Guenter, Jim, Peter and mine implicit) Beta, Alpha: None. According to the vote, I'll put the releases from tomcat.apacheorg/dev/dist to apache.org/dist, wait for few hours and make an Announce Regards, Mladen.

DO NOT REPLY [Bug 42147] - mod_jk: JkLogLevel set to error, however apparently logging at info

2007-04-17 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=42147. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r529580 - /tomcat/connectors/trunk/jk/native/apache-2.0/bldjk54.qclsrc

2007-04-17 Thread hgomez
Author: hgomez Date: Tue Apr 17 05:40:00 2007 New Revision: 529580 URL: http://svn.apache.org/viewvc?view=revrev=529580 Log: Build CL for i5/OS v5R4 (new try) Modified: tomcat/connectors/trunk/jk/native/apache-2.0/bldjk54.qclsrc Modified:

svn commit: r529612 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/JspHelper.java

2007-04-17 Thread remm
Author: remm Date: Tue Apr 17 07:10:07 2007 New Revision: 529612 URL: http://svn.apache.org/viewvc?view=revrev=529612 Log: - Protect about possible issues calling toString in escapeXml(Object). Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/manager/JspHelper.java Modified:

DO NOT REPLY [Bug 42147] - mod_jk: JkLogLevel set to error, however apparently logging at info

2007-04-17 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=42147. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: mod_jk on i5/OS v5R4

2007-04-17 Thread Henri Gomez
2007/4/17, Rainer Jung [EMAIL PROTECTED]: Apache always initializes twice (all platforms), so this part is usual. What seems special though, is that on *nix platforms, the two init runs are done by different processes, the second process replaces the first one. Your mod_jk log file shows the

Re: mod_jk on i5/OS v5R4

2007-04-17 Thread Rainer Jung
Hi Henri, Henri Gomez wrote: 2007/4/17, Rainer Jung [EMAIL PROTECTED]: Apache always initializes twice (all platforms), so this part is usual. What seems special though, is that on *nix platforms, the two init runs are done by different processes, the second process replaces the first one.

DO NOT REPLY [Bug 42037] - User principal not always set correctly

2007-04-17 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=42037. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

Re: mod_jk on i5/OS v5R4

2007-04-17 Thread William A. Rowe, Jr.
Rainer Jung wrote: That's what I expect too, but in the log file Henri posted at the beginning of this thread, both runs were done by the same process and thread id. So at least if pids have a meaning on iSeries, both runs are done by the same process. That's different from the *nix world,

Re: mod_jk on i5/OS v5R4

2007-04-17 Thread William A. Rowe, Jr.
Rainer Jung wrote: Hi Henri, Henri Gomez wrote: 2007/4/17, Rainer Jung [EMAIL PROTECTED]: Apache always initializes twice (all platforms), so this part is usual. What seems special though, is that on *nix platforms, the two init runs are done by different processes, the second process

DO NOT REPLY [Bug 33774] - JNDIRealm fails when server disconnects after time

2007-04-17 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=33774. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 42037] - User principal not always set correctly

2007-04-17 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=42037. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 33774] - JNDIRealm fails when server disconnects after time

2007-04-17 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=33774. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r529817 - in /tomcat: container/tc5.5.x/webapps/docs/changelog.xml jasper/tc5.5.x/src/share/org/apache/jasper/compiler/Validator.java

2007-04-17 Thread markt
Author: markt Date: Tue Apr 17 17:32:11 2007 New Revision: 529817 URL: http://svn.apache.org/viewvc?view=revrev=529817 Log: Fix bug 41869. TagData.getAttribute() should return TagData.REQUEST_TIME_VALUE when the attribute value is an EL expression. Modified:

DO NOT REPLY [Bug 41869] - Should EL (Expression Language) expressions result in the TagData.REQUEST_TIME_VALUE object?

2007-04-17 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=41869. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.

svn commit: r529818 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2007-04-17 Thread markt
Author: markt Date: Tue Apr 17 17:32:36 2007 New Revision: 529818 URL: http://svn.apache.org/viewvc?view=revrev=529818 Log: Fix bug 41869. TagData.getAttribute() should return TagData.REQUEST_TIME_VALUE when the attribute value is an EL expression. Modified:

Re: svn commit: r529818 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2007-04-17 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Author: markt Date: Tue Apr 17 17:32:36 2007 New Revision: 529818 URL: http://svn.apache.org/viewvc?view=revrev=529818 Log: Fix bug 41869. TagData.getAttribute() should return TagData.REQUEST_TIME_VALUE when the attribute value is an EL expression. -1. This flag is

Re: svn commit: r529818 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2007-04-17 Thread Remy Maucherat
Remy Maucherat wrote: If REQUEST_TIME_VALUE should be set for EL too The javadoc for getAttribute in TagData indicates it should be set for EL too. I recommend this patch instead for TC 6.0: Index: Validator.java === ---

Re: svn commit: r529818 - in /tomcat/tc6.0.x/trunk: java/org/apache/jasper/compiler/Validator.java webapps/docs/changelog.xml

2007-04-17 Thread Mark Thomas
Remy Maucherat wrote: Remy Maucherat wrote: If REQUEST_TIME_VALUE should be set for EL too The javadoc for getAttribute in TagData indicates it should be set for EL too. Yep. I was looking at JSP.13.9.9.3 I recommend this patch instead for TC 6.0: Thanks. I'll take another look at this