feroult / yawp

Kotlin/Java API framework for Google Appengine
http://yawp.io
MIT License
131 stars 19 forks source link

[bug] Can't throw an HttpException in a shield for custom action #123

Closed luanpotter closed 5 years ago

luanpotter commented 5 years ago

The shields for custom actions are not handling HttpExceptions properly. They are wrapped in invocation target and get lost, and later generate a 500 error, instead of the error they should.

feroult commented 5 years ago

Fixed in 2.0.7alpha.