Hi henry
the jaxrs implementation of clerezza is not servlet based, so you cannot get
the servlet request. (It is based on wrhapi which runs on http servers that
support servlets but also on servers that do not, like the waterken http
server).
Cheers,
reto
----- Original message -----
>
> On 20 Aug 2010, at 19:39, Henry Story wrote:
>
> >
> > @GET
> > public Response logout(@Context UriInfo uriInfo,
> > @HeaderParam("Referer") URI referer,
> > @Context ServletRequest req) {
> > ...
> > }
>
> I also tried HttpServletRequest of course.