AnamariaClaudia / struts2-ssl-plugin

Automatically exported from code.google.com/p/struts2-ssl-plugin
0 stars 0 forks source link

Return to HTTP after secure operation #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Perform an action that this plugin will direct you to https for (i.e.
login or register)
2. Continue to the rest of the site.  Since link constructed by Struts
remain in https the site does not revert to http.

What is the expected output? What do you see instead?
All links constructed by struts will be https once you are on a https page
using struts-ssl-plugin

What version of the product are you using? On what operating system?
1.1 

Please provide any additional information below.

Original issue reported on code.google.com by diwant on 20 Nov 2008 at 3:04

GoogleCodeExporter commented 8 years ago
Still have this problem.

Original comment by diwant on 28 Nov 2008 at 12:42

GoogleCodeExporter commented 8 years ago
As designed.

plugin will only redirect to https or http mode. if you want to redirect to 
http mode 
after performing an https action, you have to redirect to a http action as an 
result.

Original comment by mymail...@gmail.com on 12 Dec 2008 at 8:32

GoogleCodeExporter commented 8 years ago
Can't we have something of @unsecured annotation instead?

Original comment by findecli...@gmail.com on 4 May 2013 at 9:41