Author: markt
Date: Wed Jul 30 13:13:06 2008
New Revision: 681189
URL: http://svn.apache.org/viewvc?rev=681189&view=rev
Log:
Log errors for AJP signoffs at DEBUG level, since it is harmless if mod_jk has
hung up the phone.
Modified:
tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgContext.java
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
tomcat/current/tc5.5.x/STATUS.txt
Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgContext.java
URL:
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgContext.java?rev=681189&r1=681188&r2=681189&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgContext.java
(original)
+++ tomcat/connectors/trunk/jk/java/org/apache/jk/core/MsgContext.java Wed Jul
30 13:13:06 2008
@@ -304,7 +304,7 @@
try {
jkIS.endMessage();
} catch(IOException iex) {
- log.warn("Error sending end packet",iex);
+ log.debug("Error sending end packet",iex);
setStatus(JK_STATUS_ERROR);
}
if(getStatus() != JK_STATUS_ERROR) {
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=681189&r1=681188&r2=681189&view=diff
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Wed Jul 30 13:13:06 2008
@@ -75,6 +75,14 @@
</fix>
</changelog>
</subsection>
+ <subsection name="Connectors">
+ <changelog>
+ <update>
+ Log errors for AJP signoffs at DEBUG level, since it is harmless if
+ mod_jk has hung up the phone. (billbarker)
+ </update>
+ </changelog>
+ </subsection>
<subsection name="Jasper">
<changelog>
<fix>
Modified: tomcat/current/tc5.5.x/STATUS.txt
URL:
http://svn.apache.org/viewvc/tomcat/current/tc5.5.x/STATUS.txt?rev=681189&r1=681188&r2=681189&view=diff
==============================================================================
--- tomcat/current/tc5.5.x/STATUS.txt (original)
+++ tomcat/current/tc5.5.x/STATUS.txt Wed Jul 30 13:13:06 2008
@@ -86,11 +86,6 @@
+1: markt, yoavs
-1:
-* Log errors for AJP signoffs at DEBUG level, since it is harmless if mod_jk
has hung up the phone.
- http://svn.apache.org/viewvc?rev=651792&view=rev
- +1: billbarker, markt, fhanik, yoavs
- -1:
-
* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44877
Prevent collisions in tag pool names
http://svn.apache.org/viewvc?rev=651984&view=rev
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]