cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardContext.java StandardEngine.java StandardHost.java

2003-03-20 Thread costin
costin 2003/03/20 23:34:40 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java StandardEngine.java StandardHost.java Log: Various fixes. Both embed and standalone are working again. Revision Changes

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ContainerBase.java

2003-03-20 Thread costin
costin 2003/03/20 23:33:14 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java Log: Bad typo. Revision ChangesPath 1.14 +3 -2 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/ContainerBase.java

Re: Error to create the keystores

2003-03-20 Thread Patrick Flohr
Hi. Can you perform requsts over SSL without client authentication? Is there a certificate installed in the browser signed by any root certificate in cacerts? Regards. jazorin wrote: Hi. I have a web server Tomcat 4.1.18 and it works fine. My problem is when I create the keystore tomcat of ma

DO NOT REPLY [Bug 18212] - CVS Build failed: Something are wrong with commons Registry api

2003-03-20 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-catalina/catalina/src/share/org/apache/catalina/core ContainerBase.java StandardContext.java

2003-03-20 Thread costin
costin 2003/03/20 22:38:47 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java StandardContext.java Log: More work on reloading. It seems context can be stoped and started from the console, but when it starts again I get 404s.

domain-wide session cookies?

2003-03-20 Thread Aditya
Under Tomcat-4 it looks like the session cookie is set in: org/apache/catalina/connector/HttpResponseBase.java and the code that sets it uses the default domain (which is equal to the request hostname.domain.tld) when it sets the session cookie. I need to set the cookie to be domain-wide, ie. "

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

2003-03-20 Thread kinman
kinman 2003/03/20 19:18:38 Modified:jasper2/src/share/org/apache/jasper/compiler Validator.java Log: - Locate the correct namesapce for the EL functions. Revision ChangesPath 1.93 +31 -22 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/Validat

RE: Cluster wide deployment, question

2003-03-20 Thread Filip Hanik
> What do you mean ? When an app is deployed on one host in the > cluster do you > plan to copy it to all instances ? exactly, imagine the benefit of companies running 10 tomcat instances. > You can do that by creating an mbean and having it listen - look at > MapperListener for an example. will

cvs commit: jakarta-servletapi-5/jsr152/examples/xml xml.html xml.txt

2003-03-20 Thread kinman
kinman 2003/03/20 17:53:50 Modified:jsr152 build.xml jsr152/examples/cal calendar.html jsr152/examples/checkbox cresult.html jsr152/examples/colors clr.html jsr152/examples/dates date.html jsr152/examples/error

Re: Cluster wide deployment, question

2003-03-20 Thread Costin Manolache
Filip Hanik wrote: > I'm about to implement cluster wide deployment. > Who should initiate the call to deploy cluster wide, should it be the > StandardHostDeployer or the manager servlet? What do you mean ? When an app is deployed on one host in the cluster do you plan to copy it to all instances

cvs commit: jakarta-servletapi-5/jsr152/examples/jsp2/el basic-arithmetic.jsp basic-arithmetic.txt basic-comparisons.jsp basic-comparisons.txt functions.jsp functions.txt implicit-objects.jsp implicit-objects.txt

2003-03-20 Thread kinman
kinman 2003/03/20 16:54:06 Modified:jsr152/examples/jsp2/el basic-arithmetic.jsp basic-arithmetic.txt basic-comparisons.jsp basic-comparisons.txt functions.jsp functions.txt implicit-objects.jsp implicit-objects.txt

cvs commit: jakarta-tomcat-5 build.xml

2003-03-20 Thread amyroh
amyroh 2003/03/20 16:45:27 Modified:.build.xml Log: Copy admin.xml instead of move so second build doesn't fail without doing ant clean. Revision ChangesPath 1.115 +1 -1 jakarta-tomcat-5/build.xml Index: build.xml =

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

2003-03-20 Thread kinman
kinman 2003/03/20 16:43:58 Modified:jasper2/src/share/org/apache/jasper/compiler ELFunctionMapper.java Generator.java Validator.java jasper2/src/share/org/apache/jasper/resources messages.properties Log: - Minor fix in f

Cluster wide deployment, question

2003-03-20 Thread Filip Hanik
I'm about to implement cluster wide deployment. Who should initiate the call to deploy cluster wide, should it be the StandardHostDeployer or the manager servlet? Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup Embedded.java

