spec conform role mapping?

2002-12-16 Thread Thomas Paradies
Some days ago I'd asked the dev community about the role mapping behaviour of TC4.1.16 which is IMO not conform to the spec. Look at http://www.mail-archive.com/tomcat-dev@jakarta.apache.org/msg37814.html (sorry for referencing, but it's all described in that message, so I won't do it again)

DO NOT REPLY [Bug 15417] - Add port for forced compilation of pages

2002-12-16 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: [4.1.17] [VOTE] Stability rating

2002-12-16 Thread Costin Manolache
Remy Maucherat wrote: > > [ ] Alpha > [ ] Beta > [X] Stable (General Availability) > > Reason (optional): > > > > Thanks for voting and for testing 4.1.17 Alpha! > > Remy -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [PROPOSAL][TOMCAT5] plugins directory

2002-12-16 Thread Costin Manolache
Sorry for the late reply, I had no mail for few days. Jeanfrancois Arcand wrote: >>1. Add a new plugins/ directory. All tomcat components will eventually >>be migrated from server/lib and common/lib into one of the plugins >>subdirectories. ( it can be called modules/ or something else ). >> > +1

RE: mod_jk and load balancer - bug?

2002-12-16 Thread Filip Hanik
Punky wrote: >What if: >1. load balancer receives a request for http://server/ >2. does httpd return http://server:81/ in Location? (I don't think so) 1. In this case the request never gets forwarded to tomcat, hence Apache sends the redirect or forward, not Tomcat. So that case does not apply to

Re: mod_jk and load balancer - bug?

2002-12-16 Thread Punky Tse
What if: 1. load balancer receives a request for http://server/ 2. does httpd return http://server:81/ in Location? (I don't think so) And also what if 1. load balancer receives a request for http://server/somecontext/index.jsp? Punky Filip Hanik wrote: I should also note that this scenario wor

RE: mod_jk and load balancer - bug?

2002-12-16 Thread Filip Hanik
I should also note that this scenario works fine if you remove Apache from the stack. so when the load balancer forwards to port 8080, the location uses port 80 to return with. so maybe this is mod_jk that should list the port as 80? Filip > >here is a scenario > >hardware stack > >LoadBalancer(p

mod_jk and load balancer - bug?

2002-12-16 Thread Filip Hanik
here is a scenario hardware stack LoadBalancer(port80) - Apache/mod_jk 2.0.43(port81) - Tomcat 4.1.12(port8080/8009) 1. The load balancer receives a request for http://server/somecontext/ 2. The load balancer forwards this to apache. Apache detects /somecontext/ and makes a request to Tomcat 3.

Re: Thread priority

2002-12-16 Thread Michael Smith
Remy Maucherat wrote: Hi, I was wondering about how expensive the Thread.setPriority method is, and to which extent it does what it advetises. Remy, Thread.setPriority will (in a native threading implementation, rather than something like the old green-threads JVM) be a system call, so it's

DO NOT REPLY [Bug 15337] - ArrayIndexOutOfBoundException thrown when bad JSP provided to Jasper parser

2002-12-16 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 Generator.java

2002-12-16 Thread kinman
kinman 2002/12/16 15:38:00 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Log: - Turn off XML escape for EL. Revision ChangesPath 1.143 +4 -4 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Generator.java Index: Gen

Re: Thread priority

2002-12-16 Thread Michael
Remy Maucherat wrote: I was wondering about how expensive the Thread.setPriority method is, and to which extent it does what it advetises. I don't think it's expensive at all. And it certainly has an effect. The point would be to assign the minimum priority to background reloading threads,

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

2002-12-16 Thread luehe
luehe 2002/12/16 15:02:39 Modified:jasper2/src/share/org/apache/jasper/compiler Parser.java Log: updated productions of jsp:params and jsp:fallback so that they accept jsp:body Revision ChangesPath 1.50 +25 -9 jakarta-tomcat-jasper/jasper2/src/share/org/apache

DO NOT REPLY [Bug 15417] - jsp_precompile seems like a possible DOS vulnerability

2002-12-16 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-16 Thread luehe
luehe 2002/12/16 14:21:17 Modified:jasper2/src/share/org/apache/jasper/compiler Parser.java jasper2/src/share/org/apache/jasper/resources messages.properties Log: Fixed 15410: if the jsp:attribute action is used out of the spec'd context, a m

DO NOT REPLY [Bug 15410] - if the jsp:attribute action is used out of the spec'd context, a misleading error message is generated.

2002-12-16 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 15417] - jsp_precompile seems like a possible DOS vulnerability

