dev@jsr311.java.net

Re: HEAD and OPTIONS

From: Dhanji R. Prasanna <dhanji_at_gmail.com>
Date: Fri, 29 Jun 2007 21:56:39 +1000

On 6/29/07, Bill de hOra <bill_at_dehora.net> wrote:
>
> Dhanji R. Prasanna wrote:
> >
> > @HttpMethod(HEAD)
> > Response get() {
> > return headInternal().entity(en).build();
> > }
>
> Dhanji, did you mean:
>
> @HttpMethod(GET)
> Response get() {
> return headInternal().entity(en).build();
> }


Woops, yes! Thanks for spotting it. The horrors of copy/paste!!

Dhanji =)