mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-15 19:14:51 +00:00
+ StringUtil.replace() + StringUtil.replaceFirst() + StringUtil.sanitizeFileSystemPath() Change existing usages of String.replace() to either use new StringUtil.replace() or other methods elsewhere that better suit that specific need. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>