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
119 stars 13 forks source link

Dots (".") in paths in FunctionNameConventionRoutes do not work #14

Closed wfaler closed 12 years ago

wfaler commented 12 years ago

Application crashes during startup when a . is in the path of a route in FunctionNameConventionRoutes. This is likely due to dots not being translated during startup when routes are reflectively read ("." needs to be translated into it's JVM "$something")

wfaler commented 12 years ago

Fixed