-
Jan 4th, 2012, 11:07 AM
#1
Upgrade from Spring MVC 3.0.5 to 3.1.0
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules