i am programming in a framework that uses spring web-flow and JSF.
I have to create a rest service that acts on get requests. but the problem is that spring web-flow replace my request parameters with its own "execution parameter" for example the url that i need is : http://localhost:8080/app/rg/restService?id=ca9761e3-90d1-40ca-b160-5c704b2ac982
but web-flow changes this url to http://localhost:8080/app/rg/restService?execution=e4s1
.
by the way, there is a solution suggested here but i can not use that.
any help will be appreciated.