You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java/org/apache/catalina/core/LocalStrings.properties
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,11 @@ aprListener.requireNotInFIPSMode=AprLifecycleListener is configured to require t
84
84
aprListener.skipFIPSInitialization=Already in FIPS mode; skipping FIPS initialization.
85
85
aprListener.sslInit=Failed to initialize the SSLEngine.
86
86
aprListener.sslRequired=[{0}] is not a valid value for SSLEngine when using version [{1}] of the Tomcat Native library since SSL is required for version 2.x onwards.
87
-
aprListener.tcnInvalid=An incompatible version [{0}] of the Apache Tomcat Native library is installed, while Tomcat requires version [{1}]
87
+
aprListener.tcnInvalid=An incompatible version [{0}] of the Apache Tomcat Native library is installed, while Tomcat requires at least version [{1}]
88
+
aprListener.tcnInvalid.1=An incompatible version [{0}] of the Apache Tomcat Native library is installed, while Tomcat requires at least version [{1}] of Tomcat Native 1.x
88
89
aprListener.tcnValid=Loaded Apache Tomcat Native library [{0}] using APR version [{1}].
89
90
aprListener.tcnVersion=An older version [{0}] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [{1}]
91
+
aprListener.tcnVersion.1=An older version [{0}] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [{1}] of Tomcat Native 1.x
90
92
aprListener.tooLateForFIPSMode=Cannot setFIPSMode: SSL has already been initialized
91
93
aprListener.tooLateForSSLEngine=Cannot setSSLEngine: SSL has already been initialized
92
94
aprListener.tooLateForSSLRandomSeed=Cannot setSSLRandomSeed: SSL has already been initialized
0 commit comments