Tomcat MAC IE5 SSL Partial Bug fix

2002-04-06 Thread Anders Rundgren
Hi Jay, http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6983 I noted that you added a blank to create ; Secure instead of ;Secure. I am just curious where you got the background spec. for doing this change and if you have verified this with Mac IE 5? Well, I'm sure you have! BTW, does any

DO NOT REPLY [Bug 7787] New: - JSPs don't write cookies except with specific IP address

2002-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7787. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7787] - JSPs don't write cookies except with specific IP address

2002-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7787. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7789] New: - JSP Cookie Read/Write Fails With DNS Names

2002-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7789. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7789] - JSP Cookie Read/Write Fails With DNS Names

2002-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7789. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 7715] - Apache+mod_ssl+mod_jk cannot download a file in IE

2002-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7715. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6709] - Images on protected areas have not Last modified header

2002-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6709. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: [PATCH] jakarta-tomcat-connectors/jk/doc/Tomcat-Workers-HowTo.html

2002-04-06 Thread GOMEZ Henri
thanks I'll study all of this - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Bernd Koecke

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector2.java

2002-04-06 Thread remm
remm02/04/06 04:24:05 Added: coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector2.java Log: - Add draft of the connector based on the protocol handler. Revision ChangesPath 1.1

[GUMP] Build Failure - jakarta-tomcat-4.0

2002-04-06 Thread Craig McClanahan
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2002-04-06/jakarta-tomcat-4.0.html Buildfile: build.xml deploy-prepare: deploy-static: deploy:

DO NOT REPLY [Bug 7794] New: - Common.ClassLoader and Apps.ClassLoader not loading .zip files

2002-04-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7794. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/res - New directory

2002-04-06 Thread remm
remm02/04/06 08:33:16 jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/res - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

cvs commit: jakarta-tomcat-connectors/util/java/org/apache/tomcat/util/net/res LocalStrings.properties

2002-04-06 Thread remm
remm02/04/06 08:34:03 Modified:util/java/org/apache/tomcat/util/net PoolTcpEndpoint.java Added: util/java/org/apache/tomcat/util/net/res LocalStrings.properties Log: - Add (empty) resource bundle at the right place. Revision ChangesPath

Re: CoyoteRequest: the socket

2002-04-06 Thread costinm
On 5 Apr 2002, Eric Rescorla wrote: Remy Maucherat [EMAIL PROTECTED] writes: On Fri, 5 Apr 2002, Remy Maucherat wrote: I have big doubts the code that calls getSocket() can even work with ajp or pureTLS or other things. Probably a good idea to find where it is and call the right

cvs commit: jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11 Http11Protocol.java

2002-04-06 Thread remm
remm02/04/06 08:51:50 Modified:http11/src/java/org/apache/coyote/http11 Http11Protocol.java Log: - Parse the port attribute. Revision ChangesPath 1.2 +7 -4 jakarta-tomcat-connectors/http11/src/java/org/apache/coyote/http11/Http11Protocol.java Index:

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector2.java

2002-04-06 Thread remm
remm02/04/06 08:53:04 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java CoyoteConnector2.java Log: - Set the port attribute. - Use the same note index as the TC 3 adapter to store the Catalina request/response. Revision

Re: CoyoteRequest: the socket

2002-04-06 Thread Remy Maucherat
On 5 Apr 2002, Eric Rescorla wrote: Remy Maucherat [EMAIL PROTECTED] writes: On Fri, 5 Apr 2002, Remy Maucherat wrote: I have big doubts the code that calls getSocket() can even work with ajp or pureTLS or other things. Probably a good idea to find where it is and call the

cvs commit: jakarta-tomcat-connectors/jk build.xml

2002-04-06 Thread costin
costin 02/04/06 08:59:12 Modified:jk build.xml Log: Fix the broken build. It seems Gump calls build.xml for jk. The jk build file used to build all the required deps - util, and soon coyote. I added a target to be used to build jk alone ( called from a main

cvs commit: jakarta-tomcat-connectors build.xml

2002-04-06 Thread costin
costin 02/04/06 09:00:24 Modified:.build.xml Log: Call all components in a good order, avoid duplicated builds. Revision ChangesPath 1.3 +2 -2 jakarta-tomcat-connectors/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.java

2002-04-06 Thread costin
costin 02/04/06 09:02:47 Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java Log: Initial implementation for the coyote ProtocolHandler. Very early code, not working - I have to implement the callbacks. Note that all existing jk connectors will be

Re: CoyoteRequest: the socket

2002-04-06 Thread Eric Rescorla
Remy Maucherat [EMAIL PROTECTED] writes: The way it works - the connector ( or protocol handler ) creates the socket, using plain, jsse, pureTLS. And Remy is saying that some othe valves are calling getSocket() and use the socket/JSSE to extract info ( I assume using JSSE specific code).

cvs commit: jakarta-tomcat-connectors/coyote/src/java/org/apache/coyote Request.java

2002-04-06 Thread costin
costin 02/04/06 09:57:35 Modified:coyote/src/java/org/apache/coyote Request.java Log: Remy, I changed the fields from protected to private - the class is declared final, so protected doesn't make too much sense. Also added a response field - they work in pair and it's