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

request.asInstanceOf[BowlerHttpRequest].getRequestBodyAsString does not work if parameters have been read from POST body #37

Open greenrd opened 12 years ago

greenrd commented 12 years ago

You get an exception.

Not sure if this is a real issue or a "don't do that".