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:
Hugues Malphettes 2010-06-28 09:58:53 +00:00
parent e107b03350
commit 1fd3ff55c5
1 changed files with 1 additions and 0 deletions

View File

@ -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());
}