UnknownFormatConversionException in start.jar --debug
if path has %
sign
#10213
Labels
Bug
For general bugs on Jetty side
start.jar --debug
if path has %
sign
#10213
Jetty version(s)
12.0.0
Java version/vendor
(use: java -version)
17.0.5
OS type/version
Linux
Description
If a scanned directory for the jetty.base has a percent sign, and debug is enabled, it can result in an
java.util.UnknownFormatConversionException
Example: create a base directory called
foo%bar
and do the followingThis is due to a bad usage of the
StartLog.debug()
method.The text was updated successfully, but these errors were encountered: