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

Receiving JSON POST request doesn't work on App Engine #48

Open greenrd opened 11 years ago

greenrd commented 11 years ago

App Engine apps have restricted access to the classloader, which lift-json tries to access to load a class.