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

a bit of refactoring after electrotype's pullrequest #20

Closed bclozel closed 11 years ago

bclozel commented 12 years ago

https://github.com/bclozel/springmvc-router/pull/1

bclozel commented 11 years ago

I don't like the idea of adding a dependency on Apache httpclient, just for parsing request arguments.

electrotype commented 11 years ago

Brian, I understand...

But I'm now working on a totally new custom Router class, not tied to Spring and with more functionnalities. I don't use springmvc-router anymore.I won't have time to work on it in the future...

As I already said, I totally understand if you don't merge my changes to the main Resthub master, I won't take it personally! Also, if you want to keep my querystring parameters routing feature, feel free to modify it as you wish.

Thanks again for everything!