bowler-framework / Bowler

RESTful Web Framework based on Scala, built on top of Scalatra & Scalate
http://bowlerframework.org
BSD 3-Clause "New" or "Revised" License
118 stars 13 forks source link

Bowler doesn't understand JSESSIONIDs #40

Open greenrd opened 11 years ago

greenrd commented 11 years ago

Even though Bowler rewrites redirect URLs, it doesn't understand the rewritten URLs when this "feature" is enabled in the servlet container.

greenrd commented 11 years ago

This only seems to be a problem when the JSESSIONID is in uppercase and/or the container is an embedded Jetty container (e.g. one created by ScalatraTest).