DO NOT REPLY [Bug 15347] New: - First cookie is lost after auhtentication

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

question on client authentication by tomcat

2002-12-13 Thread Sunu Joseph
Hi, Context: I have a client who comes in to the server with a request URL of the form https://username:password@server/servletname. I need to get this authentication information passed on from apache to tomcat where in my serlvet can strip the userid and password for verfication (using my own

Re: [PATCH] mod_jk - chroot and user issues

2002-12-13 Thread Henri Gomez
FWIW, I like the feature based define. If other OS's or Apache incorporate OpenBSD's chroot option, then it wouldn't need to be changed. On the other hand, if the consensus is not to commit the patch into mod_jk to keep the cruft down, the OpenBSD port can apply the patch (assuming my port is commi

DO NOT REPLY [Bug 15352] New: - Security violation while accessing web application with servlets

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15354] New: - Jasper doesn't cause a translation error if an EL or RT expression is provided to an attribute of jsp:plugin that doesn't accept dynamic attribute values.

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15355] New: - If a jsp:params element (nested within a jsp:plugin element) has no nested jsp:param elements, a translation error is not generated.

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15357] New: - EL Expressions are not evaluated when provided to the 'width' or 'height' attributes of jsp:plugin

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

Re: [PATCH] mod_jk - chroot and user issues

2002-12-13 Thread Kurt Miller
> Ok, it's in jk CVS and you'll just have to add -DCHROOTED_APACHE > to check it. > > Thanks to give some feedback. > Thank you for commiting the patches. :-) I tested them and noted one problem with apache-1.3/Makefile.in. It includes ../common/list.mk which requires the JK=../common line to be

DO NOT REPLY [Bug 15360] New: - jsp:fallback action used outside of the expected context yields misleading error message.

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

Tomcat 4.1.12 - Catalina will not compile.

2002-12-13 Thread Paul Downs
Hi, Any pointers... following on from the strange problem I had with a binary download of 4.1.12 (limited contexts) I thought I would try a source build. Using suns jdk1.4 as a the javac I get this little bundle of errors: build-catalina: [javac] Compiling 12 source files to /usr/local/src/

DO NOT REPLY [Bug 15354] - Jasper doesn't cause a translation error if an EL or RT expression is provided to an attribute of jsp:plugin that doesn't accept dynamic attribute values.

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

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

2002-12-13 Thread luehe
luehe 2002/12/13 07:34:40 Modified:jasper2/src/share/org/apache/jasper/compiler Validator.java Log: Fixed 15354: Jasper doesn't cause a translation error if an EL or RT expression is provided to an attribute of jsp:plugin that doesn't accept dynamic attribute values. Revis

DO NOT REPLY [Bug 15360] - jsp:fallback action used outside of the expected context yields misleading error message.

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

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

2002-12-13 Thread luehe
luehe 2002/12/13 07:44:39 Modified:jasper2/src/share/org/apache/jasper/compiler Parser.java Log: Fixed 15360: jsp:fallback action used outside of the expected context yields misleading error message. Revision ChangesPath 1.46 +5 -3 jakarta-tomcat-jasper/jasp

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

2002-12-13 Thread luehe
luehe 2002/12/13 07:55:34 Modified:jasper2/src/share/org/apache/jasper/compiler Validator.java Log: Fixed 15354 (Cont.): Jasper doesn't cause a translation error if an EL or RT expression is provided to an attribute of jsp:plugin that doesn't accept dynamic attribute values.

DO NOT REPLY [Bug 15364] New: - The jsp:body action doesn't work as expected when used with the jsp:fallback action.

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 15355] - If a jsp:params element (nested within a jsp:plugin element) has no nested jsp:param elements, a translation error is not generated.

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties

2002-12-13 Thread luehe
luehe 2002/12/13 08:27:43 Modified:jasper2/src/share/org/apache/jasper/compiler Validator.java jasper2/src/share/org/apache/jasper/resources messages.properties Log: Fixed 15355: If a jsp:params element (nested within a jsp:plugin element) h

cvs commit: jakarta-servletapi-5/jsr154/src/share/javax/servlet/http HttpUtils.java

2002-12-13 Thread jfarcand
jfarcand2002/12/13 08:47:29 Modified:jsr154/src/share/javax/servlet/http HttpUtils.java Log: Doclets bombs when processing this file (minor fix) Submitted by: Ryan Lubke Revision ChangesPath 1.3 +1 -1 jakarta-servletapi-5/jsr154/src/share/javax/servlet/ht

RE: DO NOT REPLY [Bug 15364] New: - The jsp:body action doesn't work as expected when used with the jsp:fallback action.

2002-12-13 Thread Martin Algesten
Seems Ryan Lubke makes Jan have a busy Friday afternoon :)... Martin -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 15357] - EL Expressions are not evaluated when provided to the 'width' or 'height' attributes of jsp:plugin

2002-12-13 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://nagoya.apache.org/bugzilla/show_bu

Re: cvs commit: jakarta-servletapi-5/jsr154/src/share/javax/servlet/http HttpUtils.java

2002-12-13 Thread Jason Hunter
Shouldn't that be & instead? -jh- [EMAIL PROTECTED] wrote: > > jfarcand2002/12/13 08:47:29 > > Modified:jsr154/src/share/javax/servlet/http HttpUtils.java > Log: > Doclets bombs when processing this file (minor fix) > > Submitted by: Ryan Lubke > > Revision ChangesPath