2002-12-16 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 15417] - jsp_precompile seems like a possible DOS vulnerability

2002-12-16 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 14200] - TLDs under WEB-INF are not scanned for URI mappings

2002-12-16 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 TldLocationsCache.java

2002-12-16 Thread luehe
luehe 2002/12/16 13:23:25 Modified:jasper2/src/share/org/apache/jasper/compiler Tag: tomcat_4_branch TldLocationsCache.java Log: Fixed 14200: TLDs under WEB-INF are not scanned for URI mappings Revision ChangesPath No revision

Re: [PROPOSAL][TOMCAT5] plugins directory

2002-12-16 Thread Amy Roh
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

DO NOT REPLY [Bug 15417] New: - jsp_precompile seems like a possible DOS vulnerability

2002-12-16 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 TagLibraryInfoImpl.java

2002-12-16 Thread luehe
luehe 2002/12/16 12:39:17 Modified:jasper2/src/share/org/apache/jasper/resources messages.properties jasper2/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java Log: Fixed 15404: No error condition raised if ma

Re: [4.1.17] [VOTE] Stability rating

2002-12-16 Thread Amy Roh
Remy Maucherat wrote: > > > [ ] Alpha > [ ] Beta > [X] Stable (General Availability) Amy > > Reason (optional): > > > > Thanks for voting and for testing 4.1.17 Alpha! > > Remy > > -- > To unsubscribe, e-mail: > For additional commands, e-mail:

Re: [4.1.17] [VOTE] Stability rating

2002-12-16 Thread Jeanfrancois Arcand
[ ] Alpha [ ] Beta [X] Stable (General Availability) -- Jeanfrancois -- To unsubscribe, e-mail: For additional commands, e-mail:

DO NOT REPLY [Bug 15411] New: - A translation error does not occur if jsp:attribute is used to provide an attribute value for an XML element that should be conisdered template text.

2002-12-16 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 15404] - No error condition raised if mandatory TLD elements and are not present in the TLD

2002-12-16 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 TagLibraryInfoImpl.java

2002-12-16 Thread luehe
luehe 2002/12/16 11:43:54 Modified:jasper2/src/share/org/apache/jasper/resources messages.properties jasper2/src/share/org/apache/jasper/compiler TagLibraryInfoImpl.java Log: Fixed 15404: No error condition raised if ma

DO NOT REPLY [Bug 15410] New: - if the jsp:attribute action is used out of the spec'd context, a misleading error message is generated.

2002-12-16 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 15406] New: - error-page responses are sent with wrong status code!

2002-12-16 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: [4.1.17] [VOTE] Stability rating

2002-12-16 Thread Remy Maucherat
Remy Maucherat wrote: [ ] Alpha [ ] Beta [X] Stable (General Availability) Reason (optional): In case people missed my request for vote, here's my ballot. Remy -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: [PROPOSAL][TOMCAT5] plugins directory

2002-12-16 Thread Remy Maucherat
Jeanfrancois Arcand wrote: Costin Manolache wrote: 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

Thread priority

2002-12-16 Thread Remy Maucherat
Hi, I was wondering about how expensive the Thread.setPriority method is, and to which extent it does what it advetises. The point would be to assign the minimum priority to background reloading threads, as well as set the priority of the thread accepting on the server socket to the maximum wh

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

2002-12-16 Thread jfclere
jfclere 2002/12/16 09:39:36 Modified:webapps/tomcat-docs ssl-howto.xml Log: Add the format of the different certificates. Revision ChangesPath 1.12 +4 -3 jakarta-tomcat-4.0/webapps/tomcat-docs/ssl-howto.xml Index: ssl-howto.xml ===

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

2002-12-16 Thread luehe
luehe 2002/12/16 09:34:32 Modified:jasper2/src/share/org/apache/jasper/compiler Parser.java Validator.java Log: Fixed 15391: Jasper generates a translation error if the body of jsp:params is supplied though jsp:body Revision ChangesPath 1.48

DO NOT REPLY [Bug 15391] - Jasper generates a translation error if the body of jsp:params is supplied though jsp:body

2002-12-16 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 15374] - Getting class cast exception

2002-12-16 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 15392] - web.xml

2002-12-16 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 15405] - 4.1.12 won't run on NT

2002-12-16 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: [PROPOSAL][TOMCAT5] plugins directory

2002-12-16 Thread Henri Gomez
Costin Manolache wrote: 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 c

DO NOT REPLY [Bug 15405] New: - 4.1.12 won't run on NT

2002-12-16 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 15403] - Embedded Tomcat can't compile JSP .java file due to extra /

2002-12-16 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 Generator.java Node.java Parser.java

2002-12-16 Thread luehe
luehe 2002/12/16 08:13:28 Modified:jasper2/src/share/org/apache/jasper/compiler Generator.java Node.java Parser.java Log: Fixed 15364: The jsp:body action doesn't work as expected when used with the jsp:fallback action. Revision ChangesPath 1.14

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

2002-12-16 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 15404] New: - No error condition raised if mandatory TLD elements and are not present in the TLD

2002-12-16 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 15403] New: - Embedded Tomcat can't compile JSP .java file due to extra /

2002-12-16 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: [PROPOSAL][TOMCAT5] plugins directory

2002-12-16 Thread Jeanfrancois Arcand
Costin Manolache wrote: 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 possibl

cvs commit: jakarta-tomcat-connectors/jk/native CHANGES.txt

2002-12-16 Thread hgomez
hgomez 2002/12/16 06:50:50 Modified:jk/native CHANGES.txt Log: Update Changelog ;-) Revision ChangesPath 1.6 +4 -1 jakarta-tomcat-connectors/jk/native/CHANGES.txt Index: CHANGES.txt === R

Re: mod_jk to be tagged tomorrow

2002-12-16 Thread Henri Gomez
Glenn Nielsen wrote: Henri Gomez wrote: If nobody object, I'll tag JK 1.2.2 later todaty since it fix a major problem with content-type and it works now with mod_deflate in Apache 2.0. I noticed that there is no release notes or changes file either in CVS or in the distributions. Could thi

RE: Building Tomcat5 (JavaServices)

2002-12-16 Thread Selvaraj, Jeganmohan
Try the latest built code from http://jakarta.apache.org/builds/jakarta-tomcat/nightly-5. I am using it successfully. -Original Message- From: Radim Kubacki [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 2:24 PM To: [EMAIL PROTECTED] Subject: Building Tomcat5 (JavaServices)

cvs commit: jakarta-tomcat-5 build.xml

2002-12-16 Thread remm
remm2002/12/16 06:41:39 Modified:.build.xml Log: - Remove JavaService from the download target. Revision ChangesPath 1.60 +2 -0 jakarta-tomcat-5/build.xml Index: build.xml === R

DO NOT REPLY [Bug 15400] New: - doTrace implementation cannot handle multiple header names

2002-12-16 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: Building Tomcat5 (JavaServices)

2002-12-16 Thread Remy Maucherat
Radim Kubacki wrote: Hello, I am trying to build Tomcat-5 but during execution of 'ant download' it fails to get JavaService from http://www.alexandriasc.com/software/JavaService/JavaService-bin-1.2.0.zip. The site seems to be down. Indeed. Maybe it's time to try to switch to Mladen's code.

Building Tomcat5 (JavaServices)

2002-12-16 Thread Radim Kubacki
Hello, I am trying to build Tomcat-5 but during execution of 'ant download' it fails to get JavaService from http://www.alexandriasc.com/software/JavaService/JavaService-bin-1.2.0.zip. The site seems to be down. Any help? Radim -- To unsubscribe, e-mail: For addi

Applets in "%CATALINA_BASE%\SHARED" folder is Unaccessable

2002-12-16 Thread Selvaraj, Jeganmohan
Hallo there, According the 'Tomcat docuentation' http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/deployment.html, classes shared accross two different web applications are stored in %CATALINA_BASE%\shared folder. These classes are accessible from my application. But when I referred

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resources ProxyDirContext.java

2002-12-16 Thread remm
remm2002/12/16 06:19:07 Modified:catalina/src/share/org/apache/naming/resources ProxyDirContext.java Log: - Remove useless toString. Revision ChangesPath 1.5 +5 -5 jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resourc

Applets in SHARED folder

