Commit dfcd8720 authored by Zoltan Reegn's avatar Zoltan Reegn Committed by Stephane Nicoll

Add support for Jersey WrappingResourceConfig

See gh-13117
parent c8b3cea2
......@@ -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));
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment