Community
Participate
Working Groups
<Property name="jetty.port" default="18080"/> The default value will actually be: System.getProperty("18080"). According to http://wiki.eclipse.org/Jetty/Reference/jetty.xml_syntax#.3CProperty.3E, it should be 18080 The fix consists of changing one line inorg.eclipse.jetty.xml.XmlConfiguration#propertyObj
Created attachment 172432 [details] Proposed fix and one more assertion in the testunit to test it.
Committed in revision 2037 for the next release after 7.1.4.