DO NOT REPLY [Bug 48685] Spnego Support in Tomcat

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48685 --- Comment #14 from ashish.j...@in.ibm.com 2010-04-22 03:38:51 EDT --- Regarding your question Step 5 of Spnego, in most of the cases the size of the Spnego token will be less that 4 KB however in case it goes over and above 4KB,

svn commit: r936640 - /tomcat/trunk/java/org/apache/naming/resources/ImmutableNameNotFoundException.java

2010-04-22 Thread markt
Author: markt Date: Thu Apr 22 07:59:21 2010 New Revision: 936640 URL: http://svn.apache.org/viewvc?rev=936640view=rev Log: Fix typo in overridden method name Modified: tomcat/trunk/java/org/apache/naming/resources/ImmutableNameNotFoundException.java Modified:

svn commit: r936641 - /tomcat/trunk/java/org/apache/naming/resources/ImmutableNameNotFoundException.java

2010-04-22 Thread markt
Author: markt Date: Thu Apr 22 08:00:26 2010 New Revision: 936641 URL: http://svn.apache.org/viewvc?rev=936641view=rev Log: Fix Eclipse warnings Modified: tomcat/trunk/java/org/apache/naming/resources/ImmutableNameNotFoundException.java Modified:

svn commit: r936642 - /tomcat/trunk/java/org/apache/naming/resources/package.html

2010-04-22 Thread markt
Author: markt Date: Thu Apr 22 08:02:14 2010 New Revision: 936642 URL: http://svn.apache.org/viewvc?rev=936642view=rev Log: typos Modified: tomcat/trunk/java/org/apache/naming/resources/package.html Modified: tomcat/trunk/java/org/apache/naming/resources/package.html URL:

svn commit: r936646 - in /tomcat/trunk/java/org/apache: catalina/ catalina/core/ catalina/startup/ naming/resources/

2010-04-22 Thread markt
Author: markt Date: Thu Apr 22 08:13:08 2010 New Revision: 936646 URL: http://svn.apache.org/viewvc?rev=936646view=rev Log: Add support for loading static resources from /META-INF/resources inside JARs bundled with a web application Modified:

svn commit: r936651 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2010-04-22 Thread markt
Author: markt Date: Thu Apr 22 08:33:53 2010 New Revision: 936651 URL: http://svn.apache.org/viewvc?rev=936651view=rev Log: Update Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt URL:

svn commit: r936655 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ha/session/BackupManager.java webapps/docs/changelog.xml

2010-04-22 Thread kfujino
Author: kfujino Date: Thu Apr 22 08:46:58 2010 New Revision: 936655 URL: http://svn.apache.org/viewvc?rev=936655view=rev Log: Fixed for BZ49151. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/BackupManager.java

DO NOT REPLY [Bug 46350] Maven repository should contain source bundles

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46350 --- Comment #3 from Marc Guillemot mguille...@yahoo.fr 2010-04-22 04:47:52 EDT --- No reaction since 1 1/2 year! Does it mean that Tomcat committers are not interested by this very simple way to promote Tomcat sources? Personally I think

DO NOT REPLY [Bug 49151] ClassCastException in BackupManager#stopInternal.

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49151 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

Memory leak detection and JVMTI

2010-04-22 Thread Rainer Jung
Just a short note: I stumbled over the ForceGarbageCollection JVMTI function today. It reliably triggers a full GC and the call only returns after having run the GC. It will do so, even when System.gc() is disabled. It looks like it doesn't respect ExplicitGCInvokesConcurrent, so it will

svn commit: r936723 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2010-04-22 Thread markt
Author: markt Date: Thu Apr 22 10:06:06 2010 New Revision: 936723 URL: http://svn.apache.org/viewvc?rev=936723view=rev Log: Complete review of spec. One additional requirement Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt URL:

DO NOT REPLY [Bug 49132] JNDI not working

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49132 --- Comment #2 from Alvin alvins1...@hotmail.com 2010-04-22 06:29:01 EDT --- Created an attachment (id=25331) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25331) Webapp test src -- Configure bugmail:

DO NOT REPLY [Bug 49132] JNDI not working

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49132 --- Comment #3 from Alvin alvins1...@hotmail.com 2010-04-22 06:31:03 EDT --- Created an attachment (id=25332) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25332) Test war file showing issue -- Configure bugmail:

DO NOT REPLY [Bug 49132] JNDI not working

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49132 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 49170] New: Transmission of duplicated session in DeltaManager#handleGET_ALL_SESSIONS.

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49170 Summary: Transmission of duplicated session in DeltaManager#handleGET_ALL_SESSIONS. Product: Tomcat 7 Version: unspecified Platform: All OS/Version: All

svn commit: r936777 - /tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java

2010-04-22 Thread kfujino
Author: kfujino Date: Thu Apr 22 10:57:55 2010 New Revision: 936777 URL: http://svn.apache.org/viewvc?rev=936777view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49170 Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java Modified:

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

2010-04-22 Thread kfujino
Author: kfujino Date: Thu Apr 22 11:05:57 2010 New Revision: 936779 URL: http://svn.apache.org/viewvc?rev=936779view=rev Log: Proposal for BZ49170. Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r936780 - /tomcat/tc5.5.x/trunk/STATUS.txt

