Hello,

I've been upgrading my application from Spring 3.0.5-RELEASE to Spring 3.1.0-RELEASE this morning.
I upgrade all dependencies excepts Spring Security.

I now encounter a problem.

I have some REST url that i use with different request mapping :
.../flows/settings/{flowId} ==> GET
.../flows/settings/{flowId} ==> POST
.../flows/settings/{flowId} ==> DELETE

The GET goes well but when i try POST or DELETE, i got this error :
Request method 'POST' not supported

I've spend the whole afternoon searching the web and i don't understand what i'm missing ..

Does someone have an idea ?
thx a lot

Rémi