Fix handling of static resource jar paths containing a +

Closes gh-12942
This commit is contained in:
Andy Wilkinson
2018-04-24 09:29:59 +01:00
parent 08bc306a61
commit a29a70d2f4
5 changed files with 38 additions and 34 deletions

View File

@@ -40,7 +40,7 @@ import org.springframework.util.StringUtils;
*/
class IdeApplicationLauncher extends AbstractApplicationLauncher {
private final File exploded = new File("target/ide application");
private final File exploded = new File("target/the+ide application");
IdeApplicationLauncher(ApplicationBuilder applicationBuilder) {
super(applicationBuilder);