DO NOT REPLY [Bug 37918] - EL cannot find valid getter from object when using some inheritance

2006-01-05 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 38154] - NPE when accessing default context "/" after it is stopped

2006-01-05 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 38154] New: - NPE when accessing default context "/" after it is stopped

2006-01-05 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 38124] - CGIServlet does not detect OS "windows 2003"

2006-01-05 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

svn commit: r366306 - /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.java

2006-01-05 Thread markt
Author: markt Date: Thu Jan 5 13:51:39 2006 New Revision: 366306 URL: http://svn.apache.org/viewcvs?rev=366306&view=rev Log: Fix CGIServlet so reading environment variables works in Windows 2003 Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/catalina/servlets/CGIS

svn commit: r366305 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/servlets/CGIServlet.java webapps/docs/changelog.xml

2006-01-05 Thread markt
Author: markt Date: Thu Jan 5 13:51:10 2006 New Revision: 366305 URL: http://svn.apache.org/viewcvs?rev=366305&view=rev Log: Fix CGIServlet so reading environment variables works in Windows 2003 Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/servlets/CGIServlet.ja

DO NOT REPLY [Bug 23950] - [PATCH] Context.listBindings(...) broken?

2006-01-05 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

svn commit: r366304 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/naming/ catalina/src/share/org/apache/naming/resources/ webapps/docs/

2006-01-05 Thread markt
Author: markt Date: Thu Jan 5 13:42:29 2006 New Revision: 366304 URL: http://svn.apache.org/viewcvs?rev=366304&view=rev Log: Fix for bug 23950. Context.listBindings() should return Objects not References. Ported from TC4. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/nami

svn commit: r366303 - in /tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/naming: NamingContext.java NamingContextBindingsEnumeration.java resources/FileDirContext.java resources/WARDi

2006-01-05 Thread markt
Author: markt Date: Thu Jan 5 13:41:08 2006 New Revision: 366303 URL: http://svn.apache.org/viewcvs?rev=366303&view=rev Log: Fix for bug 23950. Context.listBindings() should return Objects not References. Modified: tomcat/container/branches/tc4.1.x/catalina/src/share/org/apache/naming/Namin

Re: Missing tag in SVN

2006-01-05 Thread Mark Thomas
Yoav Shapira wrote: > So I guess I should just do an svn copy of servletapi from 5.5.11 to > 5.5.12 to tag it as such. I don't need to do anything fancier like an > svn:prop edit, right? Correct. A straight svn copy will be fine. Mark ---

Re: Missing tag in SVN

2006-01-05 Thread Yoav Shapira
So I guess I should just do an svn copy of servletapi from 5.5.11 to 5.5.12 to tag it as such. I don't need to do anything fancier like an svn:prop edit, right? Yoav On 1/5/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > Nope, just a colleague looking to prove they can recreate the 5.5.12 build.

svn commit: r366257 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-01-05 Thread pero
Author: pero Date: Thu Jan 5 11:34:50 2006 New Revision: 366257 URL: http://svn.apache.org/viewcvs?rev=366257&view=rev Log: Add some cluster changes! Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.

svn commit: r366255 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster: session/DeltaManager.java session/DeltaSession.java tcp/LocalStrings.properties tcp/Replicatio

2006-01-05 Thread pero
Author: pero Date: Thu Jan 5 11:34:04 2006 New Revision: 366255 URL: http://svn.apache.org/viewcvs?rev=366255&view=rev Log: Add support for cross context session replication Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java

svn commit: r366254 - in /tomcat/container/tc5.5.x/modules/cluster: src/share/org/apache/catalina/cluster/io/ test/ test/src/share/org/apache/catalina/cluster/io/ test/src/share/org/apache/catalina/cl

2006-01-05 Thread pero
Author: pero Date: Thu Jan 5 11:32:21 2006 New Revision: 366254 URL: http://svn.apache.org/viewcvs?rev=366254&view=rev Log: Activate junit tests Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/io/XByteBuffer.java tomcat/container/tc5.5.x/modules/

