Hello, To fix https://issues.apache.org/bugzilla/show_bug.cgi?id=51741 (Eclipse WTP "Serve modules without publishing" broken with tc7), I'd like to enhance the existing org.apache.naming.resources.VirtualDirContext with some features very much like in org.eclipse.jst.server.tomcat.loader.WtpDirContext ( you can find the source in http://dev.eclipse.org/viewcvs/viewvc.cgi/servertools/plugins/org.eclipse.jst.server.tomcat.core/org.eclipse.jst.server.tomcat.runtime.70.loader-src.zip?view=co&revision=1.5&root=WebTools_Project )
Tomcat's VirtualDirContext is already very close to Eclipse WtpDirContect, both of them have @author Fabrizio Giustina in their javadocs... How far am I allowed to borrow features from WtpDirContext back in VirtualDirContext ? how can I make this right for all the Intellectual Property and licenses point of view? Thanks for your help, Sylvain