2010-04-22 Thread kfujino
Author: kfujino Date: Thu Apr 22 11:06:46 2010 New Revision: 936780 URL: http://svn.apache.org/viewvc?rev=936780view=rev Log: Proposal for BZ49170. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 49170] Transmission of duplicated session in DeltaManager#handleGET_ALL_SESSIONS.

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49170 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added Component|Cluster |Cluster

DO NOT REPLY [Bug 49171] New: Avoid raw type warning in TagSupport

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49171 Summary: Avoid raw type warning in TagSupport Product: Tomcat 7 Version: trunk Platform: PC OS/Version: Windows XP Status: NEW Severity: enhancement

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

2010-04-22 Thread kfujino
Author: kfujino Date: Thu Apr 22 11:47:41 2010 New Revision: 936794 URL: http://svn.apache.org/viewvc?rev=936794view=rev Log: Vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

svn commit: r936819 - /tomcat/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml

2010-04-22 Thread rjung
Author: rjung Date: Thu Apr 22 13:00:11 2010 New Revision: 936819 URL: http://svn.apache.org/viewvc?rev=936819view=rev Log: Expose properties of VirtualWebappLoader and WebappClassLoader via JMX. Modified: tomcat/trunk/java/org/apache/catalina/loader/mbeans-descriptors.xml Modified:

svn commit: r936823 - in /tomcat/trunk: java/org/apache/catalina/loader/WebappClassLoader.java java/org/apache/catalina/loader/WebappLoader.java java/org/apache/catalina/loader/mbeans-descriptors.xml

2010-04-22 Thread rjung
Author: rjung Date: Thu Apr 22 13:08:01 2010 New Revision: 936823 URL: http://svn.apache.org/viewvc?rev=936823view=rev Log: Add property searchExternalFirst to WebappLoader: if set the external repositories will be searched before the WEB-INF ones. Default (false) is unchanged behaviour. Expose

svn commit: r936825 - in /tomcat/trunk/java/org/apache/catalina/loader: VirtualWebappLoader.java mbeans-descriptors.xml

2010-04-22 Thread rjung
Author: rjung Date: Thu Apr 22 13:11:24 2010 New Revision: 936825 URL: http://svn.apache.org/viewvc?rev=936825view=rev Log: Expose the new WebappLoader flag in the VirtualWebappLoader, but allow alternative name searchVirtualFirst to make it consistent with the virtual terminology. Now you can

svn commit: r936837 - /tomcat/trunk/webapps/docs/config/loader.xml

2010-04-22 Thread rjung
Author: rjung Date: Thu Apr 22 13:27:38 2010 New Revision: 936837 URL: http://svn.apache.org/viewvc?rev=936837view=rev Log: Add docs about VirtualWebappLoader. Modified: tomcat/trunk/webapps/docs/config/loader.xml Modified: tomcat/trunk/webapps/docs/config/loader.xml URL:

svn commit: r936840 - /tomcat/trunk/webapps/docs/changelog.xml

2010-04-22 Thread rjung
Author: rjung Date: Thu Apr 22 13:36:03 2010 New Revision: 936840 URL: http://svn.apache.org/viewvc?rev=936840view=rev Log: Update changelog. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL:

svn commit: r936892 - /tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java

2010-04-22 Thread rjung
Author: rjung Date: Thu Apr 22 15:14:11 2010 New Revision: 936892 URL: http://svn.apache.org/viewvc?rev=936892view=rev Log: Respect configurable search order in getURLs(). Modified: tomcat/trunk/java/org/apache/catalina/loader/WebappClassLoader.java Modified:

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

2010-04-22 Thread kkolinko
Author: kkolinko Date: Thu Apr 22 15:33:03 2010 New Revision: 936898 URL: http://svn.apache.org/viewvc?rev=936898view=rev Log: add release date for 5.5.29 Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml

svn commit: r936900 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2010-04-22 Thread kkolinko
Author: kkolinko Date: Thu Apr 22 15:36:01 2010 New Revision: 936900 URL: http://svn.apache.org/viewvc?rev=936900view=rev Log: Arrange alphabetically Modified: tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/whoweare.xml Modified: tomcat/site/trunk/docs/whoweare.html URL:

svn commit: r936948 - in /tomcat/site/trunk: docs/bugreport.html docs/lists.html xdocs/bugreport.xml xdocs/lists.xml

2010-04-22 Thread kkolinko
Author: kkolinko Date: Thu Apr 22 16:38:23 2010 New Revision: 936948 URL: http://svn.apache.org/viewvc?rev=936948view=rev Log: bugreport.html: Remove search links for the mailing lists from the bugreport page. The lists.html page provides more recent links for that. Update the Recently fixed

DO NOT REPLY [Bug 49028] Include a more explicit section on patch submission

2010-04-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49028 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|NEW

svn commit: r936982 - /tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl

2010-04-22 Thread kkolinko
Author: kkolinko Date: Thu Apr 22 17:42:32 2010 New Revision: 936982 URL: http://svn.apache.org/viewvc?rev=936982view=rev Log: Replace spaces with underscore in HTML anchor names. To preserve compatibility each (sub)section will now generate two anchors: the old one and the new one, if they

svn commit: r937059 - in /tomcat: tc5.5.x/trunk/STATUS.txt tc6.0.x/trunk/STATUS.txt

2010-04-22 Thread kkolinko
Author: kkolinko Date: Thu Apr 22 20:56:54 2010 New Revision: 937059 URL: http://svn.apache.org/viewvc?rev=937059view=rev Log: vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: