added support for SERVER_SERVLET_CONTEXT_PATH. Could be used in some cases Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -118,7 +118,7 @@ public class TestConfiguration implements AsyncConfigurer {
|
||||
@Bean
|
||||
PropertyBasedArtifactUrlHandler testPropertyBasedArtifactUrlHandler(
|
||||
final ArtifactUrlHandlerProperties urlHandlerProperties) {
|
||||
return new PropertyBasedArtifactUrlHandler(urlHandlerProperties);
|
||||
return new PropertyBasedArtifactUrlHandler(urlHandlerProperties, "");
|
||||
}
|
||||
|
||||
@Bean
|
||||
|
||||
Reference in New Issue
Block a user