Add support for Jersey WrappingResourceConfig
See gh-13117
This commit is contained in:
committed by
Stephane Nicoll
parent
c8b3cea200
commit
dfcd87207f
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user