DO NOT REPLY [Bug 46193] Potential Thread problem with SessionManager

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46193 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: svn commit: r729688 - in /tomcat/trunk: build.xml res/maven/catalina.pom res/maven/jasper.pom res/maven/mvn-pub.xml

2008-12-28 Thread Mark Thomas
David Jencks wrote: > Since you are putting this in a separate jar, what would you think of > using a package name appropriate for the tomcat project, since these > classes are tomcat/jasper specific and not a product of apache as a whole? I think that would be a very good idea and I was thinking

URL Rewriting

2008-12-28 Thread Jim Manico
URL Rewriting is consider to be a significant security risk (session ID's get exposed in browser history, bookmarks, proxy servers and other server-side application logs). I would like to propose that we create a patch for Tomcat that allows URL Rewriting to be completely disabled via configuratio

DO NOT REPLY [Bug 46339] Recursive tag files with JspFragment attributes fails

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 46339] Recursive tag files with JspFragment attributes fails

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 --- Comment #2 from Mark Thomas 2008-12-28 15:16:20 PST --- Created an attachment (id=23055) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23055) Patch used for testing I have attached the patch I used for testing. It ena

Re: URL Rewriting

2008-12-28 Thread Mark Thomas
Jim Manico wrote: > URL Rewriting is consider to be a significant security risk (session > ID's get exposed in browser history, bookmarks, proxy servers and other > server-side application logs). > > I would like to propose that we create a patch for Tomcat that allows > URL Rewriting to be comple

svn commit: r729809 - in /tomcat/trunk/java/org/apache/catalina/realm: JDBCRealm.java LocalStrings.properties

2008-12-28 Thread markt
Author: markt Date: Sun Dec 28 15:46:49 2008 New Revision: 729809 URL: http://svn.apache.org/viewvc?rev=729809&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46298 Throw an exception if the driver doesn't support the supplied URL Based on a patch by Owen Jacobson Modified:

DO NOT REPLY [Bug 46298] JDBCRealm.open() throws NullPointerException if the specified driver doesn't handle the specified JDBC URL

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46298 --- Comment #1 from Mark Thomas 2008-12-28 15:49:35 PST --- Thanks for the patch. I have applied a variation to trunk and will propose it for 6.0.x The changes I made were: - test dbConnection for null rather than driver (which is alwa

svn commit: r729810 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-12-28 Thread markt
Author: markt Date: Sun Dec 28 15:49:39 2008 New Revision: 729810 URL: http://svn.apache.org/viewvc?rev=729810&view=rev Log: Propose fix for 46298 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU

DO NOT REPLY [Bug 46262] Undeploying context with %2F in it does not work

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46262 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 46261] Context with %2F in name causes tomcat crash on shutdown

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261 --- Comment #5 from Mark Thomas 2008-12-28 15:59:35 PST --- *** Bug 46262 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving thi

svn commit: r729812 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-12-28 Thread markt
Author: markt Date: Sun Dec 28 16:03:10 2008 New Revision: 729812 URL: http://svn.apache.org/viewvc?rev=729812&view=rev Log: Propose fix for 46261 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU

DO NOT REPLY [Bug 46261] Context with %2F in name causes tomcat crash on shutdown

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46261 --- Comment #6 from Mark Thomas 2008-12-28 16:03:37 PST --- I couldn't break my fix in my testing so I have proposed the fix for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

DO NOT REPLY [Bug 46223] FairBlockingQueue throws ArrayIndexOutOfBoundsException

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46223 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r729813 - /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/FairBlockingQueue.java

2008-12-28 Thread markt
Author: markt Date: Sun Dec 28 16:11:28 2008 New Revision: 729813 URL: http://svn.apache.org/viewvc?rev=729813&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46223 Throw NoSuchElementException if next() is called on the Iterator when hasNext()==false Modified: tomcat/t

svn commit: r729814 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-12-28 Thread markt
Author: markt Date: Sun Dec 28 16:15:49 2008 New Revision: 729814 URL: http://svn.apache.org/viewvc?rev=729814&view=rev Log: Propose fix for 42707 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU

DO NOT REPLY [Bug 42707] add host alias using jmx doesn't take affect until restart

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=42707 --- Comment #5 from Mark Thomas 2008-12-28 16:16:01 PST --- No-one commented so I have proposed the fix for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail b

svn commit: r729815 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/SimpleCoordinator.java webapps/docs/config/cluster-interceptor.xml

2008-12-28 Thread markt
Author: markt Date: Sun Dec 28 16:30:00 2008 New Revision: 729815 URL: http://svn.apache.org/viewvc?rev=729815&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=46223 Add a simple co-ordinator provided by Robert Newson Added: tomcat/trunk/java/org/apache/catalina/tribes/gr

svn commit: r729818 - /tomcat/tc6.0.x/trunk/STATUS.txt

2008-12-28 Thread markt
Author: markt Date: Sun Dec 28 16:36:36 2008 New Revision: 729818 URL: http://svn.apache.org/viewvc?rev=729818&view=rev Log: Propose fix for 45261 Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATU

DO NOT REPLY [Bug 46298] JDBCRealm.open() throws NullPointerException if the specified driver doesn't handle the specified JDBC URL

2008-12-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46298 --- Comment #2 from Owen Jacobson 2008-12-28 17:06:48 PST --- Thanks for catching the typo in the patch! Clearly, I fat-finger a lot of things. I18n is also a nice touch. -- Configure bugmail: https://issues.apache.org/bugzilla/us

svn commit: r729825 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11Processor.java webapps/docs/changelog.xml

2008-12-28 Thread billbarker
Author: billbarker Date: Sun Dec 28 19:12:16 2008 New Revision: 729825 URL: http://svn.apache.org/viewvc?rev=729825&view=rev Log: Make certain that classes are first loaded by trusted code when working in a sandbox. Remove vetoed proposal comment on proposal Modified: tomcat/tc6.0.x/trunk/

Denis LULLIER/Paris est absent(e).

2008-12-28 Thread dlullier
Je serai absent(e) du 29/12/2008 au 02/01/2009. Je répondrai à votre message dès mon retour. En cas d'urgence, vous pouvez contacter Christine Duhau JOUAN

Re: URL Rewriting

2008-12-28 Thread Jim Manico
Great, Mark, I'll add this as a bug and take it on. - Jim > Jim Manico wrote: > >> URL Rewriting is consider to be a significant security risk (session >> ID's get exposed in browser history, bookmarks, proxy servers and other >> server-side application logs). >> >> I would like to propose th

Arrays.copyOf support?

2008-12-28 Thread Peter Rossbach
Hi Filip or Mark, the Arrays.copyOf method are only support at java 6. Please change the following implementation at tomcat 6 trunk: compile: [javac] Compiling 182 source files to xxx/tomcat6currenttrunk/ output/classes [javac] xxx/tomcat6currenttrunk/java/org/apache/catalina/tribes/

systemprop.xml and spaces

2008-12-28 Thread Peter Rossbach
Hi Mark, Why some attributes at systemprop.xml has spaces? Regards Peter

Bug report for Tomcat 3 [2008/12/28]

2008-12-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Watchdog [2008/12/28]

2008-12-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 4 [2008/12/28]

2008-12-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 5 [2008/12/28]

2008-12-28 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned