jersey
jersey copied to clipboard
Spring osgi pax web hack
This makes sure we try to fetch an application context provided through the contextConfig, even when running in a web application context.
if (ctx == null) {
// still null, try to create one
ctx = createSpringContext();
}
Easily fixed by adding an additional null check.
OCA signed and mailed. Sorry for the delay.