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

Servlet & context paths not check for leading / #34

Closed rkroll closed 11 years ago

rkroll commented 11 years ago

If the servlet or context path contain a leading slash, reversed routes have double slashes when rendered in HTML.

bclozel commented 11 years ago

Thanks! I've published a 1.1.0-SNAPSHOT version on sonatype.

Do you have other PRs/issues coming? Let me know when you're ready for the 1.1.0 release with this fix.

rkroll commented 11 years ago

We are running this through our QA team now, if we find any further issues I'll let you know.

rkroll commented 11 years ago

Our QA team has found no regression bugs so we will not be submitting any other PRs/issues.

bclozel commented 11 years ago

I've released 1.1.0 - it will be available on maven central shortly. Thanks for your contribution.