Apologies : bumping Jetty again
Cantor, Scott
cantor.2 at osu.edu
Tue Jun 10 14:19:03 EDT 2014
On 6/10/14, 2:13 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>>>Sorry for the churn, I bumped Jetty to 9.1 again, forgetting that
>>>breaks the testbed, so I just reverted the parent to 9.0, again.
>>
>> Does 9.2 break it?
>
>Yes, Jetty version > 9.0 "breaks" the testbed due to dependence on
>Servlet 3.1. We could override and downgrade the testbed to Jetty 9.0
>and keep parent-v3 current at 9.1+, but we decided to stick with
>Servlet 3.0, so it seems parent-v3 should stay compliant with that.
Since those containers all support 3.0 for compatibility, seems like
something's got to be off somewhere, but it's not that important right now.
For future reference, they made a strange decision in Servlet 3.1 to
define ** as the syntax for "don't check roles" (despite every container
already doing that with *), and then Jetty yanked the Strict property from
< 9.2 that made * work. So there's no way to define the same web.xml in
both Jetty versions that supports both unfortunately, which was a mistake
I think on Jetty's part.
-- Scott
More information about the dev
mailing list