2002-12-16 Thread Selvaraj, Jeganmohan
Hallo there, According the 'Tomcat docuentation' http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/deployment.html, classes shared accross two different web applications are stored in %CATALINA_BASE%\shared folder. These classes are accessible from my application. But when I referred

DO NOT REPLY [Bug 15397] New: - class loader problem with javamail and tomcat 4.1.12

2002-12-16 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: mod_jk to be tagged tomorrow

2002-12-16 Thread Glenn Nielsen
Henri Gomez wrote: If nobody object, I'll tag JK 1.2.2 later todaty since it fix a major problem with content-type and it works now with mod_deflate in Apache 2.0. I noticed that there is no release notes or changes file either in CVS or in the distributions. Could this please be added. It wo

cvs commit: jakarta-tomcat-connectors/jk/tools/reports tomcat_trend.pl

2002-12-16 Thread glenn
glenn 2002/12/16 05:55:46 Modified:jk/tools/reports tomcat_trend.pl Log: Update script to support changed logging of aborted requests Revision ChangesPath 1.2 +4 -4 jakarta-tomcat-connectors/jk/tools/reports/tomcat_trend.pl Index: tomcat_trend.pl =

DO NOT REPLY [Bug 15392] New: - web.xml

2002-12-16 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 15391] New: - Jasper generates a translation error if the body of jsp:params is supplied though jsp:body

2002-12-16 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

Session de-serialization problem (with patch)

2002-12-16 Thread Eriksson, Michael
Hi, during work on session serialization my colleagues run into a problem with the startup order of the session manager vs listeners/filters. During startup the session manager is started before the listeners and filters. This implies that objects that depend on parts of the application can not

mod_jk to be tagged tomorrow

2002-12-16 Thread Henri Gomez
If nobody object, I'll tag JK 1.2.2 later todaty since it fix a major problem with content-type and it works now with mod_deflate in Apache 2.0. Regards -- To unsubscribe, e-mail: For additional commands, e-mail:

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves PersistentValve.java

2002-12-16 Thread jfclere
jfclere 2002/12/16 01:20:10 Modified:catalina/src/share/org/apache/catalina/valves PersistentValve.java Log: Invoke the next valve instead invoking the context... Revision ChangesPath 1.2 +5 -6 jakarta-tomcat-catalina/catalina/src/share

Re: [PATCH] mod_jk - chroot and user issues

2002-12-16 Thread Henri Gomez
Kurt Miller wrote: 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=../comm

RE: Apache+Tomcat+modjk with ~/public_html

2002-12-16 Thread Martin Algesten
tomcat-dev is for development/bugfixing kind of issues. For help on configuration, please use the tomcat user list. Martin > -Original Message- > From: Kevin Conaway [mailto:[EMAIL PROTECTED]] > Sent: 15 December 2002 17:33 > To: [EMAIL PROTECTED] > Subject: Apache+Tomcat+modjk with ~/pu

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/naming/resources ProxyDirContext.java

2002-12-16 Thread remm
remm2002/12/16 01:04:22 Modified:catalina/src/share/org/apache/naming/resources ProxyDirContext.java Log: - Should fix cache invalidation when creating subcontexts and modify atributes. - Fix WebDAV (bug 15378). Revision ChangesPath 1.4

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 Makefile.in

2002-12-16 Thread hgomez
hgomez 2002/12/16 00:56:15 Modified:jk/native/apache-1.3 Makefile.in Log: Correct makefile. Revision ChangesPath 1.9 +1 -0 jakarta-tomcat-connectors/jk/native/apache-1.3/Makefile.in Index: Makefile.in

cvs commit: jakarta-tomcat-connectors/jk/native/apache-1.3 mod_jk.c

2002-12-16 Thread hgomez
hgomez 2002/12/16 00:54:56 Modified:jk/native/apache-1.3 mod_jk.c Log: Fix ifdef/idef Revision ChangesPath 1.33 +4 -4 jakarta-tomcat-connectors/jk/native/apache-1.3/mod_jk.c Index: mod_jk.c

Re: [4.1.17] [VOTE] Stability rating

2002-12-16 Thread Torsten Fohrer
As a user, that use tomcat 4.1.17 since it came outi say stable. [X] STABLE Reason why: 1. We need a new official stable release, latest is 4.1.12 ! 2. Tomcat processes since i install it, over 20 requests 3. all my private patches work with him - static encoding of jsp texts,