DO NOT REPLY [Bug 47554] New: o.a.c.h.s.JvmRouteBinderValve doesn't set HttpOnly flag to session Cookie.

2009-07-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47554 Summary: o.a.c.h.s.JvmRouteBinderValve doesn't set HttpOnly flag to session Cookie. Product: Tomcat 6 Version: 6.0.20 Platform: All OS/Version: All Status: NE

DO NOT REPLY [Bug 47554] o.a.c.h.s.JvmRouteBinderValve doesn't set HttpOnly flag to session Cookie.

2009-07-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47554 --- Comment #1 from Keiichi Fujino 2009-07-21 03:19:52 PST --- Created an attachment (id=24013) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24013) JvmRouteBinderValve For Tomcat6_trunk This patch for Tomcat6(tomcat/tc6

DO NOT REPLY [Bug 47554] o.a.c.h.s.JvmRouteBinderValve doesn't set HttpOnly flag to session Cookie.

2009-07-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47554 --- Comment #2 from Keiichi Fujino 2009-07-21 03:20:51 PST --- Created an attachment (id=24014) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24014) JvmRouteBinderValve For Tomcat_trunk This patch for Tomcat7 or later (t

Re: svn commit: r796162 - /tomcat/trunk/java/org/apache/catalina/connector/AsyncContextImpl.java

2009-07-21 Thread Konstantin Kolinko
2009/7/21 : > Author: markt > Date: Tue Jul 21 06:45:24 2009 > New Revision: 796162 > > URL: http://svn.apache.org/viewvc?rev=796162&view=rev > Log: > Mac compiler doesn't like @Override on methods implementing an interface. > > Modified: >    tomcat/trunk/java/org/apache/catalina/connector/AsyncC

svn commit: r796284 - /tomcat/trunk/java/org/apache/catalina/connector/AsyncContextImpl.java

2009-07-21 Thread fhanik
Author: fhanik Date: Tue Jul 21 13:11:04 2009 New Revision: 796284 URL: http://svn.apache.org/viewvc?rev=796284&view=rev Log: We can call dispatch after we dispatched. Modified: tomcat/trunk/java/org/apache/catalina/connector/AsyncContextImpl.java Modified: tomcat/trunk/java/org/apache/cata

svn commit: r796285 - /tomcat/trunk/modules/jdbc-pool/.classpath

2009-07-21 Thread fhanik
Author: fhanik Date: Tue Jul 21 13:13:10 2009 New Revision: 796285 URL: http://svn.apache.org/viewvc?rev=796285&view=rev Log: remove not used classpath entries in the default setting Modified: tomcat/trunk/modules/jdbc-pool/.classpath Modified: tomcat/trunk/modules/jdbc-pool/.classpath URL:

[Tomcat Wiki] Update of "TomcatTrackUs09" by JeanFredericClere

2009-07-21 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The following page has been changed by JeanFredericClere: http://wiki.apache.org/tomcat/TomcatTrackUs09 The comment on the change is: Wenesday keynote is in the morning ---

svn commit: r796361 - /tomcat/trunk/modules/jdbc-pool/build.xml

2009-07-21 Thread fhanik
Author: fhanik Date: Tue Jul 21 16:19:34 2009 New Revision: 796361 URL: http://svn.apache.org/viewvc?rev=796361&view=rev Log: Allow to run perf test as a one off Modified: tomcat/trunk/modules/jdbc-pool/build.xml Modified: tomcat/trunk/modules/jdbc-pool/build.xml URL: http://svn.apache.org

svn commit: r796362 - /tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

2009-07-21 Thread fhanik
Author: fhanik Date: Tue Jul 21 16:20:11 2009 New Revision: 796362 URL: http://svn.apache.org/viewvc?rev=796362&view=rev Log: Document Linux performance/overhead of using multi lock mechanism Modified: tomcat/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Modified: tomcat/trunk/modules/jdbc-pool/

svn commit: r796426 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml

2009-07-21 Thread rjung
Author: rjung Date: Tue Jul 21 18:18:56 2009 New Revision: 796426 URL: http://svn.apache.org/viewvc?rev=796426&view=rev Log: Remove duplicate "errors" line in status worker property view of AJP13 workers that are part of a load balancer. Modified: tomcat/connectors/trunk/jk/native/common/jk_s

svn commit: r796575 - in /tomcat/trunk/java/org/apache/catalina/connector: AsyncContextImpl.java Request.java

2009-07-21 Thread fhanik
Author: fhanik Date: Tue Jul 21 23:05:47 2009 New Revision: 796575 URL: http://svn.apache.org/viewvc?rev=796575&view=rev Log: Reorder the start sequence Modified: tomcat/trunk/java/org/apache/catalina/connector/AsyncContextImpl.java tomcat/trunk/java/org/apache/catalina/connector/Request.

Re: svn commit: r796162 - /tomcat/trunk/java/org/apache/catalina/connector/AsyncContextImpl.java

2009-07-21 Thread Filip Hanik - Dev Lists
huh? I thought in Java 6 this should work everywhere it sure does for me On 07/21/2009 12:45 AM, ma...@apache.org wrote: Author: markt Date: Tue Jul 21 06:45:24 2009 New Revision: 796162 URL: http://svn.apache.org/viewvc?rev=796162&view=rev Log: Mac compiler doesn't like @Override on methods

svn commit: r796592 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/JvmRouteBinderValve.java

2009-07-21 Thread kkolinko
Author: kkolinko Date: Wed Jul 22 00:49:47 2009 New Revision: 796592 URL: http://svn.apache.org/viewvc?rev=796592&view=rev Log: Rewrite (reword) the Javadoc comment for JvmRouteBinderValve class. It is backport of rev.795458 from 6.0 Modified: tomcat/container/tc5.5.x/modules/cluster/src/sha

Re: JDBC-POOL release candidate

2009-07-21 Thread sebb
On 14/07/2009, Filip Hanik - Dev Lists wrote: > think it should be all in order now > > http://people.apache.org/~fhanik/jdbc-pool/v1.0.6/ Eclipse and Findbugs show the following warnings for the non-test code: Description ResourcePathTypeLocation Class is a raw type. Refere