[keycloak-dev] HttpRequest, UriInfo, HttpHeader
Michael Gerber
gerbermichi at me.com
Mon Feb 23 05:47:53 EST 2015
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
More information about the keycloak-dev
mailing list