RESTfull uri’s with Spring 2.5

Spring 3 will introduce annotated URI mapping for restfull like uris. But you might not be able to install 2.5 for some reason.

In this case, the following article might help:

UrlRewriteFilter

it describes the core project UrlRewriteFilter Project

Share