bug 318152
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2055 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
e107b03350
commit
1fd3ff55c5
|
@ -105,6 +105,7 @@ public class JettyWebXmlConfiguration implements Configuration
|
|||
if (props == null)
|
||||
{
|
||||
props = new HashMap<Object, Object>();
|
||||
jetty_config.setProperties(props);
|
||||
}
|
||||
props.put(PROPERTY_THIS_WEB_INF_URL, web_inf.getURL());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue