Author: markt
Date: Wed Sep 4 09:12:08 2013
New Revision: 1519952
URL: http://svn.apache.org/r1519952
Log:
Fix comment typo
Modified:
tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
Modified: tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java?rev=1519952&r1=1519951&r2=1519952&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java (original)
+++ tomcat/trunk/java/org/apache/coyote/ajp/AbstractAjpProcessor.java Wed Sep
4 09:12:08 2013
@@ -1338,7 +1338,7 @@ public abstract class AbstractAjpProcess
swallowResponse = true;
}
- // Responses to HEAD requests are not permitted to incude a response
+ // Responses to HEAD requests are not permitted to include a response
// body.
MessageBytes methodMB = request.method();
if (methodMB.equals("HEAD")) {
@@ -1495,8 +1495,7 @@ public abstract class AbstractAjpProcess
* Write chunk.
*/
@Override
- public int doWrite(ByteChunk chunk, Response res)
- throws IOException {
+ public int doWrite(ByteChunk chunk, Response res) throws IOException {
if (!response.isCommitted()) {
// Validate and write response headers
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]