spring-boot/spring-boot-tests/spring-boot-integration-tests
Andy Wilkinson 9961647c7f Improve handling of reserved characters in MetaInfResourceManager
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
2019-08-29 12:13:40 +01:00
..
spring-boot-configuration-processor-tests Merge branch '2.0.x' into 2.1.x 2019-07-24 11:41:32 +01:00
spring-boot-devtools-tests Merge branch '2.0.x' into 2.1.x 2019-07-24 11:41:32 +01:00
spring-boot-hibernate52-tests Merge branch '2.0.x' into 2.1.x 2019-07-24 11:41:32 +01:00
spring-boot-launch-script-tests Merge branch '2.0.x' into 2.1.x 2019-07-24 11:41:32 +01:00
spring-boot-server-tests Improve handling of reserved characters in MetaInfResourceManager 2019-08-29 12:13:40 +01:00
src/it Relocate test projects under `spring-boot-tests` 2017-10-04 16:34:38 -07:00
pom.xml Merge branch '2.0.x' into 2.1.x 2019-03-19 17:04:41 +00:00