Expeditor Toolkit,
Version 6.2
Operating systems: Linux on x86, Windows |
The Portlet specification requires that Portlets which must be accessed through HTTPS specify a security-constraint in the portlet.xml.
<security-constraint> <display-name>Secure Portlets</display-name> <portlet-collection> <portlet-name>TestPortlet</portlet-name> </portlet-collection> <user-data-constraint> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </user-data-constraint> </security-constraint>