jersey icon indicating copy to clipboard operation
jersey copied to clipboard

Spring osgi pax web hack

Open kennywest opened this issue 7 years ago • 1 comments

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.

kennywest avatar Feb 05 '18 10:02 kennywest

OCA signed and mailed. Sorry for the delay.

kennywest avatar Feb 09 '18 14:02 kennywest