Re: Minor grammar glitch in a Websocket exception message.

2013-12-13 Thread Igor Urisman
Precisamente. On Fri, Dec 13, 2013 at 3:11 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 12/12/13, 4:43 PM, Mark Thomas wrote: > > On 12/12/2013 06:35, Igor Urisman wrote: > >> As seen in 8.0.0 RC5: > >> > >> j

Re: Minor grammar glitch in a Websocket exception message.

2013-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 12/12/13, 4:43 PM, Mark Thomas wrote: > On 12/12/2013 06:35, Igor Urisman wrote: >> As seen in 8.0.0 RC5: >> >> java.lang.IllegalStateException: >> javax.websocket.DeploymentException: Multiple Endpoints may not >> be deployed to using the

Re: Minor grammar glitch in a Websocket exception message.

2013-12-12 Thread Mark Thomas
On 12/12/2013 06:35, Igor Urisman wrote: > As seen in 8.0.0 RC5: > > java.lang.IllegalStateException: javax.websocket.DeploymentException: > Multiple Endpoints may not be deployed to using the same path > [/conntestCloseEndpoint] > > IMHO, the message can't make up its mind between "to the same p

Minor grammar glitch in a Websocket exception message.

2013-12-11 Thread Igor Urisman
As seen in 8.0.0 RC5: java.lang.IllegalStateException: javax.websocket.DeploymentException: Multiple Endpoints may not be deployed to using the same path [/conntestCloseEndpoint] IMHO, the message can't make up its mind between "to the same path" and "using the same path". -Igor.