RE: Bug 1006 not fixed in 3.2.2b3

2001-04-15 Thread Marc Saegesser
I took a quick look before and thought I saw timeout handling already in the ajp handler. > -Original Message- > From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 15, 2001 6:38 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Bug 1006 not fixed in 3.2.2b3

RE: Bug 1006 not fixed in 3.2.2b3

2001-04-15 Thread GOMEZ Henri
The fix was just for the native HTTP connector and didn't cover ajp12/ajp13. We could certainly add the same type of code in ajp12 but with a more little timeout (30 seconds) - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

RE: mod_webapp help!

2001-04-15 Thread GOMEZ Henri
I didn't have much more luck with gcc on my Redhat 6.2 system. mod_webapp in the distro is just incomplete. It was compiling on previous release 4.0b1 but no more with recent. Wait for Pier to fix it - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .)

RE: mod_webapp, mod_jk etc.

2001-04-15 Thread GOMEZ Henri
mod_jk should be compiled statically in Apache but nobody asked for that feature previously since mod_jk as still not the maturity of other well known modules like mod_index. A feature which may be added to mod_jk, but I'd like to see before autoconf stuff added :) - Henri Gomez

RE: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionIdGenerator.java

2001-04-15 Thread Doug Barnes
> I'm aware of /dev/urandom being non-blocking, but my understanding of > /dev/urandom is that it is not cryptographicaly secure. ... > Any thoughts on that? [perhaps more thoughts than anyone here cares to hear, but what the heck] You only have so much entropy that's available on a given mac

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session LocalStrings.properties

2001-04-15 Thread kief
kief01/04/15 03:50:04 Modified:catalina/src/share/org/apache/catalina/session LocalStrings.properties Log: Moved error messages for loading/unloading sessions from core (StandardContext) to here (StandardManager). Revision ChangesPath 1.6

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session StandardManager.java

2001-04-15 Thread kief
kief01/04/15 03:48:55 Modified:catalina/src/share/org/apache/catalina/session StandardManager.java Log: Moved session loading/unloading to the start/stop methods from StandardContext. Also commented out the requirement that the session serialization f

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java LocalStrings.properties

2001-04-15 Thread kief
kief01/04/15 03:45:28 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java LocalStrings.properties Log: Removed code to load sessions on start or restart - this code has been moved to the Manager start method. Revision Changes

Re: cvs commit: jakarta-tomcat/src/share/org/apache/tomcat/modules/session SessionIdGenerator.java

2001-04-15 Thread Bojan Smojver
Doug Barnes wrote: > The answer to these arguments are: use /dev/urandom, not > /dev/random. It's going to do as good or better than anything > you're going to seed with /dev/random, and IT WILL NOT BLOCK. > > I may be wrong (I'm just starting to poke around in related > code) but it doesn't loo

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/session PersistentManagerBase.java PersistentManager.java

2001-04-15 Thread kief
kief01/04/15 02:33:27 Modified:catalina/src/share/org/apache/catalina/session PersistentManager.java Added: catalina/src/share/org/apache/catalina/session PersistentManagerBase.java Log: Refactored PersistentManager, moving

cvs commit: jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/core StandardContext.java

2001-04-15 Thread kief
kief01/04/15 02:27:56 Modified:catalina/src/share/org/apache/catalina/core StandardContext.java Log: Removed code to save sessions on restart or shutdown: this should be done in the Manager stop method. Revision ChangesPath 1.52 +4 -20