2003-03-20 Thread costin
costin 2003/03/20 15:36:14 Modified:catalina/src/share/org/apache/catalina/startup Embedded.java Log: Few small enhancements. Make Embedded extend StandardService. It includes an Engine and connectors - just like Service. This will allow us to harmonize the 2 use cases. ( I

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/startup ContextConfig.java

2003-03-20 Thread costin
costin 2003/03/20 15:33:44 Modified:catalina/src/share/org/apache/catalina/startup ContextConfig.java Log: No default web.xml. We should pack the default ( or a minimized ) web.xml in catalina.jar ( but not in root - probably o/a/c/deploy ). Revis

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ApplicationFilterConfig.java

2003-03-20 Thread costin
costin 2003/03/20 15:31:47 Modified:catalina/src/share/org/apache/catalina/core ApplicationFilterConfig.java Log: One more serialized. I had it on my laptop. Serializing the context would greatly increase the startup time - but it's unlikely to be fini

cvs commit: jakarta-tomcat-catalina/catalina/src/bin catalina.sh

2003-03-20 Thread costin
costin 2003/03/20 15:30:46 Modified:catalina/src/bin catalina.sh Log: Port from 3.3 - if -force option is used and a pid file was set, use it to kill tomcat. This allows getting rid of hunged instances. Revision ChangesPath 1.6 +10 -1 jakarta-tomcat-catalina/

cvs commit: jakarta-tomcat-catalina/catalina build.xml

2003-03-20 Thread costin
costin 2003/03/20 15:29:34 Modified:catalina build.xml Log: Add a flag to turn off doc generation. Add the 'index' flag - it is supposed to optimize jar reading on 1.4+ ( without hurting 1.3-) Copy all config files Revision ChangesPath 1.47 +27 -20ja

DO NOT REPLY [Bug 18212] New: - CVS Build failed: Something are wrong with commons Registry api

2003-03-20 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

[PATCH] jakarta-servletapi-5: minor updates

2003-03-20 Thread Yutaka Yoshida
Hi, The attached patch is to update the Servlet 2.4 API as follows: 1) Add "@since 2.4" into the added methods in: jsr154/src/share/javax/servlet/ServletRequest.java jsr154/src/share/javax/servlet/ServletRequestWrapper.java jsr154/src/share/javax/servlet/ServletResponse.java jsr15

Build broken - admin.xml gets moved away

2003-03-20 Thread Filip Hanik
In the target "fix-webapps" it looks like it is moving the file admin.xml, hence if I run "ant dist" twice, the second build will fail Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

DO NOT REPLY [Bug 18202] - Tomcat 5 regression: default Content-Type is set

2003-03-20 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-catalina/modules/cluster/src/share/org/apache/catalina/cluster/tcp ReplicationListener.java ReplicationTransmitter.java ReplicationValve.java SimpleTcpCluster.java WorkerThread.java

2003-03-20 Thread fhanik
fhanik 2003/03/20 12:46:15 Modified:modules/cluster/src/share/org/apache/catalina/cluster/mcast McastService.java McastServiceImpl.java modules/cluster/src/share/org/apache/catalina/cluster/session SimpleTcpReplicationManage

DO NOT REPLY [Bug 18204] New: - Regression in Tomcat 5: no IllegalArgumentException thrown with new Cookie("$test", "Valueless");

2003-03-20 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 18200] - Regression in Tomcat 5: runtime Exception that cannot be caught by catch block

2003-03-20 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-catalina/catalina/src/share/org/apache/catalina/core ApplicationContextFacade.java

2003-03-20 Thread jfarcand
jfarcand2003/03/20 12:06:38 Modified:catalina/src/share/org/apache/catalina/core ApplicationContextFacade.java Log: Throw the original exception, not a RuntimeException. Fix for bug: 18199 Revision ChangesPath 1.4 +12 -24 jakarta-tom

DO NOT REPLY [Bug 18203] New: - jikes occationally fails to compile changed jsp pages

2003-03-20 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 18202] New: - Tomcat 5 regression: default Content-Type is set

2003-03-20 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 18201] New: - Tomcat 5 regression: getReader() doesnot throw UnsupportedEncodingException when bogus charset is used

2003-03-20 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 18199] - Regression in Tomcat 5: UnavailableException thrown in init() return Status 404 not 503

2003-03-20 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

Error to create the keystores

2003-03-20 Thread jazorin
Hi. I have a web server Tomcat 4.1.18 and it works fine. My problem is when I create the keystore tomcat of manual form. I have created two Java methods: addCertToKeyStore and addPKToKeyStore. I realize the following step to create my own keystore: - I add CA certificate in JDK keystore:

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

2003-03-20 Thread Remy Maucherat
Jeanfrancois Arcand wrote: Costin Manolache wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: costin 2003/03/20 07:55:29 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java Log: Fix valve registration. Few methods to simplify r

