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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=53050
Andras Rozsa changed:
What|Removed |Added
CC||andras_ro...@yahoo.com
--
Configur
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
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
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
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
> 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
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
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
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?
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
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
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
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:
15 matches
Mail list logo