You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2019/11/06 12:30:01 UTC

[tomcat] 01/06: Fix ordering (due to case change)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit f1f01a0890853ee98622685cf1e81d51bf379357
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 6 12:17:53 2019 +0000

    Fix ordering (due to case change)
---
 java/org/apache/coyote/http11/LocalStrings.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/org/apache/coyote/http11/LocalStrings.properties b/java/org/apache/coyote/http11/LocalStrings.properties
index ad41849..292e2c1 100644
--- a/java/org/apache/coyote/http11/LocalStrings.properties
+++ b/java/org/apache/coyote/http11/LocalStrings.properties
@@ -13,10 +13,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+http11Processor.contentEncodingParseFail=Failed to parse Content-Encoding header when chekcing to see if compression was already in use
 http11Processor.upgrade=An internal error has occurred as upgraded connections should only be processed by the dedicated upgrade processor implementations
 
 http11processor.comet.notsupported=The Comet protocol is not supported by this connector
-http11Processor.contentEncodingParseFail=Failed to parse Content-Encoding header when chekcing to see if compression was already in use
 http11processor.fallToDebug=\n\
 \ Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
 http11processor.filter.error=Error intializing filter [{0}]


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