DO NOT REPLY [Bug 18199] - Regression in Tomcat 5: UnavailableException thrown in init() return Status 404 not 503

2003-03-20 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 18200] New: - Regression in Tomcat 5: runtime Exception that cannot be caught by catch block

2003-03-20 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 18199] New: - Regression in Tomcat 5: UnavailableException thrown in init() return Status 404 not 503

2003-03-20 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-tomcat-catalina/catalina/src/share/org/apache/catalina/coreContainerBase.java

2003-03-20 Thread Jeanfrancois Arcand
Costin Manolache wrote: Remy Maucherat wrote: [EMAIL PROTECTED] wrote: costin 2003/03/20 07:55:29 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java Log: Fix valve registration. Few methods to simplify registration. You'll see

RE: [VOTE] [4.1.24] Stability rating

2003-03-20 Thread Keith Wannamaker
| | [ ] Alpha | [ ] Beta | [X] Stable (GA) | | Keith - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ContainerBase.java StandardContext.java StandardHost.java StandardPipeline.java StandardWrapper.java StandardWrapperValve.java mbeans-descriptors.xml

2003-03-20 Thread costin
costin 2003/03/20 10:28:29 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java StandardContext.java StandardHost.java StandardPipeline.java StandardWrapper.java StandardWrapperValve.java

Re: cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ContainerBase.java

2003-03-20 Thread Costin Manolache
Remy Maucherat wrote: > [EMAIL PROTECTED] wrote: >> costin 2003/03/20 07:55:29 >> >> Modified:catalina/src/share/org/apache/catalina/core >> ContainerBase.java >> Log: >> Fix valve registration. >> Few methods to simplify registration. >> >> You'll se

RE: [VOTE] [4.1.24] Stability rating

2003-03-20 Thread Mladen Turk
> -Original Message- > From: Remy Maucherat [mailto:[EMAIL PROTECTED] > Sent: 20. ožujak 2003 11:12 > To: Tomcat Developers List > Subject: [VOTE] [4.1.24] Stability rating > > > > [ ] Alpha > [ ] Beta > [x] Stable (GA) > > MT.

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

2003-03-20 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: costin 2003/03/20 07:55:29 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java Log: Fix valve registration. Few methods to simplify registration. You'll see a lot of valves ( about 130 with the default webap

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

2003-03-20 Thread costin
costin 2003/03/20 08:01:34 Modified:catalina/src/share/org/apache/catalina/valves ValveBase.java Log: add object name attribute Revision ChangesPath 1.5 +22 -8 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/valves/ValveBase.java Index: Val

Some documentation/FAQ entry requests (Was Re: Tomcat-user)

2003-03-20 Thread Sriram N
Hi Tim, Nice work at sourceforge. Quick comments: 1. Even though the 4.1 classloader tries to explain classloader hierarchies, not many are knowledgeable to understand that sometimes a jar in the parent classloader might have to be changed to load classes from child classloaders via Thread.getC

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

2003-03-20 Thread costin
costin 2003/03/20 07:57:40 Modified:catalina/src/share/org/apache/catalina/realm RealmBase.java Log: Simplify ( refactored common operations ) Start work on unregistration. Revision ChangesPath 1.8 +18 -29 jakarta-tomcat-catalina/catalina/src/share/org/apa

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core mbeans-descriptors.xml

2003-03-20 Thread costin
costin 2003/03/20 07:56:40 Modified:catalina/src/share/org/apache/catalina/core mbeans-descriptors.xml Log: Add the "valveNames" attribute Revision ChangesPath 1.3 +15 -0 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/co

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core StandardPipeline.java

2003-03-20 Thread costin
costin 2003/03/20 07:56:21 Modified:catalina/src/share/org/apache/catalina/core StandardPipeline.java Log: Added a method that will allow us to see what valves are associated with each container. ( pipeline is a helper for container - it won't be exposed

cvs commit: jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core ContainerBase.java

2003-03-20 Thread costin
costin 2003/03/20 07:55:29 Modified:catalina/src/share/org/apache/catalina/core ContainerBase.java Log: Fix valve registration. Few methods to simplify registration. You'll see a lot of valves ( about 130 with the default webapps ). We could filter o

Re: [VOTE] [4.1.24] Stability rating

2003-03-20 Thread Jean-Francois Arcand
[ ] Alpha [ ] Beta [X ] Stable (GA) -- Jeanfrancois - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 18190] New: - Instantly Kill OR recycle timed out connections

2003-03-20 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

isapi_redirect.dll corrupts NTLM headers passed on?

2003-03-20 Thread Bruce R. Lewis
Using the filter sevlet from the jcifs project (jcifs.samba.org), I can connect straight to tomcat with IE and use NTLM authentication to make getRemoteUser() return the right thing. However, using isapi_redirect.dll, jcifs gets corrupt data (an NTLM "type 3 message") and fails. I don't know exac

Re: [VOTE] [4.1.24] Stability rating

2003-03-20 Thread Costin Manolache
Remy Maucherat wrote: > Remy Maucherat wrote: >> >> [ ] Alpha >> [ ] Beta >> [X] Stable (GA) >> Costin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat-user

2003-03-20 Thread Tim Funk
I noticed there is a FAQ option for the user list if a message is sent to: <[EMAIL PROTECTED]> but there isn't a FAQ available. FAQ - Frequently asked questions of the [EMAIL PROTECTED] list. None available yet. I am working on a (yet another) version of a FAQ (compared to jGuru) geared toward

Re: Tomcat-user

2003-03-20 Thread Glenn Nielsen
I will second Craig's comments. -1 for create a j-t-c user list. Glenn Craig R. McClanahan wrote: On Wed, 19 Mar 2003, Mladen Turk wrote: Date: Wed, 19 Mar 2003 18:45:05 +0100 From: Mladen Turk <[EMAIL PROTECTED]> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>, [EMAIL PROTECTED] To: '

Re: [VOTE] [4.1.24] Stability rating

2003-03-20 Thread Renato
I have a machine on production with this version already. Everything seems fine up to now. Remy Maucherat <[EMAIL PROTECTED]> wrote: [ ] Alpha [ ] Beta [x] Stable (GA) Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

DO NOT REPLY [Bug 18182] New: - Tomcat Out of resources due to exception in AcceptSocket

2003-03-20 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: [VOTE] [4.1.24] Stability rating

2003-03-20 Thread Remy Maucherat
Remy Maucherat wrote: [ ] Alpha [ ] Beta [ ] Stable (GA) I really think it's the right build, this time :) Hopefully, there won't be any last minute issue to derail this. Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: [VOTE] [4.1.24] Stability rating

2003-03-20 Thread Ronald Klop
Remy Maucherat wrote: [ ] Alpha [ ] Beta [ ] Stable (GA) Remy Maybe bug 18073 can be solved before this. It's a trivial solution for making compression="on" working. But is's not a critical bug. And maybe text/css and text/javascript can be added to compressableMimeTypes in http11/src/java/org

DO NOT REPLY [Bug 18180] New: - Jasper getProperty violates spec.

2003-03-20 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 13285] - admin web application fail with virtual host

