DO NOT REPLY [Bug 34272] - Patch to externalize the JspServlet Options implementation

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

DO NOT REPLY [Bug 34272] New: - Patch to externalize the JspServlet Options implementation

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

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/realm RealmBase.java

2005-04-01 Thread luehe
luehe 2005/04/01 13:18:28 Modified:catalina/src/share/org/apache/catalina/realm RealmBase.java Log: Do not add context path to login and error pages, since we are comparing them against request.getRequestPathMB().toString(), which does not include context path. hasResource

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector Request.java

2005-04-01 Thread Remy Maucherat
Bill Barker wrote: remm2005/04/01 03:36:52 Modified:catalina/src/share/org/apache/catalina/realm GenericPrincipal.java JAASRealm.java catalina/src/share/org/apache/catalina/connector Request.java Log: - Commit my proposed ch

Re: Indirect jsp:include does not seem to work

2005-04-01 Thread Ian F. Darwin
Now I understand: you want real life to work like the comic book! :-) :-) (Don't take that personally, it's April 1 today after all). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Documentation Error

2005-04-01 Thread Ian F. Darwin
Durfee, Bernard wrote: The documentation at http://www.uportal.org/administrators/building.html does not mention the server.home property... Wrong list. This is the list for problems with Tomcat. We have nothing to do with uportal. --

Re: Indirect jsp:include does not seem to work

2005-04-01 Thread Michael J.
> A syntax reference is not the same as a specification. Specifications > are (supposedly) more rigorous and > more precise in their specification of required behaviour. Tomcat is the > reference implementation > for the Servlet and JSP specifications. It might be helpful if > everybody who is int

Documentation Error

2005-04-01 Thread Durfee, Bernard
The documentation at http://www.uportal.org/administrators/building.html does not mention the server.home property... "Before deploying uPortal you may need to modify the build.properties. Edit the file and find the deploy.home property." ...should read... "Before deploying uPortal you may need

Re: Indirect jsp:include does not seem to work

2005-04-01 Thread Ian F. Darwin
Michael J. wrote: Here is what I found at: http://java.sun.com/products/jsp/syntax/1.2/syntaxref1214.html#8828 [snip] So, what I am doing is perfectly legitimate... A syntax reference is not the same as a specification. Specifications are (supposedly) more rigorous and more precise in their spe

Re: Indirect jsp:include does not seem to work

