resthub / springmvc-router

Adds route mapping capacity to any "Spring MVC based" webapp. Uses playframework.org Router implementation.
http://resthub.github.com/springmvc-router/
Other
167 stars 63 forks source link

Call to reload routes file is missing. #21

Closed bradleydwyer closed 12 years ago

bradleydwyer commented 12 years ago

The existing method to reload routes definitions is never called.

Should either just add it into the handler workflow, or add it in guarded by configuration to enable reload/modification checking.