svn commit: r1036792 - in /tomcat/trunk: java/org/apache/catalina/util/ContextName.java test/org/apache/catalina/util/TestContextName.java

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 10:33:54 2010 New Revision: 1036792 URL: http://svn.apache.org/viewvc?rev=1036792&view=rev Log: Add displayName to ContextName Fix some bugs in ContextName constructors Add a test case for ContextName Added: tomcat/trunk/test/org/apache/catalina/util/TestContext

svn commit: r1036828 - in /tomcat/trunk: java/org/apache/catalina/manager/HTMLManagerServlet.java java/org/apache/catalina/manager/ManagerServlet.java webapps/manager/WEB-INF/jsp/sessionDetail.jsp web

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 12:55:27 2010 New Revision: 1036828 URL: http://svn.apache.org/viewvc?rev=1036828&view=rev Log: Changes to Manager and HTML Manager to support parallel deployment Modified: tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java tomcat/trunk/ja

svn commit: r1036882 - in /tomcat/trunk/java/org/apache/catalina/ha/session: JvmRouteBinderValve.java JvmRouteSessionIDBinderListener.java SessionIDMessage.java

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 15:00:32 2010 New Revision: 1036882 URL: http://svn.apache.org/viewvc?rev=1036882&view=rev Log: Parallel deployment One more place where contexy.getPath() needs to be replaced with context.getName() Modified: tomcat/trunk/java/org/apache/catalina/ha/session/Jvm

svn commit: r1036918 - in /tomcat/trunk: java/org/apache/catalina/core/ContainerBase.java webapps/docs/changelog.xml

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 16:20:09 2010 New Revision: 1036918 URL: http://svn.apache.org/viewvc?rev=1036918&view=rev Log: The 60s timeout waiting for session info from other nodes will block processing of all cluster messages. As well as lost session updates, this can result in lost session

svn commit: r1036949 - in /tomcat/trunk: java/org/apache/catalina/connector/ java/org/apache/tomcat/util/http/mapper/ test/org/apache/tomcat/util/http/mapper/ webapps/docs/ webapps/docs/config/

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 17:18:04 2010 New Revision: 1036949 URL: http://svn.apache.org/viewvc?rev=1036949&view=rev Log: Add the final component of parallel deployment Modified: tomcat/trunk/java/org/apache/catalina/connector/CoyoteAdapter.java tomcat/trunk/java/org/apache/catalina/

DO NOT REPLY [Bug 50303] New: typo, improvements to Tomcat 6 doc

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50303 Summary: typo, improvements to Tomcat 6 doc Product: Tomcat 6 Version: unspecified Platform: PC Status: NEW Severity: normal Priority: P2 Component: Document

svn commit: r1036969 - in /tomcat/trunk: java/org/apache/jasper/compiler/Parser.java test/org/apache/jasper/compiler/TestParser.java test/webapp-3.0/WEB-INF/tags/bug49297.tag test/webapp-3.0/bug49nnn/

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 18:21:29 2010 New Revision: 1036969 URL: http://svn.apache.org/viewvc?rev=1036969&view=rev Log: Additional fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=49297 Handle tag directives in a similar manner to page directives Added: tomcat/trunk/test/weba

DO NOT REPLY [Bug 49297] Whitespace absence is allowed before attribute name in a custom tag

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49297 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 50303] typo, improvements to Tomcat 6 doc

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50303 Tilman Hausherr changed: What|Removed |Added URL||http://tomcat.apache.org/to

DO NOT REPLY [Bug 50303] typo, improvements to Tomcat 6 doc

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50303 Mark Thomas changed: What|Removed |Added Severity|enhancement |normal --- Comment #1 from Mark Thom

svn commit: r1036972 - in /tomcat/trunk: java/javax/el/CompositeELResolver.java webapps/docs/changelog.xml

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 18:31:17 2010 New Revision: 1036972 URL: http://svn.apache.org/viewvc?rev=1036972&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50293 Increase default resolver array size. (Jasper adds 5 resolvers.) Modified: tomcat/trunk/java/javax/el/Com

