How to access Jetty request object #77
Please use the Google group for questions and leave the github issue tracker for issues only.
Also, if you are going to open issues, please use the canonical ring repository at github.com/ring-clojure/ring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to use http://jetty.codehaus.org/jetty/jetty-6/apidocs/org/mortbay/jetty/Request.html#getLocale() to get the locale from the Accept-Language string.
How do I access the Jetty request directly for this?