Author: gmazza
Date: Mon Oct 3 17:20:28 2011
New Revision: 1178465
URL: http://svn.apache.org/viewvc?rev=1178465&view=rev
Log:
More polishing of http-jetty maxIdleTime definition, based on Jetty site at
http://docs.codehaus.org/display/JETTY/Configuring+Connectors#ConfiguringConnectors-ConfigurationOptions
Modified:
cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractLoggingInterceptor.java
cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd
Modified:
cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractLoggingInterceptor.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractLoggingInterceptor.java?rev=1178465&r1=1178464&r2=1178465&view=diff
==============================================================================
---
cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractLoggingInterceptor.java
(original)
+++
cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractLoggingInterceptor.java
Mon Oct 3 17:20:28 2011
@@ -131,7 +131,7 @@ public abstract class AbstractLoggingInt
/**
* Transform the string before display. The implementation in this class
- * does nothing. Override this method if you want to change the contents
of the
+ * does nothing. Override this method if you wish to change the contents
of the
* logged message before it is delivered to the output.
* For example, you can use this to mask out sensitive information.
* @param originalLogString the raw log message.
Modified:
cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd?rev=1178465&r1=1178464&r2=1178465&view=diff
==============================================================================
---
cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd
(original)
+++
cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd
Mon Oct 3 17:20:28 2011
@@ -149,7 +149,7 @@
</xs:attribute>
<xs:attribute name="maxIdleTime" type="ptp:ParameterizedInt">
<xs:annotation>
- <xs:documentation>Specifies the maximum Idle time for a jetty
connecter, the idle timer will be reset if there is any read and write action
on the underlaying stream.</xs:documentation>
+ <xs:documentation>Specifies the maximum idle time for a jetty
connection. The timer is reset whenever there are any read or write actions on
the underlying stream.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>