2005-04-01 Thread Bill Barker
Before the forward method of the RequestDispatcher interface returns, the response content must be sent and committed, and closed by the servlet container. The language for the 2.3 spec is similar. Bottom line: Resin is wrong ;-). - Original Message - From: "Michael J." <[EMAIL PROTECT

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector Request.java

2005-04-01 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 01, 2005 3:36 AM Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector Request.java > remm2005/04/01 03:36:52 > > Modified:catalina/src/share/o

Re: Indirect jsp:include does not seem to work

2005-04-01 Thread Michael J.
Here is what I found at: http://java.sun.com/products/jsp/syntax/1.2/syntaxref1214.html#8828 "The element allows you to include either a static or dynamic resource in a JSP page. The results of including static and dynamic resources are quite different. If the resource is static, its content is i

Re: Indirect jsp:include does not seem to work

2005-04-01 Thread Tim Funk
You cannot perform a forward inside an include. [Just like you can't set any headers, including cookies, in an include or a host of other things while in an include.] -Tim Michael J. wrote: Hello all, I have master jsp page, and I try to jsp:include page="/strutsAction.do", which forwards to de

DO NOT REPLY [Bug 21440] - whose target performs a 'forward' does not behave as expected

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

DO NOT REPLY [Bug 34260] - Bring up a dead node, the node will not get session data update from others.

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

Re: Indirect jsp:include does not work

2005-04-01 Thread Michael J.
I found bug #21440 in ASF bug database which looks awful like the one I have. It was entered in July, 2003 and is still not resolved. Tomcat devs considered "against attempting to fix this bug (if confirmed it is actually one) in 4.1.x." and that its "severity 'minor', since this is a corner case t

DO NOT REPLY [Bug 15845] - 4.1.19 Memory Leak when creating compilier for JSP pages

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

DO NOT REPLY [Bug 34268] New: - DefaultContext is not loading a Resource for all contexts.

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

Indirect jsp:include does not seem to work

2005-04-01 Thread Michael J.
Hello all, I have master jsp page, and I try to jsp:include page="/strutsAction.do", which forwards to detail jsp page, but this does not work. On Tomcat 4.x and 5.x the detail page content is included, but further content from the master page is stripped out. According to jsp specs, if I include

Re: [ANN] JK 1.2.10 Released

2005-04-01 Thread Jean-Jacques Clar
Looking solid on NetWare. Stress tested on 2.0.53 and 2.1.5-dev. Thanks for the builds and patch Guenter, JJ >>> [EMAIL PROTECTED] 3/31/2005 8:32 PM >>> Hi, > Binaries can be found at: > http://www.apache.org/dist/jakarta/tomcat-connectors/jk/binaries/ > For now there is only a set of win32 binar

Re: [RESULT] PMC Chair

2005-04-01 Thread Ian F. Darwin
I've always be amazed how anyone could come upwith such pompous prose ;) Thank goodness for copy & paste! Congrats to Remm & to all who participated. I'll be glad to see Tomcat become a top level project (it struck me as ironic that Ant made this move before Tomcat, when Ant originated as the TC

Re: [RESULT] PMC Chair

2005-04-01 Thread Mladen Turk
Costin Manolache wrote: Remy Maucherat wrote: The official ASF policy calls for a 6 month inactivity. No Tomcat committer has ever been removed in 5+ years. It seems reasonable to me that if they don't at least ask for it that they would now be removed. +1 To get things started, since I'm probabl

Re: [ANN] JK 1.2.10 Released

2005-04-01 Thread =?ISO-8859-1?Q?G=FCnter_Knauf?=
Hi, >> Also I would like to mention that I'm probably way more frustrated about >> those banana patches than you cause I reported that compiler bug directly >> to the Novell manager who was reponsible for Metrowerks connection years >> ago, I even wrote a sample to demonstrate the problem; and afte

Re: [RESULT] PMC Chair

2005-04-01 Thread Costin Manolache
Remy Maucherat wrote: Kurt Miller wrote: From: "Yoav Shapira" <[EMAIL PROTECTED]> Below is the draft resolution we agreed on previously, so it should be pretty close. We need to make sure the PMC names are correct and complete. Congrats to Remy and thanks everyone for voting, and of course thanks

Re: [RESULT] PMC Chair

2005-04-01 Thread Remy Maucherat
Costin Manolache wrote: Kurt Miller wrote: Congratulation Remy ! I think a lot of people agree that anyone who is an active committer should be in the PMC ( that's what jakarta has been doing for a long time ). It's 'should' - not 'must' - that means you are not required to do this if you really

Re: [RESULT] PMC Chair

2005-04-01 Thread Costin Manolache
Kurt Miller wrote: From: "Yoav Shapira" <[EMAIL PROTECTED]> Below is the draft resolution we agreed on previously, so it should be pretty close. We need to make sure the PMC names are correct and complete. Congrats to Remy and thanks everyone for voting, and of course thanks Henri ;) Yoav Whil

Re: [RESULT] PMC Chair

2005-04-01 Thread Amy Roh
Remy Maucherat wrote: Henri Yandell wrote: 19 votes were recorded, and thus the proposed Tomcat PMC is: Keith Wannamaker (keith) Mark Thomas (markt) Larry Isaacs (larryi) Filip Hanik (fhanik) Tim Funk (funkman) Kin-man Chung (kinman) Henri Gomez (hgomez) Mladen Turk (mturk) Costin Manolache (costin

Re: [RESULT] PMC Chair

2005-04-01 Thread Kurt Miller
From: "Remy Maucherat" <[EMAIL PROTECTED]> Kurt Miller wrote: From: "Yoav Shapira" <[EMAIL PROTECTED]> Below is the draft resolution we agreed on previously, so it should be pretty close. We need to make sure the PMC names are correct and complete. Congrats to Remy and thanks everyone for voting,

DO NOT REPLY [Bug 34250] - Commit changes button should have confirmation dialog

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

Re: Query on Tomcat 4.1.31 , 4.1.29

2005-04-01 Thread Keith Wannamaker
Here is the link to 4.1.31 and its release notes http://archive.apache.org/dist/jakarta/tomcat-4/v4.1.31/ Thanks, Keith sun fire wrote: Hi, Where can I find the enhancements of Tomcat version 4.1.31 over 4.1.29 ? All releases available belong to the 5.x versions and 4.* versions don't seem to

Re: Final Four weekend

2005-04-01 Thread Remy Maucherat
Yoav Shapira wrote: Hi, I'll be gone this weekend to the lovely (I think/hope) city of St. Louis. I wanted to bring up three items before I have to leave for the airport: - Bugzilla 6582. It looks like a simple issue, the patch is there, and it's been around long enough that I'm tired of

Re: [ANN] JK 1.2.10 Released

2005-04-01 Thread Henri Gomez
Well the GCC 3.2 used on my Linux PPC reports also many warnings :-) Making all in common make[1]: Entering directory `/root/jakarta-tomcat-connectors-1.2.10-src/jk/native/common' /bin/sh /usr/share/apache2/build/libtool --silent --mode=compile gcc -I/usr/include/apache2-prefork -g -O2 -O2 -fsigne

Re: [RESULT] PMC Chair

2005-04-01 Thread Remy Maucherat
Kurt Miller wrote: From: "Yoav Shapira" <[EMAIL PROTECTED]> Below is the draft resolution we agreed on previously, so it should be pretty close. We need to make sure the PMC names are correct and complete. Congrats to Remy and thanks everyone for voting, and of course thanks Henri ;) Yoav Whil

Re: [ANN] JK 1.2.10 Released

2005-04-01 Thread Jess Holle
Mladen Turk wrote: Günter Knauf wrote: Hi Mladen, Also I would like to mention that I'm probably way more frustrated about those banana patches than you cause I reported that compiler bug directly to the Novell manager who was reponsible for Metrowerks connection years ago, I even wrote a sample

DO NOT REPLY [Bug 34250] - Commit changes button should have confirmation dialog

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

DO NOT REPLY [Bug 34248] - The directions for installing JavaMail are not accurate.

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

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

2005-04-01 Thread yoavs
yoavs 2005/04/01 05:52:10 Modified:webapps/docs changelog.xml jndi-resources-howto.xml Log: Bugzilla 34248. Revision ChangesPath 1.279 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml Index: changelog.xml =

Final Four weekend

2005-04-01 Thread Yoav Shapira
Hi, I'll be gone this weekend to the lovely (I think/hope) city of St. Louis. I wanted to bring up three items before I have to leave for the airport: - Bugzilla 6582. It looks like a simple issue, the patch is there, and it's been around long enough that I'm tired of seeing that re

Re: [RESULT] PMC Chair

2005-04-01 Thread Remy Maucherat
Yoav Shapira wrote: Hi, Below is the draft resolution we agreed on previously, so it should be pretty close. We need to make sure the PMC names are correct and complete. Congrats to Remy and thanks everyone for voting, and of course thanks Henri ;) Jean-Francois Arcand ([EMAIL PROTECTED

Re: [RESULT] PMC Chair

2005-04-01 Thread Kurt Miller
From: "Yoav Shapira" <[EMAIL PROTECTED]> Below is the draft resolution we agreed on previously, so it should be pretty close. We need to make sure the PMC names are correct and complete. Congrats to Remy and thanks everyone for voting, and of course thanks Henri ;) Yoav While my low level of invol

Re: [ANN] JK 1.2.10 Released

2005-04-01 Thread Mladen Turk
Günter Knauf wrote: Hi Mladen, Also I would like to mention that I'm probably way more frustrated about those banana patches than you cause I reported that compiler bug directly to the Novell manager who was reponsible for Metrowerks connection years ago, I even wrote a sample to demonstrate the

Re: [ANN] JK 1.2.10 Released

2005-04-01 Thread =?ISO-8859-1?Q?G=FCnter_Knauf?=
Hi Mladen, >> for getting the Apache13 and Netscape connectors compiled I had to patch >> jk_connect.c: >> http://www.apache.org/~fuankg/mod_jk/jk_connect.c.diff >> if you have no better idea I would like to get that in... >> > This is related to MetroWerks compiler treating warnings as errors, >

RE: [RESULT] PMC Chair

2005-04-01 Thread Yoav Shapira
Hi, > Next is to draft a resolution to supply to the board, > making Tomcat a TLP. It's easiest to look over the approved > minutes and look at similar resolutions and use them > as a guide. Below is the draft resolution we agreed on previously, so it should be pretty close. We need to make sure

Re: [RESULT] PMC Chair

2005-04-01 Thread Jim Jagielski
> > What's the next step now ? > Next is to draft a resolution to supply to the board, making Tomcat a TLP. It's easiest to look over the approved minutes and look at similar resolutions and use them as a guide. -- ===

DO NOT REPLY [Bug 15845] - 4.1.19 Memory Leak when creating compilier for JSP pages

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

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector Request.java

2005-04-01 Thread remm
remm2005/04/01 03:36:52 Modified:catalina/src/share/org/apache/catalina/realm GenericPrincipal.java JAASRealm.java catalina/src/share/org/apache/catalina/connector Request.java Log: - Commit my proposed changes to Gen

Re: [RESULT] PMC Chair

2005-04-01 Thread Remy Maucherat
Henri Yandell wrote: 19 votes were recorded, and thus the proposed Tomcat PMC is: Keith Wannamaker (keith) Mark Thomas (markt) Larry Isaacs (larryi) Filip Hanik (fhanik) Tim Funk (funkman) Kin-man Chung (kinman) Henri Gomez (hgomez) Mladen Turk (mturk) Costin Manolache (costin) Jim Jagielski (jim)

DO NOT REPLY [Bug 34192] - jsvc compilation failure: x86_64 not supported

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