Bug report for Taglibs [2012/11/04]

2012-11-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 7 [2012/11/04]

2012-11-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Modules [2012/11/04]

2012-11-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Connectors [2012/11/04]

2012-11-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat 6 [2012/11/04]

2012-11-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Bug report for Tomcat Native [2012/11/04]

2012-11-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

[GUMP@vmgump]: Project tomcat-taglibs-standard (in module tomcat-taglibs) failed

2012-11-04 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project tomcat-taglibs-standard has an issue affecting its community integration.

[Bug 54076] SPNEGO authenticator's stateless-ness incompatible with stateful clients

2012-11-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54076 --- Comment #5 from Michael Osipov <1983-01...@gmx.net> --- (In reply to comment #4) > There is one work-around already available. Set alwaysUseSession on the > Authenticator Valve. This isn't even a workaround for me. You cannot guarantee

[Bug 54096] New: env-entry rejects legal types

2012-11-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54096 Priority: P2 Bug ID: 54096 Assignee: dev@tomcat.apache.org Summary: env-entry rejects legal types Severity: normal Classification: Unclassified OS: Linux Repo

[Bug 54096] env-entry rejects legal types

2012-11-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54096 Mark Thornton changed: What|Removed |Added CC||mthorn...@optrak.com -- You are r

[Bug 54076] SPNEGO authenticator's stateless-ness incompatible with stateful clients

2012-11-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54076 --- Comment #6 from Mark Thomas --- (In reply to comment #5) > (In reply to comment #4) > > There is one work-around already available. Set alwaysUseSession on the > > Authenticator Valve. > > This isn't even a workaround for me. You canno

Re: About Module Development

2012-11-04 Thread Mark Thomas
On 04/11/2012 19:35, Mayur Patil wrote: > Hi there, > > Greetings !! > > I want to ask if I am going to develop a module of Tomcat , > > how would I come to know lifetime/duration the module in which > > it can be developed !! Plz guide !! > > Thank you !! > Please do not cross-post. Please

svn commit: r1405676 - /tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

2012-11-04 Thread markt
Author: markt Date: Sun Nov 4 23:56:31 2012 New Revision: 1405676 URL: http://svn.apache.org/viewvc?rev=1405676&view=rev Log: Follow-up to HTTP parser changes Modified: tomcat/trunk/java/org/apache/catalina/security/SecurityClassLoad.java Modified: tomcat/trunk/java/org/apache/catalina/secu

svn commit: r1405677 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/security/SecurityClassLoad.java

2012-11-04 Thread markt
Author: markt Date: Sun Nov 4 23:57:42 2012 New Revision: 1405677 URL: http://svn.apache.org/viewvc?rev=1405677&view=rev Log: Follow-up to HTTP parser changes Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/security/SecurityClassLoad.java

svn commit: r1405681 - in /tomcat/trunk/java/org/apache/catalina/tribes/transport: ReceiverBase.java nio/NioReceiver.java

2012-11-04 Thread markt
Author: markt Date: Mon Nov 5 00:20:24 2012 New Revision: 1405681 URL: http://svn.apache.org/viewvc?rev=1405681&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54086 Ensure only a single thread tries to close the selector. Prior to this change both the NioReceiverThread and

svn commit: r1405682 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/tribes/transport/ReceiverBase.java java/org/apache/catalina/tribes/transport/nio/NioReceiver.java webapps/docs/changelog.xm

2012-11-04 Thread markt
Author: markt Date: Mon Nov 5 00:25:03 2012 New Revision: 1405682 URL: http://svn.apache.org/viewvc?rev=1405682&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54086 Ensure only a single thread tries to close the selector. Prior to this change both the NioReceiverThread and

[Bug 54086] ConcurrentModificationException in NioReceiver on shutdown

2012-11-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=54086 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---