Re: cvs commit:jakarta-servletapi-5/jsr154/src/share/javax/servlet/http HttpUtils.java

2002-12-13 Thread Ryan Lubke
Yes it should. That's twice I've done that now. On Fri, 2002-12-13 at 12:56, Jason Hunter wrote: > Shouldn't that be & instead? > > -jh- > > [EMAIL PROTECTED] wrote: > > > > jfarcand2002/12/13 08:47:29 > > > > Modified:jsr154/src/share/javax/servlet/http HttpUtils.java > > Log:

cvs commit: jakarta-servletapi-5/jsr154/src/share/javax/servlet/http HttpUtils.java

2002-12-13 Thread jfarcand
jfarcand2002/12/13 10:01:54 Modified:jsr154/src/share/javax/servlet/http HttpUtils.java Log: & instead (thanks Jason). Revision ChangesPath 1.4 +1 -1 jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpUtils.java Index: HttpUtils.java =

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

2002-12-13 Thread luehe
luehe 2002/12/13 10:06:08 Modified:jasper2/src/share/org/apache/jasper/compiler Node.java Validator.java Log: Implemented JSP 2.0 clarification for TagData.getAttribute() regarding named attributes: If a static value is specified for an attribute t

Re: cvs commit:jakarta-servletapi-5/jsr154/src/share/javax/servlet/http HttpUtils.java

2002-12-13 Thread Ryan Lubke
You still missed the terminating ';' :) On Fri, 2002-12-13 at 13:01, [EMAIL PROTECTED] wrote: > jfarcand2002/12/13 10:01:54 > > Modified:jsr154/src/share/javax/servlet/http HttpUtils.java > Log: > & instead (thanks Jason). > > Revision ChangesPath > 1.4 +1 -1

cvs commit: jakarta-servletapi-5/jsr154/src/share/javax/servlet/http HttpUtils.java

2002-12-13 Thread jfarcand
jfarcand2002/12/13 10:16:52 Modified:jsr154/src/share/javax/servlet/http HttpUtils.java Log: This time I will check what I'm doing :-) Revision ChangesPath 1.5 +1 -1 jakarta-servletapi-5/jsr154/src/share/javax/servlet/http/HttpUtils.java Index: HttpUtils.

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

2002-12-13 Thread kinman
kinman 2002/12/13 13:34:56 Modified:jasper2/src/share/org/apache/jasper/compiler ImplicitTagLibraryInfo.java Log: - Patch by Mark Roth ImplicitTagLibraryInfo incorrectly returned null from getFunctions(). The spec requires a FunctionInfo[0] instead. R

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

2002-12-13 Thread jfarcand
jfarcand2002/12/13 13:38:07 Modified:jasper2/src/share/org/apache/jasper/servlet JspServlet.java Log: Fix a bug when / is used. Since JSPs doesn't need to be defined with a element, Catalina doesn't know anything about the JSP and will match a request using the path prefix informa

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/session ManagerBase.java

2002-12-13 Thread jfarcand
jfarcand2002/12/13 13:50:21 Modified:catalina/src/share/org/apache/catalina/session ManagerBase.java Log: This class implementation doesn't work under the Security Manager. Fix the problem. Note: Always run watchdogs with the Security Manager before doing

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

2002-12-13 Thread jfarcand
jfarcand2002/12/13 13:57:26 Modified:catalina/src/conf catalina.policy catalina.properties Log: Do some clean up. Use the new security mechanism instead of the policy file for Tomcat internal package protection. Revision ChangesPath 1.8 +1 -4 jakarta-tomcat-ca

[PROPOSAL][TOMCAT5] plugins directory

2002-12-13 Thread Costin Manolache
There are several things we discussed last week, and few seem to have enough consensus. This is an initial proposal - I expect it to change quite a bit. I think it's very important and will affect almost everyone - so please send at least a numeric vote, and if possible comments or sugestions. If

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

2002-12-13 Thread kinman
kinman 2002/12/13 13:13:26 Modified:jasper2/src/share/org/apache/jasper/compiler JspReader.java Mark.java Log: - Fix 15337: Provide better error handling than an ArrayIndexOutOfBoundException Revision ChangesPath 1.13 +25 -12 jakarta-tomc

Bugzilla on Nagoya is down

2002-12-13 Thread Jones, Stephen

nagoya down

2002-12-13 Thread Bradford Holcombe
I've got some issues with 4.1.16 that I want to check against the Tomcat bug database, but nagoya is refusing connections. -- To unsubscribe, e-mail: For additional commands, e-mail:

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

2002-12-13 Thread luehe
luehe 2002/12/13 11:09:52 Modified:jasper2/src/share/org/apache/jasper/compiler TldLocationsCache.java Log: - Added support for implicit taglib map entries from TLDs in the filesystem. - Add implicit entry to taglib map only if its uri is not already p

Re: nagoya down

2002-12-13 Thread Pier Fumagalli
On 13/12/02 21:39 "Bradford Holcombe" <[EMAIL PROTECTED]> wrote: > I've got some issues with 4.1.16 that I want to check against the Tomcat bug > database, but nagoya is refusing connections. We just moved the machine... And it works fine at its new home... You might want to try straight from the