Author: remm
Date: Fri Dec 7 15:26:16 2018
New Revision: 1848409
URL: http://svn.apache.org/viewvc?rev=1848409&view=rev
Log:
Add i18n for http2 package.
Modified:
tomcat/trunk/java/org/apache/coyote/http2/HpackDecoder.java
tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties
Modified: tomcat/trunk/java/org/apache/coyote/http2/HpackDecoder.java
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/coyote/http2/HpackDecoder.java?rev=1848409&r1=1848408&r2=1848409&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/HpackDecoder.java (original)
+++ tomcat/trunk/java/org/apache/coyote/http2/HpackDecoder.java Fri Dec 7
15:26:16 2018
@@ -155,7 +155,7 @@ public class HpackDecoder {
return;
}
} else {
- throw new RuntimeException("Not yet implemented");
+ throw new
RuntimeException(sm.getString("hpackdecoder.notImplemented"));
}
}
}
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=1848409&r1=1848408&r2=1848409&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties [UTF-8]
(original)
+++ tomcat/trunk/java/org/apache/coyote/http2/LocalStrings.properties [UTF-8]
Fri Dec 7 15:26:16 2018
@@ -37,6 +37,7 @@ hpack.invalidCharacter=The Unicode chara
hpackEncoder.encodeHeader=Encoding header [{0}] with value [{1}]
hpackdecoder.headerTableIndexInvalid=The header table index [{0}] is not valid
as there are [{1}] static entries and [{2}] dynamic entries
+hpackdecoder.notImplemented=Not yet implemented
hpackdecoder.tableSizeUpdateNotAtStart=Any table size update must be sent at
the start of a header block
hpackdecoder.zeroNotValidHeaderTableIndex=Zero is not a valid header table
index
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]