Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jetty 8.0.0.M1

Actually jetty supports ietf-00/hixie-76 and hixie-75

It looks at the handshake and works out what flavour of client is
talking and then
adapts accordingly.

cheers



On 15 July 2010 01:10, Jesse McConnell <jesse.mcconnell@xxxxxxxxx> wrote:
> I think it was -76 since that was what is supported in jetty7 which is
> what the builds of jetty8 are largely based on
>
> jesse
>
> --
> jesse mcconnell
> jesse.mcconnell@xxxxxxxxx
>
>
>
> On Wed, Jul 14, 2010 at 01:07, Sean Sullivan <sean@xxxxxxxxxxxxxxxx> wrote:
>>
>> What versions of WebSockets are supported in Jetty 8.0.0.M1?
>> draft-ietf-hybi-thewebsocketprotocol-00.txt ?
>> draft-hixie-thewebsocketprotocol-76 ?
>> draft-hixie-thewebsocketprotocol-75 ?
>> Regards,
>> Sean
>>
>> On Tue, Jul 13, 2010 at 10:15 PM, Jan Bartel <janb@xxxxxxxxxxx> wrote:
>>>
>>> The second milestone release of jetty-8 is available for
>>> download. jetty-8 supports servlet specification 3.0.
>>>
>>> jetty-8.0.0.M1 @ eclipse changes since 8.0.0.M0:
>>>  + 306350 Ensure jars excluded by ordering are not scanned
>>>   for annotations
>>>  + JETTY-1224 Change jetty-8 merge rules for fragment descriptors
>>>   and annotations
>>>  + Ensure <absolute-ordering> in web.xml overrides relative
>>>   <ordering> in fragments
>>>  + Ensure empty <absolute-ordering> implies exclusion of all fragments
>>>  + Ensure servlet-api jar class inheritance hierarchy is scanned
>>>
>>> We also provide jetty-hightide-8.0.0.M1 distribution which provides
>>> javaee style services integrated with jetty-8.0.0.M1, including
>>> JSP 2.2. The distribution comes with some example webapps
>>> demonstrating some of the new features of servlet 3.0.
>>>
>>> jetty-hightide-8.0.0.M1 changes since 8.0.0.M0:
>>>  + Updated to jetty core 8.0.0.M1
>>>  + Add jetty-util.jar to test-annotation-webapp
>>>  + Add ContainerInitializerConfiguration to jetty.xml
>>>  + Update to derby 10.6.1.0
>>>  + Simplify test-jndi-webapp
>>>
>>> regards
>>> Jan
>>> --
>>> Jan Bartel, Webtide LLC | janb@xxxxxxxxxxx | http://www.webtide.com
>>> _______________________________________________
>>> jetty-users mailing list
>>> jetty-users@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>>
>>
>> _______________________________________________
>> jetty-users mailing list
>> jetty-users@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/jetty-users
>>
>>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top