The host-webapp module recently change which part of a webapp is considered the sca contribution when starting a Node. Previously the entire contents of the webapp was included in the contribution, then it changed to just /WEB-INF/classes, now i've changed it back again to the entire webapp, but I'm still having problems with that in some webapp scenarios.
So before working out which to fix, what do we think should be the webapp contribution, everything or just some bits of the webapp? What would get everything working for me would be everything except the /WEB-INF directory plus everything in the webapp classloader excluding the parent classloader, but i'm not sure how easy that would be to implement. ...ant
