Community
Participate
Working Groups
When upgrading to 7.4.0 the older jetty.xml files won't work if they use an AppProvider that extends the ScanningAppProvider. It appears that the method setMonitoredDir(String) was renamed setMonitoredDirName(String) The workaround consists of changing the affected jetty.xml files. Should we: 1- rollback the change? 2- put back the old method with an @deprecated? 3- let it like this and document? For my case where the same config file can be used with different versions of jetty, it would be nice to choose #2.
r3102 for 7.4.1