spring-projects / spring-webflow

Spring Web Flow
https://spring.io/projects/spring-webflow
Apache License 2.0
331 stars 233 forks source link

Not able to achieve HTTPS redirection for a SINGLE VIEW STATE in a flow [SWF-1119] #345

Open spring-operator opened 15 years ago

spring-operator commented 15 years ago

sudheesh s k opened SWF-1119 and commented

I have a flow called BOOKING.

In the flow I have created VIEW STATE called PAYMENT.

Now I need HTTPS security for this single VIEW STATE.

Am able to change the URL by changing the ACTION when submitting the form.

Spring security framework is trying redirect based on the SECURITY FILTER URLs. But not able to achieve it.

ITs always failing saying the "There is no flow called PAYMENT"

Summary : Not able to redirect to HTTPS for a singe VIEW STATE in a flow.


Affects: 2.0.2

Reference URL: http://forum.springsource.org/showthread.php?p=238625#post238625

3 votes, 3 watchers

spring-operator commented 14 years ago

sam commented

I am on the same boat. Fix is highly appreciated

spring-operator commented 13 years ago

Kevin Chandler commented