Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Mladen Turk
Filip Hanik - Dev Lists wrote: Let's keep SSLEngine: it's explicit, and it works. not really, this wouldn't work protocol="org.apache.coyote.http11.Http11AprProtocol" SSLEngine="oneengine"/> protocol="org.apache.coyote.http11.Http11AprProtocol" SSLEngine="otherengine"/> Fully valid configur

DO NOT REPLY [Bug 38048] - Classloader leak caused by EL evaluation

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40792] - 500 error from Tomcat causes modjk lb worker to consider tomcat unusable for timeout period

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: TC 6.0 TCK

2006-10-18 Thread Filip Hanik - Dev Lists
much thanks! Yoav Shapira wrote: I don't have them. You don't need to sign antoher agreement I think. You do simply need to ask Geir ([EMAIL PROTECTED], our JCP liaison) for a copy, assuming these TCKs already exist, and he will get it for you. Yoav On 10/18/06, Filip Hanik - Dev Lists <[EMAI

DO NOT REPLY [Bug 40793] - Documentation Errors: Tomcat Connector: Apache HowTo: Installation: Using Tomcat auto-configure

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40793] New: - Documentation Errors: Tomcat Connector: Apache HowTo: Installation: Using Tomcat auto-configure

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40792] New: - 500 error from Tomcat causes modjk lb worker to consider tomcat unusable for timeout period

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r465418 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2006-10-18 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: is this existent in 6.0 as well? It's possible there are leaks, but we'll have to find them, as the implementation is completely different. Rémy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: svn commit: r465418 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2006-10-18 Thread Filip Hanik - Dev Lists
is this existent in 6.0 as well? [EMAIL PROTECTED] wrote: Author: markt Date: Wed Oct 18 16:32:37 2006 New Revision: 465418 URL: http://svn.apache.org/viewvc?view=rev&rev=465418 Log: Fix bug 38048. memory leak with EL in JSPs. Patch provided by Taras Tielkes. Modified: tomcat/container/t

DO NOT REPLY [Bug 38048] - Classloader leak caused by EL evaluation

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r465418 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/loader/WebappClassLoader.java webapps/docs/changelog.xml

2006-10-18 Thread markt
Author: markt Date: Wed Oct 18 16:32:37 2006 New Revision: 465418 URL: http://svn.apache.org/viewvc?view=rev&rev=465418 Log: Fix bug 38048. memory leak with EL in JSPs. Patch provided by Taras Tielkes. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/loader/WebappCla

Re: svn commit: r465293 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/ webapps/docs/

2006-10-18 Thread Filip Hanik - Dev Lists
Hi Peter, with this fix, if I read it correctly, and a node crashes while sending data, the sending thread will be stuck sleeping for 25 seconds (recoverTimeout*recoverCounter)? if that is the case, I suggest that we use recoverCounter=0 as the default value. did I miss something? Filip [E

svn commit: r465417 - in /tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11: Http11NioProcessor.java InternalNioInputBuffer.java

2006-10-18 Thread fhanik
Author: fhanik Date: Wed Oct 18 16:24:52 2006 New Revision: 465417 URL: http://svn.apache.org/viewvc?view=rev&rev=465417 Log: Implement non blocking read on HTTP requests. A common scalability problem when it comes to HTTP is the fact that there are slow clients, that will block a server resourc

DO NOT REPLY [Bug 40782] - Getting Readonly connection from ds.getConnection

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: not really, this wouldn't work protocol="org.apache.coyote.http11.Http11AprProtocol" SSLEngine="oneengine"/> protocol="org.apache.coyote.http11.Http11AprProtocol" SSLEngine="otherengine"/> Fully valid configuration, and the docs don't mention that a uniqueness

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Filip Hanik - Dev Lists
Remy Maucherat wrote: Filip Hanik - Dev Lists wrote: Mladen Turk wrote: Filip Hanik - Dev Lists wrote: to eager to press send, that way the connector would have only on/off values, while the actual SSLEngine value neuron would be in the APRLifeCycleListener, much cleaner, and all our conne

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Remy Maucherat
Filip Hanik - Dev Lists wrote: Mladen Turk wrote: Filip Hanik - Dev Lists wrote: to eager to press send, that way the connector would have only on/off values, while the actual SSLEngine value neuron would be in the APRLifeCycleListener, much cleaner, and all our connectors become consistent

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Filip Hanik - Dev Lists
Mladen Turk wrote: I have two suggestions 1. The SSLEngine attribute should be in the APR lifecycle listener, and not in the connector, since its static, I can't have more than one, so why do I have to define it more than once. This would require doubling directives for enabling SSL, once in

DO NOT REPLY [Bug 40677] - PKCS11 keystore instead of JKS or PKCS12 keystore

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Mladen Turk
Filip Hanik - Dev Lists wrote: no need to get edgy :), your point is well taken. I was edgy? Wasn't my intention. I have two suggestions 1. The SSLEngine attribute should be in the APR lifecycle listener, and not in the connector, since its static, I can't have more than one, so why do I

Re: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Costin Manolache
+1 Costin On 10/17/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: Hi, The release plan is located here: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/RELEASE-PLAN-6.0.txt [ ] +1 [ ] +0 [ ] -1 This calls for a first build to be released by friday, and it will use the same release pro

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Filip Hanik - Dev Lists
Mladen Turk wrote: Filip Hanik - Dev Lists wrote: to eager to press send, that way the connector would have only on/off values, while the actual SSLEngine value neuron would be in the APRLifeCycleListener, much cleaner, and all our connectors become consistent on that value Look, no ne

Re: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Yoav Shapira
Hi, Assuming you mean the small thread that started with http://marc.theaimsgroup.com/?l=tomcat-dev&m=114684618907238&w=2, I would say no. That whole thread was conjecture and was never discussed seriously. Of course we may do such things (major features = a .5 release increment rather than a .1

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Mladen Turk
Filip Hanik - Dev Lists wrote: to eager to press send, that way the connector would have only on/off values, while the actual SSLEngine value neuron would be in the APRLifeCycleListener, much cleaner, and all our connectors become consistent on that value Look, SSLEngine concept was derive

RE: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Sam Ewing
Hi folks, There was talk earlier in the year about having a '6.5' release after 6.0 with 'major functionality', just as was done for Tomcat 5.0/5.5. Is that still the plan? Thanks, /s http://marc.theaimsgroup.com/?l=tomcat-dev&m=114684703111576&w=2 Remy Maucherat wrote: > Hi, > > The release

Re: TC 6.0 TCK

2006-10-18 Thread Yoav Shapira
I don't have them. You don't need to sign antoher agreement I think. You do simply need to ask Geir ([EMAIL PROTECTED], our JCP liaison) for a copy, assuming these TCKs already exist, and he will get it for you. Yoav On 10/18/06, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: does anyone h

TC 6.0 TCK

