cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2005-08-17 Thread pero
pero2005/08/17 01:14:29 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Reports request secret only at trace level! Revision ChangesPath 1.49 +2 -2 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java Index:

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java JkInputStream.java

2005-07-16 Thread billbarker
billbarker2005/07/16 13:54:05 Modified:jk/java/org/apache/jk/common HandlerRequest.java JkInputStream.java Log: Copy the idea from the APR Connector, and delay reading the initial request body packet until the Servlet asks for it. This reduces the

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-12-16 Thread billbarker
billbarker2004/12/16 19:02:41 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Fix weird NumberFormatException. Apache never sends Content-Length as a String, which is probably why this one has been here so long. Reported By: Allistair Crossley [EMAIL

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-12-10 Thread billbarker
billbarker2004/12/10 20:00:35 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Syncronize access to the Request registration count. There are reports on the user list that this isn't close enough to atomic, and doesn't happen often enough to worry about the

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-09-16 Thread billbarker
billbarker2004/09/16 21:50:48 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Require that use of AJP/1.3 shutdown is explictly enabled to function. No Adapter in any version of Tomcat currently supports a clean shutdown from AJP/1.3, so it is better to turn it

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-06-15 Thread keith
keith 2004/06/15 13:37:11 Modified:jk/native2/common jk_requtil.c jk/java/org/apache/ajp RequestHandler.java jk/xdocs/common AJPv13.xml jk/native2/include jk_service.h jk/java/org/apache/jk/common HandlerRequest.java Log:

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-04-04 Thread markt
markt 2004/04/04 12:09:38 Modified:coyote/src/java/org/apache/coyote/tomcat4 CoyoteAdapter.java jk/java/org/apache/jk/common HandlerRequest.java Log: - Fix bug 16157. Set AuthType on HttpServletRequest. - First part of patch. - Patch submitted by Kan Ogawa.

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-02-19 Thread Remy Maucherat
[EMAIL PROTECTED] wrote: billbarker2004/02/18 19:44:00 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Fix JMX Request registration. And, yes I did test it this time :). Reported By: Jess Holle [EMAIL PROTECTED] Do you want a new 5.0.20 release to pick this

Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-02-19 Thread Bill Barker
for people who don't want to see the error messages in their logs. - Original Message - From: Remy Maucherat [EMAIL PROTECTED] To: Tomcat Developers List [EMAIL PROTECTED] Sent: Thursday, February 19, 2004 1:13 AM Subject: Re: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-02-18 Thread billbarker
billbarker2004/02/18 19:44:00 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Fix JMX Request registration. And, yes I did test it this time :). Reported By: Jess Holle [EMAIL PROTECTED] Revision ChangesPath 1.33 +1 -1

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-01-27 Thread remm
remm2004/01/27 03:49:36 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: - Cleanup the logging for unknown packets (lots of System.out previsouly). - I'm getting an unknown packet on shutdown, BTW (it must be the unknown packet which is being logged).

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2004-01-15 Thread billbarker
billbarker2004/01/15 19:57:59 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Add an option to allow the admin to *not* JMX register the requests. This is mostly because it may take awhile to plug the memory leaks that registering the requests causes (esp. for

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2003-12-02 Thread billbarker
billbarker2003/12/02 21:37:42 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Fix JkCoyote to properly handle the distinction between localName/Port and serverName/Port. As always with mod_jk, you can lose strict Servlet-Spec compliance by playing with your

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2003-02-07 Thread remm
remm2003/02/07 15:18:44 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: - There is a problem with therad with attributes when Tomcat is used in process (as the threads used aren't created by Tomcat, it causes class casts). Revision ChangesPath 1.24

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java ChannelSocket.java

2003-01-16 Thread costin
costin 2003/01/16 14:13:37 Modified:jk/java/org/apache/jk/common HandlerRequest.java ChannelSocket.java Log: Add JMX info. The thread pool will be registered, as well as RequestProcessor. For each request we'll save in the thread pool attributes the

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2002-12-18 Thread billbarker
billbarker2002/12/18 01:26:48 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Now, with the correct version, after remembering to save the file before doing a 'ci'. Revision ChangesPath 1.20 +3 -4

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2002-10-04 Thread costin
costin 2002/10/04 16:26:25 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Fix 13263. Revision ChangesPath 1.17 +3 -2 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java Index: HandlerRequest.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2002-10-01 Thread nacho
nacho 2002/10/01 16:14:13 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: tomcatAuthentication must default to true ( tomcat ignores auth done in the HTTP server ) to match the tc4.0 and tc3.3 behaviour and Revision ChangesPath 1.16 +1 -1

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2002-05-10 Thread costin
costin 02/05/10 16:56:49 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Few more optimizations ( again thanks to OptimizeIt ). Header processing is updated from the Ajp13 interceptor in 33 for less allocation ( 3-4 strings per req ), also few debugs need to

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2002-04-08 Thread costin
costin 02/04/08 15:58:40 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Associate the Request/Response with each other Revision ChangesPath 1.10 +2 -0 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java Index:

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2002-02-07 Thread costin
costin 02/02/07 09:07:35 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Don't generate ajp13.id if conf/ dir not found or if no secret. Revision ChangesPath 1.5 +9 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2002-02-06 Thread costin
costin 02/02/06 09:48:22 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: Few big changes here: - added support for 'secret' - as a normal request attributes. If the handler is configured to require a secret, it'll block any request without one. If not -

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java

2002-01-26 Thread seguin
seguin 02/01/26 06:14:35 Modified:jk/java/org/apache/jk/common HandlerRequest.java Log: port fix for bug 5861. Revision ChangesPath 1.3 +9 -1 jakarta-tomcat-connectors/jk/java/org/apache/jk/common/HandlerRequest.java Index: HandlerRequest.java

cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/common HandlerRequest.java MsgAjp.java WorkerDummy.java

2002-01-25 Thread costin
costin 02/01/25 23:25:53 Modified:jk/java/org/apache/jk/common HandlerRequest.java MsgAjp.java WorkerDummy.java Log: Updates ( similar with what changed on the C side ), fixes. Revision ChangesPath 1.2 +11 -14