Skip to content
This repository has been archived by the owner on May 28, 2018. It is now read-only.

Spring osgi pax web hack #3768

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kennywest
Copy link

@kennywest kennywest commented Feb 5, 2018

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
Copy link
Author

OCA signed and mailed. Sorry for the delay.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants