Skip to content

Commit

Permalink
Alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Dec 19, 2024
1 parent 872101b commit 4f67119
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions java/org/apache/catalina/servlets/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ defaultServlet.skipfail=Read failed because only [{0}] bytes were available but
defaultServlet.unknownBomConfig=Unrecognised value of [{0}] provided for useBomIfPresent initialization parameter
defaultServlet.xslError=XSL transformer error

webdavservlet.dataSourceStore.error=Error processing [{0}] on dead properties for path [{1}]
webdavservlet.dataSourceStore.noDataSource=DataSource [{0}] was not found in the webapp environment
webdavservlet.externalEntityIgnored=The request included a reference to an external entity with PublicID [{0}] and SystemID [{1}] which was ignored
webdavservlet.inputstreamclosefail=Failed to close the inputStream of [{0}]
webdavservlet.jaxpfailed=JAXP initialization failed
webdavservlet.memorystore=Non persistent memory storage will be used for dead properties; the 'propertyStore' init parameter of the Servlet may be used to configure a custom store implementing the 'WebdavServlet.PropertyStore' interface
webdavservlet.noStoreParameter=Init parameter [{0}] with value [{1}] was not found on the configured store
webdavservlet.nonWildcardMapping=The mapping [{0}] is not a wildcard mapping and should not be used for the WebDAV Servlet
webdavservlet.storeError=Error creating store of class [{0}], the default memory store will be used instead

webdavservlet.dataSourceStore.error=Error processing [{0}] on dead properties for path [{1}]
webdavservlet.dataSourceStore.noDataSource=DataSource [{0}] was not found in the webapp environment

0 comments on commit 4f67119

Please sign in to comment.