[GUMP@vmgump]: Project tomcat-trunk-test (in module tomcat-trunk) failed

2012-04-09 Thread Bill Barker
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-trunk-test has an issue affecting its community integration. This i

[GUMP@vmgump]: Project tomcat-tc7.0.x-test (in module tomcat-7.0.x) failed

2012-04-09 Thread Bill Barker
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-tc7.0.x-test has an issue affecting its community integration. This

DO NOT REPLY [Bug 53050] org.apache.catalina.session.ManagerBase has issues with update the seed (initialized to System.currentTimeMillis()), since only the 32 least significant bits are changed by th

2012-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53050 Andras Rozsa changed: What|Removed |Added CC||andras_ro...@yahoo.com -- Configur

DO NOT REPLY [Bug 53050] New: org.apache.catalina.session.ManagerBase has issues with update the seed (initialized to System.currentTimeMillis()), since only the 32 least significant bits are changed

2012-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53050 Bug #: 53050 Summary: org.apache.catalina.session.ManagerBase has issues with update the seed (initialized to System.currentTimeMillis()), since only the 32 least

DO NOT REPLY [Bug 53024] Accessing Servlet while Reloading context gives 404 error

2012-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53024 --- Comment #6 from Karl Penney 2012-04-09 18:07:46 UTC --- It shouldn't reject requests while the context is being reloaded. The StandardContextValve waits for the reload to complete, but by that point it can be too late since the request

Re: Tomcat 6 org.apache.catalina.session.ManagerBase issue

2012-04-09 Thread Andras Rozsa
Dear Chris, You missed my point. I've tested that code. So, the seed itself is a long (first it is System.currentTimeMillis() - that means the most significant bits don't change because of its nature.) The left-shifts with 8 bits and the XOR would achieve to "update" all the bits of the seed v

Re: Tomcat 6 org.apache.catalina.session.ManagerBase issue

2012-04-09 Thread Christopher Schultz
Chuck, On 4/9/12 1:23 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Tomcat 6 org.apache.catalina.session.ManagerBase issue > >> Line 567: long update = ((byte) entropy[i]) << ((i % 8) * 8); > >> 2. 'i' is reduced by the modulu

RE: Tomcat 6 org.apache.catalina.session.ManagerBase issue

2012-04-09 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat 6 org.apache.catalina.session.ManagerBase issue > Line 567: long update = ((byte) entropy[i]) << ((i % 8) * 8); > 2. 'i' is reduced by the modulus operator to 0..7 And then multiplied by 8. > 3. Thus, the v

Re: Tomcat 6 org.apache.catalina.session.ManagerBase issue

2012-04-09 Thread Christopher Schultz
All, On 4/9/12 1:18 PM, Christopher Schultz wrote: > In trunk (pre-6.0.36), the line of code is o.a.c.session.ManagerBase:583. Excuse me, I meant to say "6.0.x/trunk", not "trunk". This code doesn't exist at all in current "trunk". -chris signature.asc Description: OpenPGP digital signature

Re: Tomcat 6 org.apache.catalina.session.ManagerBase issue

2012-04-09 Thread Christopher Schultz
Andras, On 4/8/12 10:04 PM, Andras Rozsa wrote: > Tomcat Developers, > > I am a UCCS student and the project I have been working on is related > to session ID generation. > > I have checked the source code of Tomcat 6 (6.0.24) and I think I > have found a mistake. > > Line 567: long update = ((b

DO NOT REPLY [Bug 53047] JDBCRealm allRolesMode="authOnly" still needs role table

2012-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53047 --- Comment #1 from Christopher Schultz 2012-04-09 16:39:18 UTC --- So if you don't provide a userRoleTable, what do you get? NPE? SQLException? Are you using "*" as the user role in your ? If so, what do you have "allRolesMode" set to?

DO NOT REPLY [Bug 53024] Accessing Servlet while Reloading context gives 404 error

2012-04-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53024 --- Comment #5 from Christopher Schultz 2012-04-09 16:28:16 UTC --- (In reply to comment #4) > The problem seems to be that the wrappers (servlets) are unregistered from the > context as part of the stop process. If a request comes in befo

buildbot failure in ASF Buildbot on tomcat-7-trunk

2012-04-09 Thread buildbot
The Buildbot has detected a new failure on builder tomcat-7-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/tomcat-7-trunk/builds/531 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: bb-vm_ubuntu Build Reason: scheduler Build Source

svn commit: r1311213 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/startup/Bootstrap.java

2012-04-09 Thread markt
Author: markt Date: Mon Apr 9 12:43:16 2012 New Revision: 1311213 URL: http://svn.apache.org/viewvc?rev=1311213&view=rev Log: Fix comment Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/startup/Bootstrap.java Propchange: tomcat/tc7.0.x/tru

svn commit: r1311212 - /tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java

2012-04-09 Thread markt
Author: markt Date: Mon Apr 9 12:42:42 2012 New Revision: 1311212 URL: http://svn.apache.org/viewvc?rev=1311212&view=rev Log: Fix comment Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java Modified: tomcat/trunk/java/org/apache/catalina/startup/Bootstrap.java URL: http: