• Andy Wilkinson's avatar
    Improve handling of reserved characters in MetaInfResourceManager · 9961647c
    Andy Wilkinson authored
    Previously, MetaInfResourceManager that we use with Undertow to serve
    static resources from jar's META-INF/resources did not correctly
    handle characters in the path that should be percent-encoded when
    used in a URL.
    
    This commit updates MetaInfResourceManager to encode the path before
    it is used to create a URL. Prior to this encoding, encoded slashes
    (%2F) are decoded as, unlike other encoded characters in the request's
    URL, encoded slashes are not decoded prior to calling the
    ResourceManager.
    
    Fixes gh-17853
    9961647c
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...