Add support for Jersey WrappingResourceConfig

See gh-13117
This commit is contained in:
Zoltan Reegn 2018-05-09 14:47:12 +02:00 committed by Stephane Nicoll
parent c8b3cea200
commit dfcd87207f
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class JerseyAutoConfiguration implements ServletContextAware {
}
else {
this.path = findApplicationPath(AnnotationUtils
.findAnnotation(this.config.getClass(), ApplicationPath.class));
.findAnnotation(this.config.getApplication().getClass(), ApplicationPath.class));
}
}