users@grizzly.java.net

Re: Could some one explain WebSocketApplication.isApplicationRequest(Request arg0)

From: Justin Lee <justin.d.lee_at_oracle.com>
Date: Thu, 11 Nov 2010 12:18:21 -0500

It came up from problems with atmosphere integration and supporting
dynamic URL mapping. In the simple case, that can be a simple equality
check on the URI. In others, like the atmosphere uses cases, they
needed something more complicated for portability.

On 11/11/10 11:35 AM, chris_at_hurstonline.co.uk wrote:
> I had a working websockets app, accidently got a glassfish update and
> now have to implement this, what criteria should I be using for
> returning true or false ?
>
> What is meant by an application request as opposed to any other request
> ? What is an example of an input where I should return true and another
> where I should return false ?