luehe 2004/11/01 15:35:39
Modified: catalina/src/share/org/apache/catalina/connector
LocalStrings.properties
Log:
Throw more meaningful exception (instead of NPE) if underlying response
has been recycled and attempt is made to access it via its facade
Revision Changes Path
1.5 +1 -0
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector/LocalStrings.properties
Index: LocalStrings.properties
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/connector/LocalStrings.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- LocalStrings.properties 1 Nov 2004 22:38:44 -0000 1.4
+++ LocalStrings.properties 1 Nov 2004 23:35:39 -0000 1.5
@@ -45,6 +45,7 @@
coyoteRequest.attributeEvent=Exception thrown by attributes event listener
coyoteRequest.postTooLarge=Parameters were not parsed because the size of the
posted data was too big. Use the maxPostSize attribute of the connector to resolve
this if the application should accept large POSTs.
requestFacade.nullRequest=Null request object
+responseFacade.nullResponse=Null response object
#
# MapperListener
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]