Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.15
-
None
-
None
-
Windows XP
Description
In production I want my pages to be secured so I annotate my them with @Secure.
In development however, I don't want my pages to have to be secured (https) so I comment out the @Secure annotation.
It would be nice to be able to set the @Secure dynamically based on the environment (development or production).