[keycloak-dev] HttpRequest, UriInfo, HttpHeader

Stian Thorgersen stian at redhat.com
Mon Feb 23 06:59:43 EST 2015


Where do you need it?

----- Original Message -----
> From: "Michael Gerber" <gerbermichi at me.com>
> To: keycloak-dev at lists.jboss.org
> Sent: Monday, February 23, 2015 11:47:53 AM
> Subject: [keycloak-dev] HttpRequest, UriInfo, HttpHeader
> 
> Hi all,
> 
> I need the following information:
> - query parameter
> - cookie
> - http header (Accept-Language)
> 
> I thought I can access all this information through the HttpRequest (getUri,
> getHttpHeaders).
> Unfortunatly, the getUri on the HttpRequest throws an error:
> java.lang.NoSuchMethodError:
> org.jboss.resteasy.spi.HttpRequest.getUri()Ljavax/ws/rs/core/UriInfo;
> 
> Do you know how I can get the URI from an org.jboss.resteasy.spi.HttpRequest
> ?
> 
> Best
> Michael
> 
> 
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev
> 


More information about the keycloak-dev mailing list