DO NOT REPLY [Bug 50293] javax.el.CompositeELResolver synchronization issue

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

svn commit: r1036975 - in /tomcat/trunk/webapps/docs: changelog.xml jndi-resources-howto.xml

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 18:49:11 2010 New Revision: 1036975 URL: http://svn.apache.org/viewvc?rev=1036975&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50303 Update JavaMail download location JAF is included in Java SE 6 Modified: tomcat/trunk/webapps/docs/change

svn commit: r1036976 - in /tomcat/tc6.0.x/trunk/webapps/docs: changelog.xml jndi-resources-howto.xml

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 18:49:40 2010 New Revision: 1036976 URL: http://svn.apache.org/viewvc?rev=1036976&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50303 Update JavaMail and JAF download locations JAF is included in Java SE 6 Modified: tomcat/tc6.0.x/trunk/we

DO NOT REPLY [Bug 50303] typo, improvements to Tomcat 6 doc

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

svn commit: r1036981 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/jni/Error.java

2010-11-19 Thread markt
Author: markt Date: Fri Nov 19 19:01:34 2010 New Revision: 1036981 URL: http://svn.apache.org/viewvc?rev=1036981&view=rev Log: Additional info for https://issues.apache.org/bugzilla/show_bug.cgi?id=50273 Add the error number to the message Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat

DO NOT REPLY [Bug 50273] AprEndpoint logs socket accept fails altough error is harmless

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50273 Mark Thomas changed: What|Removed |Added Component|Native:Integration |Connectors --- Comment #1 from Mark

DO NOT REPLY [Bug 50304] New: ISAPI connector isn't passing cookie when changing directories.

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50304 Summary: ISAPI connector isn't passing cookie when changing directories. Product: Tomcat Connectors Version: 1.2.30 Platform: PC Status: NEW Severity: norma

DO NOT REPLY [Bug 50273] AprEndpoint logs socket accept fails altough error is harmless

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50273 --- Comment #2 from Mark Thomas 2010-11-19 14:43:32 EST --- Hmm. The error code is indeed 233 but the HP-UX folks have re-used an existing error code that can also a genuine error has occurred. Therefore, we can't ignore this universally si

DO NOT REPLY [Bug 50282] Reference from javax.security.auth.login.LoginContext.contextClassLoader initalized in static code block prevents an undeployed Web application from being garbage collected (s

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50282 --- Comment #4 from Justin Almquist 2010-11-19 16:19:34 EST --- I don't have a sample webapp, however this article describes exactly how we setup our authentication mechanism using JAAS: http://download.oracle.com/javase/1.4.2/docs/guide/

DO NOT REPLY [Bug 50273] AprEndpoint logs socket accept fails altough error is harmless

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50273 --- Comment #3 from Michael Osipov <1983-01...@gmx.net> 2010-11-19 16:37:58 EST --- Mark, if I can assist somehow, please let me now. I am running 6.0.x only. I can recompile a patched libtcnative and see if this works and a modified tomca

DO NOT REPLY [Bug 50305] New: Provide an option to disable session tracking with URL

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50305 Summary: Provide an option to disable session tracking with URL Product: Tomcat 7 Version: 7.0.4 Platform: All OS/Version: All Status: NEW Severity: enhancement

DO NOT REPLY [Bug 50305] Provide an option to disable session tracking with URL

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50305 --- Comment #1 from sylvain.laur...@gmail.com 2010-11-19 18:00:12 EST --- Created an attachment (id=26322) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26322) Patch for tc7 Proposed patch for tc7. Note that this feature is no

DO NOT REPLY [Bug 50306] New: Detect stuck threads

2010-11-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50306 Summary: Detect stuck threads Product: Tomcat 7 Version: 7.0.4 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component