Skip to content

Commit 3b7e770

Browse files
committed
Fix ordering
1 parent 24e3d0f commit 3b7e770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/org/apache/catalina/manager/host/LocalStrings.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ hostManagerServlet.noCommand=FAIL - No command was specified
3333
hostManagerServlet.noHost=FAIL - Host name [{0}] does not exist
3434
hostManagerServlet.noStoreConfig=FAIL - Please enable StoreConfig to use this feature
3535
hostManagerServlet.noWrapper=Container has not called setWrapper() for this servlet
36-
hostManagerServlet.pathCheckFail=FAIL - Unable to use [{0}] as that is outside the expected directory [{1}]
3736
hostManagerServlet.pathCheckError=FAIL - Unable to use [{0}] due to [{2}] while checking if it was outside the expected directory [{1}]
37+
hostManagerServlet.pathCheckFail=FAIL - Unable to use [{0}] as that is outside the expected directory [{1}]
3838
hostManagerServlet.persist=persist: Persisting current configuration
3939
hostManagerServlet.persistFailed=FAIL - Failed to persist configuration
4040
hostManagerServlet.persisted=OK - Configuration persisted

0 commit comments

Comments
 (0)