[5] new method, HttpSession.logout()

2002-08-10 Thread Bob Herrmann
The servlet 2.4 spec adds a new method, "HttpSession.logout()"; How do we implement this? For the non-single signon case, "logout()" is identical to "invalidate()" For single signon, Tomcat currently uses a "single signon valve" which listens for "Session Destroy" events. When a "Session Destr

DO NOT REPLY [Bug 11613] New: - Page Load Problem in Stand-alone Mode

2002-08-10 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_b

Re: [PATCH][Catalina] Use fully qualified URI for locating localschema

2002-08-10 Thread Patrick Luby
Jean-François, Thanks for finding the missing patch to commons-digester. I committed that patch and now Tomcat 5 works with both of your patches to jakarta-servletapi-5 and jakarta-tomcat-catalina. BTW, with your patches, all of the JSP test failures in watchdog are gone and all JSP test pass

cvs commit: jakarta-servletapi-5 build.xml

2002-08-10 Thread patrickl
patrickl2002/08/10 15:42:37 Modified:.build.xml Log: Minor change to include all *.xsd in the same directory (javax/servlet/resources) since there is a Xerces limitation when resolving systemId from multiple URIs (only 1 is supported). Submitted by: Jean-Francois Arcand

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

2002-08-10 Thread patrickl
patrickl2002/08/10 15:42:34 Modified:catalina/src/share/org/apache/catalina/startup Constants.java ContextConfig.java Log: This patch change the way local schema are stored -> use the full URI instead a the file name. Submitted by: Jean-Francois Arcand (

cvs commit: jakarta-tomcat-5 BUILDING.txt build.properties.default

2002-08-10 Thread patrickl
patrickl2002/08/10 15:27:35 Modified:.BUILDING.txt build.properties.default Log: commons-digester build 20020810 or higher is now required Revision ChangesPath 1.15 +2 -2 jakarta-tomcat-5/BUILDING.txt Index: BUILDING.txt

Re: [PATCH][Catalina] Use fully qualified URI for locating localschema

2002-08-10 Thread Patrick Luby
Jean-François, I just deleted my CVS repositories, rechecked them out, and reapplied *both* the jakarta-servletapi-5 and jakarta-tomcat-catalina patches. I did a build from scratch and I still get the same exception. Note: I am using the HEAD of commons-digester. Might there be a incompatibil

DO NOT REPLY [Bug 11364] - jk2 appears to forward all virtual host requests to Tomcat

2002-08-10 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_b

Re: [PATCH][Catalina] Use fully qualified URI for locating localschema

2002-08-10 Thread Jean-francois Arcand
Patrick, you also have to apply the catalina pache where it is defined the local schema location (Constants.java). I made some change to avoid having Xerces resolving with the wrong URI. Thanks, Jeanfrancois. Patrick Luby wrote: > Jean-François, > > When I apply this patch and your jakarta-

Re: [PATCH][Catalina] Use fully qualified URI for locating localschema

2002-08-10 Thread Patrick Luby
Jean-François, When I apply this patch and your jakarta-servletapi-5 patch and build with the latest commons-digester, I get the following exception. I seems that with your patches, Xerces no longer looks locally for the XML files. Accordingly, I think we should figure out what is happening be

Re: [4.1.9] New test milestone released

2002-08-10 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: > Remy, > > Let's try to make 4.1.10 the 'stable' release ( and consider 4.1.9 as > the 'release candidate ). I cleaned up some of the jk messages and > I want to do some more watchdog tests with apache/jk. > > If everyone agree, I think we should also tag jk2 as 'jk2.0

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

2002-08-10 Thread costin
costin 2002/08/10 10:19:44 Modified:catalina/src/share/org/apache/catalina/mbeans StandardContextMBean.java mbeans-descriptors.xml Log: Add a reload operation. Revision ChangesPath 1.2 +13 -4 jakarta-tomcat-catalina/catalina/src/share/

Re: [4.1.9] New test milestone released

2002-08-10 Thread costinm
Remy, Let's try to make 4.1.10 the 'stable' release ( and consider 4.1.9 as the 'release candidate ). I cleaned up some of the jk messages and I want to do some more watchdog tests with apache/jk. If everyone agree, I think we should also tag jk2 as 'jk2.0beta' and jk1.2.0 release, even if we d

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

2002-08-10 Thread costin
costin 2002/08/10 09:54:15 Modified:catalina/src/share/org/apache/catalina/startup CatalinaService.java Log: Add the setters and execute that allows it to be used as an ant task. See build2.xml as an example. The attributes are not 'final' - I just wa

