On 2024/10/10 12:06:38 Mark Thomas wrote: > On 10/10/2024 04:03, micha...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > > > michaelo pushed a commit to branch 10.1.x > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > > > The following commit(s) were added to refs/heads/10.1.x by this push: > > new 098834facf BZ 69370: DefaultServlet's HTML listing uses incorrect > > labels > > 098834facf is described below > > > > commit 098834facf88904ee4c727f9f25b809d3cfd4ddd > > Author: Michael Osipov <micha...@apache.org> > > AuthorDate: Sat Oct 5 14:01:18 2024 +0200 > > <snip/> > > > --- a/java/org/apache/catalina/servlets/LocalStrings.properties > > +++ b/java/org/apache/catalina/servlets/LocalStrings.properties > > @@ -43,19 +43,18 @@ cgiServlet.runStdErrFail=I/O problems with stderr > > defaultServlet.blockExternalEntity=Blocked access to external entity with > > publicId [{0}] and systemId [{0}] > > defaultServlet.blockExternalEntity2=Blocked access to external entity > > with name [{0}], publicId [{1}], baseURI [{2}] and systemId [{3}] > > defaultServlet.blockExternalSubset=Blocked access to external subset with > > name [{0}] and baseURI [{1}] > > +defaultServlet.directory.parent=Up To [{0}] > > +defaultServlet.directory.title=Directory Listing For [{0}] > > defaultServlet.missingResource=The requested resource [{0}] is not > > available > > defaultServlet.noResources=No static resources were found > > defaultServlet.readerCloseFailed=Failed to close reader > > +defaultServlet.resource.lastModified=Last Modified > > +defaultServlet.resource.name=Name > > +defaultServlet.resource.size=Size > > defaultServlet.skipfail=Read failed because only [{0}] bytes were > > available but needed to skip [{1}] bytes to reach the start of the > > requested range > > defaultServlet.unknownBomConfig=Unrecognised value of [{0}] provided for > > useBomIfPresent initialization parameter > > defaultServlet.xslError=XSL transformer error > > > > -directory.filename=Filename > > -directory.lastModified=Last Modified > > -directory.parent=Up To [{0}] > > -directory.size=Size > > -directory.title=Directory Listing For [{0}] > > I've updated POEditor to reflect these changes.
Thank you, appreciated! Tried POEditor myself, but didn't figure out how to properly sync with the actual files. M --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org