2006-10-18 Thread Filip Hanik - Dev Lists
does anyone have these, I assume I wouldn't have to sign another agreement to upgrade TCK, as I already signed the agreement to use TCK with tomcat 5.5 Filip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Ian Darwin
Remy Maucherat wrote: Hi, The release plan is located here: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/RELEASE-PLAN-6.0.txt [X] +1 [ ] +0 [ ] -1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Filip Hanik - Dev Lists
Filip Hanik - Dev Lists wrote: Filip Hanik - Dev Lists wrote: Mladen Turk wrote: [EMAIL PROTECTED] wrote: -ssl = endpoint.getSecure(); +ssl = "on".equalsIgnoreCase(endpoint.getSSLEngine()); Like Remy said, anything except "Off" is acceptable. It can be either "On" or "E

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Filip Hanik - Dev Lists
Filip Hanik - Dev Lists wrote: Mladen Turk wrote: [EMAIL PROTECTED] wrote: -ssl = endpoint.getSecure(); +ssl = "on".equalsIgnoreCase(endpoint.getSSLEngine()); Like Remy said, anything except "Off" is acceptable. It can be either "On" or "EngineName" (eg, SSLEngine="nuron"

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Filip Hanik - Dev Lists
Mladen Turk wrote: [EMAIL PROTECTED] wrote: -ssl = endpoint.getSecure(); +ssl = "on".equalsIgnoreCase(endpoint.getSSLEngine()); Like Remy said, anything except "Off" is acceptable. It can be either "On" or "EngineName" (eg, SSLEngine="nuron") that's for APR, because of

Re: svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread Mladen Turk
[EMAIL PROTECTED] wrote: -ssl = endpoint.getSecure(); +ssl = "on".equalsIgnoreCase(endpoint.getSSLEngine()); Like Remy said, anything except "Off" is acceptable. It can be either "On" or "EngineName" (eg, SSLEngine="nuron") Regards, Mladen. -

svn commit: r465308 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2006-10-18 Thread fhanik
Author: fhanik Date: Wed Oct 18 10:30:57 2006 New Revision: 465308 URL: http://svn.apache.org/viewvc?view=rev&rev=465308 Log: added new changes Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/view

DO NOT REPLY [Bug 40789] New: - Key for signature on 5.5.20 tar.gz missing from KEYS file

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r465304 - /tomcat/connectors/trunk/jk/xdocs/index.xml

2006-10-18 Thread rjung
Author: rjung Date: Wed Oct 18 10:12:35 2006 New Revision: 465304 URL: http://svn.apache.org/viewvc?view=rev&rev=465304 Log: Ups: Forgot to delete two memo lines. Modified: tomcat/connectors/trunk/jk/xdocs/index.xml Modified: tomcat/connectors/trunk/jk/xdocs/index.xml URL: http://svn.apache

svn commit: r465303 - in /tomcat/tc6.0.x/trunk: java/org/apache/coyote/http11/ java/org/apache/tomcat/util/net/ webapps/docs/ webapps/docs/config/

2006-10-18 Thread fhanik
Author: fhanik Date: Wed Oct 18 10:10:44 2006 New Revision: 465303 URL: http://svn.apache.org/viewvc?view=rev&rev=465303 Log: Implemented SSLEngine attribute on the Java HTTP connectors. This allows one to specify secure=true and scheme=https to prevent tomcat from redirecting when using a SSL a

svn commit: r465301 - /tomcat/connectors/trunk/jk/xdocs/index.xml

2006-10-18 Thread rjung
Author: rjung Date: Wed Oct 18 10:07:44 2006 New Revision: 465301 URL: http://svn.apache.org/viewvc?view=rev&rev=465301 Log: Replace broken links to install sub directory on documentation start page with links to HowTos. Modified: tomcat/connectors/trunk/jk/xdocs/index.xml Modified: tomcat/

svn commit: r465293 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/ webapps/docs/

2006-10-18 Thread pero
Author: pero Date: Wed Oct 18 09:37:42 2006 New Revision: 465293 URL: http://svn.apache.org/viewvc?view=rev&rev=465293 Log: Made recovery more robust. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/FastAsyncSocketSender.java tomcat/container

DO NOT REPLY [Bug 40751] - the jsp pages consume a 100% of CPU usage on Pentium III (but on the 5.5.17 work fine)

2006-10-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Problem with Tomcat 5.5.17 and LDAP binding

2006-10-18 Thread miriam
I am connecting to LDAP using Tomcat 5.5.12 and everything is fine. However, when I change over to Tomcat 5.5.16, I can no longer connect to LDAP because of a binding error. The error I see is - javax.naming.NamingException: [LDAP: error code 1 - : LdapErr: DSID-0C0905FF, comment: In or

Re: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Jeanfrancois Arcand
[X] +1 [ ] +0 [ ] -1 -- Jeanfrancois - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: mod_proxy_ajp vs mod_jk

2006-10-18 Thread Yoav Shapira
Hi, Fred, I think you may be confusing IPFilter (the Solaris-specific package) with a generic IP filter. I might be misunderstanding Mladen myself, but I think he meant a simple configuration of Tomcat's Remote Address Valve (http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html) or a similar

Re: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Yoav Shapira
Hi, On 10/17/06, Remy Maucherat <[EMAIL PROTECTED]> wrote: The release plan is located here: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/RELEASE-PLAN-6.0.txt [ X ] +1 [ ] +0 [ ] -1 Yoav - To unsubscribe, e-mail: [

Re: mod_proxy_ajp vs mod_jk

2006-10-18 Thread fredk2
Hi Mladen, I am curious about your last statement. I understant that an ip filter is more secure. However, if I am not mistaken, to setup IPFilter you need to be a sysadmin (aka Root) and you can lock yourself out if you do not have physical access to the server(s), right ? So why not a secre

svn commit: r465217 - in /tomcat/tc6.0.x/trunk/native/connector/srclib: ./ VERSIONS

2006-10-18 Thread mturk
Author: mturk Date: Wed Oct 18 04:30:36 2006 New Revision: 465217 URL: http://svn.apache.org/viewvc?view=rev&rev=465217 Log: Add srclib build repository. Added: tomcat/tc6.0.x/trunk/native/connector/srclib/ tomcat/tc6.0.x/trunk/native/connector/srclib/VERSIONS Added: tomcat/tc6.0.x/trunk

Re: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Tim Funk
Remy Maucherat wrote: Hi, The release plan is located here: http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/RELEASE-PLAN-6.0.txt [X] +1 [ ] +0 [ ] -1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

svn commit: r465208 - /tomcat/tc6.0.x/trunk/native/connector/

2006-10-18 Thread mturk
Author: mturk Date: Wed Oct 18 04:09:50 2006 New Revision: 465208 URL: http://svn.apache.org/viewvc?view=rev&rev=465208 Log: Copy the tomcat-connector/jni/native to the native/connector. Added: tomcat/tc6.0.x/trunk/native/connector/ - copied from r465207, tomcat/connectors/trunk/jni/nat

svn commit: r465195 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/StandardSession.java

2006-10-18 Thread remm
Author: remm Date: Wed Oct 18 03:13:28 2006 New Revision: 465195 URL: http://svn.apache.org/viewvc?view=rev&rev=465195 Log: - Fix NPE on isValid for an expired session when activity check is enabled. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/StandardSession.java Modifie

Re: mod_proxy_ajp vs mod_jk

2006-10-18 Thread Mladen Turk
Rainer Jung wrote: Hi, fredk2 wrote: The question is - how can you set secret in mod_proxy_ajp ? Not at the moment. If this feature is not (yet) implemented, can this be easily added - aka can we expect this in a later version :) ? Please let me know if this post should be made on apache-

Re: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Peter Rossbach
Good work... Am 18.10.2006 um 02:01 schrieb Remy Maucherat: [ X] +1 [ ] +0 [ ] -1

Re: mod_proxy_ajp vs mod_jk

2006-10-18 Thread Rainer Jung
Hi, fredk2 wrote: The question is - how can you set secret in mod_proxy_ajp ? Not at the moment. If this feature is not (yet) implemented, can this be easily added - aka can we expect this in a later version :) ? Please let me know if this post should be made on apache-httpd dev forum. Yo

Re: [VOTE] Tomcat 6 release plan

2006-10-18 Thread Rainer Jung
> [X] +1 [ ] +0 [ ] -1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]