2003-03-20 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

[VOTE] [4.1.24] Stability rating

2003-03-20 Thread Remy Maucherat
[ ] Alpha [ ] Beta [ ] Stable (GA) Remy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [4.1.23] Deprecating mod_webapp

2003-03-20 Thread jean-frederic clere
Remy Maucherat wrote: Hi, I'd like to officially deprecate mod_webapp in Tomcat 4.1.23. +1 :-(( I am using jk2 in 2 FSC products so I prefer that the energies go to one connector instead beeing spread in severals. It is no longer maintained, and will not work with Tomcat 5.0 (at least it won't

Re: [4.1.23] Deprecating mod_webapp

2003-03-20 Thread Endre Stølsvik
On Wed, 19 Mar 2003, George Sexton wrote: | From a purely practical standpoint, that would be terribly complicated. | Mod_webapp would have to read and fully understand the web.xml and all of | the servlet mappings. This is made even more impossible by the addition of | filters to the Servlet API.

Re: Digest Authentication

2003-03-20 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: Hi all I've been trying unsuccessfully to use the Digest authentication in Tomcat with my webapp. I need it because Basic authentication is too weak and I cannot use SSL on the client side. I noticed that the implementation in Tomcat has some problems that I describe belo

Digest Authentication

2003-03-20 Thread carlos.quiroz-castro
Hi all I've been trying unsuccessfully to use the Digest authentication in Tomcat with my webapp. I need it because Basic authentication is too weak and I cannot use SSL on the client side. I noticed that the implementation in Tomcat has some problems that I describe below: 1. In org.apache.ca

Re: [4.1.23] Deprecating mod_webapp

2003-03-20 Thread Henri Gomez
George Sexton wrote: From a purely practical standpoint, that would be terribly complicated. Mod_webapp would have to read and fully understand the web.xml and all of the servlet mappings. This is made even more impossible by the addition of filters to the Servlet API. How can mod_webapp even begin