Ryan, What was the previous version you're comparing it to?
Jan On 9 April 2014 14:02, Ryan McKinley <[email protected]> wrote: > It appears that the filter initialization order has changed in 9.1.4, is > this intentional? > > Previously the filters called 'init' in the order they are defined in > web.xml -- I *think* this has been true for a while (even if not part of > the spec) > http://jira.codehaus.org/browse/JETTY-72 > > > Digging a bit, i *think* it would be fixed using a LinkedHashMap in > StandardDescriptorProcessor.java: > > final Map<String,FilterHolder> _filterHolders = new HashMap<>(); > > > thanks > ryan > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel <[email protected]> www.webtide.com 'Expert Jetty/CometD developer,production,operations advice' _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