cvs commit: jakarta-tomcat-5 build.properties.default

2002-08-10 Thread costin
costin 2002/08/10 09:32:56 Modified:.build.properties.default Log: Add mx4j-tools.jar. Revision ChangesPath 1.19 +2 -1 jakarta-tomcat-5/build.properties.default Index: build.properties.default

cvs commit: jakarta-tomcat-5 build2.xml

2002-08-10 Thread costin
costin 2002/08/10 09:32:10 Modified:.build2.xml Log: Added a checkout target ( used it more to update the workspaces ) Use the task. If you turn off "wait" you should see the message ( and you can run tests, etc ). The ant task returns when tomcat is completely st

cvs commit: jakarta-tomcat-5/resources log4j.properties

2002-08-10 Thread costin
costin 2002/08/10 09:29:26 Added: resources log4j.properties Log: Added a small log4j config file. I'll add more comments and the (current) names of the loggers. Revision ChangesPath 1.1 jakarta-tomcat-5/resources/log4j.properties Index: log4j.

[4.1.9] New test milestone released

2002-08-10 Thread Remy Maucherat
A new test milestone of Tomcat 4.1 has just been released. Downloads: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.9/ Significant changes over 4.1.8 Beta include: - Jasper 2 bugfixes - Catalina classloader bugfixes - Coyote HTTP/1.1 fixes - Updated commons-dbcp connection pool

cvs commit: jakarta-tomcat-4.0 RELEASE-NOTES-4.1.txt

2002-08-10 Thread remm
remm2002/08/10 08:05:28 Modified:.RELEASE-NOTES-4.1.txt Log: - Document changes. Revision ChangesPath 1.15 +35 -1 jakarta-tomcat-4.0/RELEASE-NOTES-4.1.txt Index: RELEASE-NOTES-4.1.txt ===

[PATCH][Catalina] Use fully qualified URI for locating local schema

2002-08-10 Thread Jean-francois Arcand
Hi, this patch change the way local schema are stored -> use the full URI instead a the file name. Thanks, -- Jeanfrancois Index: Constants.java === RCS file: /home/cvspublic/jakarta-tomcat-catalina/catalina/src/share/org/apach

[PATCH][servletapi-5] Build.xml

2002-08-10 Thread Jean-francois Arcand
Hi, minor change to include all *.xsd in the same directory (javax/servlet/resources) since there is a Xerces limitation when resolving systemId from multiple URIs (only 1 is supported). Thanks, -- Jeanfrancois Index: build.xml ===

cvs commit: jakarta-tomcat-4.0 build.properties.sample

2002-08-10 Thread remm
remm2002/08/10 05:18:43 Modified:.build.properties.sample Log: - Add temporary variables for commons-lang (waiting for 1.0). Revision ChangesPath 1.47 +8 -1 jakarta-tomcat-4.0/build.properties.sample Index: build.properties.sample ===

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

2002-08-10 Thread remm
remm2002/08/10 05:18:13 Modified:catalina build.xml Log: - Copy commons-lang. Revision ChangesPath 1.125 +7 -1 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml === RCS file: /home

Re: [4.1.9] Fix for major bugs

2002-08-10 Thread Remy Maucherat
Glenn Nielsen wrote: > Remy Maucherat wrote: > >> A few major bugs were fixed in CVS (two tricky bugs in Coyote >> HTTP/1.1, one in Jasper, and possibly one in the Catalina CL - bug >> 11307). I plan to release a 4.1.9 milestone when 11307 is confirmed to >> be fixed. >> >> We may then conside

Re: Few additions to CatalinaService

2002-08-10 Thread Remy Maucherat
Costin Manolache wrote: > I'm not sure if Remy was -1 or not ( well, technically you can't > -1 until you see the code :-). I complained because I thought it was parallel to the discussion on the changes in the configuration code. > I would like to _add_ few methods to CatalinaService ( with

DO NOT REPLY [Bug 11603] - security fails for http-method != GET when user is forced to login

2002-08-10 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_b

DO NOT REPLY [Bug 11603] New: - security fails for http-method != GET when user is forced to login

2002-08-10 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_b

RE: uri_map using regex [WAS: mod_jk, mod_jk2 URI spaces]

2002-08-10 Thread Bojan Smojver
I think I understand what you're saying here and it will probably be necessary for non-Apache web servers anyway. I was thinking more along the lines of: 1. Anything you want to disallow for TC, rewrite to Apache visible filenames and/or URL's (in your example, image files). Apache will then happ