This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 564108af53763d2556a3639ed1ad6eb9d53d80fb Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Dec 7 11:18:35 2023 +0000 Format and ordering fixes - triggered by i18n backport process --- java/jakarta/el/LocalStrings.properties | 1 - java/org/apache/tomcat/util/net/jsse/LocalStrings.properties | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/java/jakarta/el/LocalStrings.properties b/java/jakarta/el/LocalStrings.properties index c337c071e5..e0bc40d9f8 100644 --- a/java/jakarta/el/LocalStrings.properties +++ b/java/jakarta/el/LocalStrings.properties @@ -43,7 +43,6 @@ propertyNotReadable=Property [{1}] not readable on type [{0}] propertyNotWritable=Property [{1}] not writable on type [{0}] propertyReadError=Error reading [{1}] on type [{0}] propertyWriteError=Error writing [{1}] on type [{0}] - resolverNotWritable=ELResolver not writable for type [{0}] staticFieldELResolver.methodNotFound=No matching public static method named [{0}] found on class [{1}] diff --git a/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties b/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties index 888a2a6761..9a21160bd7 100644 --- a/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties +++ b/java/org/apache/tomcat/util/net/jsse/LocalStrings.properties @@ -20,10 +20,10 @@ jsseUtil.excludeProtocol=The SSL protocol [{0}] which is supported in this JRE w jsseUtil.noDefaultProtocols=Unable to determine a default for sslEnabledProtocols. Set an explicit value to ensure the connector can start. pemFile.noMultiPrimes=The PKCS#1 certificate is in multi-prime format and Java does not provide an API for constructing an RSA private key object from that format -pemFile.notValidRFC5915=The provided key file does not conform to RFC 5915 pemFile.notPbkdf2=The OID [{0}] is not the correct OID for PKBDF2 which is the only permitted KDF for PBES2 +pemFile.notValidRFC5915=The provided key file does not conform to RFC 5915 pemFile.parseError=Unable to parse the key from [{0}] pemFile.unknownEncryptedFormat=The format [{0}] is not a recognised encrypted PEM file format pemFile.unknownEncryptionAlgorithm=The encryption algorithm with DER encoded OID of [{0}] was not recognised +pemFile.unknownPkcs8Algorithm=The PKCS#8 encryption algorithm with DER encoded OID of [{0}] was not recognised pemFile.unknownPrfAlgorithm=The pseudo random function with DER encoded OID of [{0}] was not recognised -pemFile.unknownPkcs8Algorithm=The PKCS#8 encryption algorithm with DER encoded OID of [{0}] was not recognised \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org