Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Filter initialization order changed in 9.1.4?

Ryan,

Nevermind, I found the problem and I've raised a bug for it here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=432473

Jan

On 10 April 2014 07:12, Jan Bartel <janb@xxxxxxxxxxx> wrote:
> Ryan,
>
> What was the previous version you're comparing it to?
>
> Jan
>
> On 9 April 2014 14:02, Ryan McKinley <ryantxu@xxxxxxxxx> 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
>> jetty-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>>
>
>
>
> --
> Jan Bartel <janb@xxxxxxxxxxx>
> www.webtide.com
> 'Expert Jetty/CometD developer,production,operations advice'



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'


Back to the top