diff for jasper2/src/share/org/apache/jasper/runtime/PageContextImpl.java

2002-12-24 Thread Joseph Shraibman
diff for jasper2/src/share/org/apache/jasper/runtime/PageContextImpl.java. This got line wrapped :( I did this because when I put in my a mistyped class name, I would just get an error page saying: org.apache.jasper.JasperException: ... which wasn't too helpful. Unfortunately at the moment I c

Re: Duplicate session IDs?

2002-12-24 Thread Schnitzer, Jeff
I wasn't suggesting making the whole session id a monotonically increasing integer, but to include such a value in the id along with the random part. Thanks for the patch - I'll apply it to my cluster. Please see it into the official distribution! You can imagine the trouble that could be cause

Re: Duplicate session IDs?

2002-12-24 Thread Jon Scott Stevens
on 2002/12/24 5:52 AM, "Tim Funk" <[EMAIL PROTECTED]> wrote: > I hope you were joking about the monotonic increase of sessionIds. If > that were done - it would be trivial to steal another's sessionId by > guessing. How is that? laskdfowifjwo2i3jofij2oi3jofwjieogih934htwo4i1 io2oiwejofiwjoijr923

DO NOT REPLY [Bug 15644] - mod_jk2 doesn't recognize it's own directives

2002-12-24 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-connectors/util/java/org/apache/tomcat/util/threads ThreadPool.java

2002-12-24 Thread costin
costin 2002/12/24 09:02:55 Modified:util/java/org/apache/tomcat/util/threads ThreadPool.java Log: When the thread ends, remove it from the list of active threads. Obtained from: Michael Revision ChangesPath 1.6 +4 -1 jakarta-tomcat-connectors/util/java/o

DO NOT REPLY [Bug 15644] - mod_jk2 doesn't recognize it's own directives

2002-12-24 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: Duplicate session IDs?

2002-12-24 Thread Tim Funk
I agree that there is a tiny chance this could happen. It seems the original uniquenes code had a bug in it because it did not attach the jvmRoute after re-generating the sessionId. Thats why it was probably commented out. I hope you were joking about the monotonic increase of sessionIds. If t

DO NOT REPLY [Bug 15646] New: - Enhancement

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

CC/PP support

2002-12-24 Thread Jaikumar Ganesh
Hi Iam using Apache Tomcat/4.1.12. 1. Does it support CC/PP exchange protocol. 2. If yes, for a WSP (WAP) session with UAProf on how do i get the values for Profile and Profile diff headers aent by the client? i.e is there any application that will extract the values of these headers and give

DO NOT REPLY [Bug 15644] New: - mod_jk2 doesn't recognize it's own directives

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

Duplicate session IDs?

2002-12-24 Thread Schnitzer, Jeff
What prevents Tomcat from issuing duplicate session IDs? From the code in ManagerBase, it doesn't look like anything prevents it - the only unique value in the ID is a random number. In fact, the code which would guarantee uniqueness is commented out. I believe we have seen a problem with duplic

Re: [PATCH] Re: implement ThreadPool with GenericObjectPool?

2002-12-24 Thread Costin Manolache
Michael wrote: the debugging feature (JMX support) you're adding. JMX is not a debugging feature - it's monitoring/control. It would allow people to see how many threads are used, to eventually stop threads or change the parameters dynamically. I know what JMX itself is--I'm going by the