Letractively / jcatapult

Automatically exported from code.google.com/p/jcatapult
0 stars 0 forks source link

JCatapult security doesn't support HTTPS #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Need to add support for a HTTPS redirect for login page.

Original issue reported on code.google.com by bpontare...@gmail.com on 17 Mar 2008 at 3:24

GoogleCodeExporter commented 8 years ago

Original comment by bpontare...@gmail.com on 18 Mar 2008 at 3:54

GoogleCodeExporter commented 8 years ago

Original comment by bpontare...@gmail.com on 18 Mar 2008 at 4:16

GoogleCodeExporter commented 8 years ago
This can be handled in the Struts action that responds to the /not-logged-in 
URI.
Although this is somewhat cumbersome, it is currently possible. If anything, the
Struts2 redirect action should be overridden or modified to support HTTPS in a 
more
simplified manner.

Original comment by bpontare...@gmail.com on 19 Mar 2008 at 4:47