users@jersey.java.net

_at_GET and _at_Context HttpServletRequest

From: Igor Minar <iiminar_at_gmail.com>
Date: Thu, 11 Jun 2009 05:29:14 -0700

Hi there,

I'm curious as to why it is illegal to inject request as a method
parameter for methods annotated with @GET.

I'm trying to get the remote ip address of the client for my GET
method and I can't figure out how to do it without the request instance.

Am I overlooking something?

thanks a log!

/i