You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2018/05/31 12:48:48 UTC

svn commit: r1832602 - /tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties

Author: remm
Date: Thu May 31 12:48:48 2018
New Revision: 1832602

URL: http://svn.apache.org/viewvc?rev=1832602&view=rev
Log:
Fix error message typo.

Modified:
    tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties

Modified: tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties?rev=1832602&r1=1832601&r2=1832602&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties (original)
+++ tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties Thu May 31 12:48:48 2018
@@ -81,7 +81,7 @@ stream.header.connection=Connection [{0}
 stream.header.contentLength=Connection [{0}], Stream [{1}], The content length header value [{2}] does not agree with the size of the data received [{3}]
 stream.header.debug=Connection [{0}], Stream [{1}], HTTP header [{2}], Value [{3}]
 stream.header.duplicate=Connection [{0}], Stream [{1}], received multiple [{3}] headers
-stream.header.invalid=Connection [{0}], Stream [{1}], The header [{2}] contained invalid date [{3}]
+stream.header.invalid=Connection [{0}], Stream [{1}], The header [{2}] contained invalid value [{3}]
 stream.header.noPath=Connection [{0}], Stream [{1}], The [:path] pseudo header was empty
 stream.header.required=Connection [{0}], Stream [{1}], One or more required headers was missing
 stream.header.te=Connection [{0}], Stream [{1}], HTTP header [te] is not permitted to have the value [{2}] in an HTTP/2 request



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org