Re: How is order from the [url] section preserved?

2024-03-10 Thread Steinar Bang
> Steinar Bang : > lenny-5o6p1tln9c5dpfhejli6iq-xmd5yjdbdmrexy1tmh2...@public.gmane.org: >> Without looking at the code, I would guess it’s stored in LinkedHashMap, >> which keeps track of the order, >> however, there are other map structures that keep order as well. > Ok, thanks!

Re: How is order from the [url] section preserved?

2024-03-07 Thread Steinar Bang
> lenny-5o6p1tln9c5dpfhejli...@public.gmane.org: > Without looking at the code, I would guess it’s stored in LinkedHashMap, > which keeps track of the order, > however, there are other map structures that keep order as well. Ok, thanks!

Re: How is order from the [url] section preserved?

2024-03-07 Thread lenny
Without looking at the code, I would guess it’s stored in LinkedHashMap, which keeps track of the order, however, there are other map structures that keep order as well. > On Mar 7, 2024, at 1:31 PM, Steinar Bang wrote: > > I know from experience that the order of the [url] setion of the >

How is order from the [url] section preserved?

2024-03-07 Thread Steinar Bang
I know from experience that the order of the [url] setion of the shiro.ini file is significant: earlier entries will override entries further down. What I'm unable to see, is how that order is preserved in shiro? As far as I can tell the entries of the [url] section are iterated over here