billbarker2005/05/19 22:52:02
Modified:jk/java/org/apache/jk/common HandlerRequest.java
JkInputStream.java
jk/java/org/apache/jk/core MsgContext.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Implement the BODY_REPLAY
yoavs 2005/03/24 20:02:34
Modified:webapps/docs changelog.xml
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Bugzilla 32741.
Revision ChangesPath
1.267 +4 -1 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
=
billbarker2005/02/02 19:36:57
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Cleanup exception handling in action, and remember error state so that we can
close the connection without having to attempt another read.
Fix for Bug #33374
Reported By: Lars George
pero2004/11/11 06:55:29
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
add getAttributeNames to access all Connector attributes
Revision ChangesPath
1.57 +5 -0
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
billbarker2004/06/04 22:19:04
Modified:jk/java/org/apache/jk/common HandlerRequest.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Adding stage information to the RequestInfo.
Revision ChangesPath
1.37 +4 -3
jakarta-tomcat-connectors/
Het adres [EMAIL PROTECTED] is voorlopig niet meer in gebruik vanwege grote
hoeveelheden virusmails die daarop binnenkomen.
Gebruik het nieuwe adres dat op de website staat (linksonder).
Excuses voor het ongemak!
-
To unsubscr
billbarker2004/05/30 21:48:54
Modified:jk/java/org/apache/jk/apr AprImpl.java
jk/java/org/apache/jk/common ChannelJni.java
ChannelSocket.java ChannelUn.java
HandlerRequest.java JkInputStream.java
JniHa
billbarker2004/05/20 00:17:23
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Change header encoding to iso-8859-1.
Per RFC 2616, the HTTP headers are encoded in iso-8859-1 (with the exception given
by RFC 2947). Both mod_jk and mod_jk2 will handle the values w
billbarker2004/03/24 19:01:21
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Make certain that the endpoint is closed, even if Apache has already dropped the
connection.
IOExceptions here are pretty harmless, since they mean that Apache has already
finished wi
[EMAIL PROTECTED] wrote:
billbarker2004/01/26 22:43:18
Modified:jk/java/org/apache/jk/common ChannelSocket.java
JniHandler.java
jk/java/org/apache/jk/core JkHandler.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
billbarker2004/01/27 00:00:12
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Fix stupid infinite recursion bug.
Revision ChangesPath
1.51 +9 -2
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: JkCoyoteHand
billbarker2004/01/26 22:43:18
Modified:jk/java/org/apache/jk/common ChannelSocket.java
JniHandler.java
jk/java/org/apache/jk/core JkHandler.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.java
L
remm2004/01/26 10:16:44
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
- Implement clean shutdown of the connectors (my third proposal).
- Add pause and resume methods.
- FIXME: Not implemented for JK yet.
Revision ChangesPath
1.49 +8 -0
- Original Message -
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Friday, January 16, 2004 2:15 AM
Subject: Re: cvs commit:
jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.
[EMAIL PROTECTED] wrote:
billbarker2004/01/15 19:14:11
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Fix JMX self-registration when loading the "normal" way.
I don't understand why, but two thread pools are registeres (and I have
only one connector):
Catalina:type=
billbarker2004/01/15 19:14:11
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Fix JMX self-registration when loading the "normal" way.
Revision ChangesPath
1.48 +8 -8
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 06, 2004 9:32 PM
Subject: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server
JkCoyoteHandler.java
> billbarker2004/01/06 21:32:44
>
> Modified:
billbarker2004/01/06 21:32:44
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Adding the required PAs to allow the Coyote-Jk connector to play in the sandbox.
Fix for Bug #25819.
Reported By: Dario Bonino [EMAIL PROTECTED]
Revision ChangesPath
1.
billbarker2003/09/29 21:18:45
Modified:jk/java/org/apache/jk/server Tag: coyote_10
JkCoyoteHandler.java
Log:
port patch.
Revision ChangesPath
No revision
No revision
1.32.2.4 +5 -1
jakarta-tomcat-conne
billbarker2003/09/29 21:17:37
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Remove nls from the status line.
Revision ChangesPath
1.46 +5 -1
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: JkCoyoteHandle
remm2003/09/07 11:05:15
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
- Make the update of the stats an explicit call (I believe it is valid to call
recycle multiple times, and it is hard to avoid with HTTP keepalive).
Revision ChangesPath
1.44
billbarker2003/09/01 17:17:40
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.java
Log:
Adding accessors so that the JkCoyote connectors can play nice with the admin webapp.
Revision ChangesPath
1.43 +6 -2
jakarta-tomca
billbarker2003/07/29 19:27:02
Modified:jk/java/org/apache/jk/server Tag: coyote_10
JkCoyoteHandler.java
Log:
Port Patch.
Revision ChangesPath
No revision
No revision
1.32.2.3 +3 -0
jakarta-
billbarker2003/07/29 19:25:54
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Make certain that we tell Apache that we have finished with the request.
If the Adapter throws an exception before entering the Pipeline, we end up with both
Apache and Tomcat trying t
Forgot to include: the patch was submited by Stefan Proels.
Costin
[EMAIL PROTECTED] wrote:
> costin 2003/03/13 16:03:03
>
> Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
> Log:
> Extra fix - avoids the need for a change in Response
>
> PR: 14292
>
> Revisi
costin 2003/03/13 16:03:03
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Extra fix - avoids the need for a change in Response
PR: 14292
Revision ChangesPath
1.38 +3 -1
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandle
costin 2003/03/13 16:00:22
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Send the status string
PR: 14292
Revision ChangesPath
1.37 +11 -3
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: JkCoyoteHandle
costin 2003/02/16 18:10:29
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Reduce verbosity
Revision ChangesPath
1.36 +2 -2
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: JkCoyoteHandler.java
=
costin 2003/01/20 15:48:40
Modified:jk/java/org/apache/jk/common HandlerRequest.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.java
Log:
Few updates for RequestInfo.
Revision ChangesPath
1.22 +13 -2
jakarta-
costin 2003/01/20 11:20:32
Modified:jk/java/org/apache/jk/common ChannelSocket.java
HandlerDispatch.java JkMX.java MsgAjp.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Remove unused imports, add/fix comments.
JkMX will only l
costin 2003/01/16 14:17:37
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.java
Log:
When the coyote handler is registered ( by the Connector or other method ),
it'll also register JkMain.
JkMain will register all handlers as mbeans.
billbarker2002/12/18 01:15:06
Modified:jk/java/org/apache/jk/common HandlerRequest.java
jk/java/org/apache/jk/core WorkerEnv.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Fixing the mess that was SSL-Cert evalulation for Jk2.
Fix for B
- Original Message -
From: "Bill Barker" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 11:34 PM
Subject: Re: cvs commit:
jakarta-tomcat-connectors/jk/java/org/apache/jk/server JkCoyoteHandler.j
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 22, 2002 10:34 PM
Subject: cvs commit: jakarta-tomcat-connectors/jk/java/org/apache/jk/server
JkCoyoteHandler.java
> hgomez 2002/11/22 22:34:48
>
> Modified:
hgomez 2002/11/22 22:34:48
Modified:jk/java/org/apache/jk/common HandlerRequest.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Fix null getRemoteHost.
Lasy extraction of ssl certs to speed up jk/ajp13 when under SSL
Revision ChangesPath
1.1
costin 2002/11/12 16:18:16
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Move set attribute to trace level.
Revision ChangesPath
1.30 +5 -2
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: JkCoyoteHandle
billbarker2002/11/09 23:25:21
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
This time, without the tabs.
Revision ChangesPath
1.29 +12 -12
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: JkCoyoteHandler.ja
billbarker2002/11/09 23:17:13
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Porting Remy's changes to Jk2.
Revision ChangesPath
1.28 +13 -1
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: JkCoyoteHandler.
billbarker2002/10/29 19:47:27
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Fix what looks like a typo.
Without this, the same buffer is used for both input and output. The result is that
fields like requestURI and remoteHost are trashed after the servlet has
costin 2002/08/09 10:42:44
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Move start to the right place.
Now the ajp13 port will be opened at the same time with the http port,
i.e. at server startup.
Revision ChangesPath
1.26 +8 -4
jak
costin 2002/07/02 09:57:31
Modified:jk/java/org/apache/jk/common ChannelSocket.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Added a bit of code to display the time spent in jk and request.
I had it in my workspace, better to check it in so it does
cks 2002/06/21 16:41:16
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Ensure COMMIT action gets called during CLOSE
Revision ChangesPath
1.24 +3 -0
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: Jk
costin 02/05/22 16:52:13
Modified:jk/java/org/apache/jk/common ChannelJni.java
jk/java/org/apache/jk/core JkHandler.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Added the FLUSH code.
That shouldn't change any of the existing behavio
costin 02/05/10 16:57:35
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
That's an important one - without it mod_jk1 will no recycle the connection.
Revision ChangesPath
1.20 +1 -1
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyo
costin 02/05/09 16:46:33
Modified:jk/java/org/apache/jk/common JniHandler.java Shm.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Reduce verbosity
Revision ChangesPath
1.4 +2 -2
jakarta-tomcat-connectors/jk/java/org/apache/jk/comm
costin 02/04/25 16:13:24
Modified:jk/java/org/apache/jk/common ChannelSocket.java
ChannelUn.java JniHandler.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.java
Log:
Fewer messages, more info.
We can
costin 02/04/25 11:27:18
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Call sendHeaders() in response ( that will set commited ) instead of directly
calling the action chain.
Also ( I couldn't resist ) moved the code that serializes the headers in a separat
costin 02/04/24 16:20:38
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
extra 't'
Revision ChangesPath
1.16 +1 -1
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: JkCoyoteHandler.java
=
costin 02/04/24 12:45:09
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.java
Log:
Potential fix for 8478.
Check if the response has been already commited, and don't recommit.
Display a small info notice - COMMIT action shouldn't
remm02/04/23 01:11:05
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
- The boolean test was inverted (cut & paste bug ...).
- AJP does display some stack traces on shutdown.
Revision ChangesPath
1.14 +1 -1
jakarta-tomcat-connectors/jk/ja
remm02/04/22 13:19:02
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
- Fix the fix for the shutdown.
- Costin: if the fix is not good, feel free to revert or fix it.
Revision ChangesPath
1.13 +3 -0
jakarta-tomcat-connectors/jk/java/org/a
costin 02/04/22 12:03:34
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.java
Log:
Fix the shutdown for jk2.
Revision ChangesPath
1.12 +1 -1
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
costin 02/04/17 15:39:26
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Update.
Revision ChangesPath
1.11 +6 -3
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandler.java
Index: JkCoyoteHandler.java
===
costin 02/04/10 16:53:11
Modified:jk/java/org/apache/jk/apr AprImpl.java
jk/java/org/apache/jk/common ChannelUn.java
jk/java/org/apache/jk/core JkHandler.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.j
costin 02/04/10 13:43:41
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
JkMain.java
Log:
Few tweaks, pass attributes to jk components, etc.
Revision ChangesPath
1.9 +12 -7
jakarta-tomcat-connectors/jk/java/org/apache/jk/ser
remm02/04/09 13:51:06
Modified:jk/java/org/apache/jk/common JkInputStream.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
- Remove old package from imports.
Revision ChangesPath
1.6 +0 -1
jakarta-tomcat-connectors/jk/java/org/ap
costin 02/04/09 13:40:44
Modified:jk/java/org/apache/jk/common JkInputStream.java
jk/java/org/apache/jk/core JkHandler.java
jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Revision ChangesPath
1.5 +10 -0
jakarta-tomcat-co
costin 02/04/09 13:19:53
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Update to the stateless-enabled Input/OutputBuffer interfaces.
Clean up the code ( jk2 is mostly stateless )
Revision ChangesPath
1.6 +42 -58
jakarta-tomcat-connectors/j
costin 02/04/09 10:13:51
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Implement the input buffer.
Recycle the req/res ( coyote http adapter doesn't call recycle on
coyoteRequest/coyoteResponse - which is actually a very good idea ).
Add a workaround f
costin 02/04/08 15:59:37
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
More impl.
Now it kind-of-works ( something is broken in headers, but close )
Revision ChangesPath
1.4 +142 -14
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/
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 deprecated/remove
remm02/04/05 05:37:39
Modified:jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
- Fix the build (remove TC 3.3 imports + "implement" missing method).
Revision ChangesPath
1.2 +4 -4
jakarta-tomcat-connectors/jk/java/org/apache/jk/server/JkCoyoteHandl
costin 02/04/04 16:13:17
Added: jk/java/org/apache/jk/server JkCoyoteHandler.java
Log:
Initial impl. for the Coyote handler.
This will replace the connector stuff from jk with coyote.
Revision ChangesPath
1.1
jakarta-tomcat-connectors/jk/java/or
63 matches
Mail list logo