svn commit: r366253 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp: AsyncSocketSender.java DataSender.java FastAsyncSocketSender.java ReplicationTransmitter.j

2006-01-05 Thread pero
Author: pero Date: Thu Jan 5 11:30:42 2006 New Revision: 366253 URL: http://svn.apache.org/viewcvs?rev=366253&view=rev Log: DataSender close socket after connection failure and throws Exception also even if waitForAck is false! Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/o

svn commit: r366252 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java

2006-01-05 Thread pero
Author: pero Date: Thu Jan 5 11:28:41 2006 New Revision: 366252 URL: http://svn.apache.org/viewcvs?rev=366252&view=rev Log: fix message text Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/mcast/McastService.java Modified: tomcat/container/tc5.5.x/

svn commit: r366251 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/CatalinaCluster.java

2006-01-05 Thread pero
Author: pero Date: Thu Jan 5 11:27:30 2006 New Revision: 366251 URL: http://svn.apache.org/viewcvs?rev=366251&view=rev Log: add hasMember Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/CatalinaCluster.java Modified: tomcat/container/tc5.5.x/module

Re: EL and JSP 2.1

2006-01-05 Thread Ian Darwin
- do we maintain servletapi for 6.0? No for the api stuff proper. We don't host it, can't change it and our own implementation would be more trouble than it is worth. Maybe for the examples. It is useful to be able to fix problems with them. The examples could always be merged in with the co

Re: Missing tag in SVN

2006-01-05 Thread Henri Yandell
Nope, just a colleague looking to prove they can recreate the 5.5.12 build. On 1/5/06, Yoav Shapira <[EMAIL PROTECTED]> wrote: > Hi, > Hmm, strange. But this shouldn't be a big deal to anyone: we can copy > the tag as you suggest IMHO. Did the person pointing it out have some > problem/issue, or

Re: Invalidate the SSLSession?

2006-01-05 Thread Andreas Persson
Thank you for your answer! I have done some tests now, and you're right, it wasn't enough to just do SSLSession.invalidate(). But if I also close the socket, by doing response.setHeader("Connection", "close") it seemed to work. But when I read your message I realize that there might be other s

Re: Invalidate the SSLSession?

2006-01-05 Thread Armin Häberling
Hi, I think calling SSLSession.invalidate() will not suffice to logout the user. Because calling invalidate() will only prevent the client to open a new SSL-connection using the the same session, but has no influence on existing ssl-connections using that session. That means the user is not l

Re: Missing tag in SVN

2006-01-05 Thread Yoav Shapira
Hi, Hmm, strange. But this shouldn't be a big deal to anyone: we can copy the tag as you suggest IMHO. Did the person pointing it out have some problem/issue, or just happen to notice this oddity? Yoav On 1/5/06, Henri Yandell <[EMAIL PROTECTED]> wrote: > It was pointed out to me that Tomcat/se

Missing tag in SVN

2006-01-05 Thread Henri Yandell
It was pointed out to me that Tomcat/servletapi is missing a tag. In https://svn.apache.org/repos/asf/tomcat/servletapi/tags/servlet2.4-jsp2.0-tc5.x/ there is no TOMCAT_5_5_12. Looking at /home/cvs/servletapi-5/LICENSE,v there definitely was such a tag, and a quick set of find's and a diff show th

Re: EL and JSP 2.1

2006-01-05 Thread Remy Maucherat
Mark Thomas wrote: The key questions are: - does 6.0.x become the main development branch? Yes. We did this for 5.5.x and it worked. Ok. - do we merge jasper and container? No. Good to keep them independent. Ok. - do we merge build and container Maybe. If someone wants to take the t

DO NOT REPLY [Bug 38107] - memory leak when using https

2006-01-05 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 38107] - memory leak when using https

2006-01-05 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 38131] New: - WatchedResource does not work if app is outside "webapps"

2006-01-05 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