I'm using Gaelyk 0.7 with GAE 1.5, and I'm attempting to get the request URI in controllers/views:
${request.uri}
That works fine locally, however org.mortbay.jetty.Request.getUri() does not seem supported in production.
When I reach /some/path I expect to get '/some/path' as URI, but ${request.requestURI} gives me something like '/index.groovy'.
Is there any workaround for this?