BriteSnow / snow

A Lightweight, Google Guice, Simple, and Powerful Web Application Framework that makes building modern Web Application a breeze! Fully open source, Apache V2 licensed.
http://britesnow.com/snow
29 stars 10 forks source link

PathVar seems to not support multiple var #35

Closed jeremychone closed 10 years ago

jeremychone commented 10 years ago

Apparently, someone reported a bug that if a @Web... url has multiple pathVar, it did not work.

Need to add a multi pathVar in the test and make sure it works. For example: @WebPost("/save-{entity}-{id}-full")

jeremychone commented 10 years ago

It works. Seems to be an invalid issue.