Need to have a way to specify listen-port/secure-listen-port without
ServletContainerAdapter
--------------------------------------------------------------------------------------------
Key: BEEHIVE-584
URL: http://issues.apache.org/jira/browse/BEEHIVE-584
Project: Beehive
Type: Improvement
Components: NetUI
Versions: V1, V1Alpha, V1Beta
Reporter: Rich Feit
Assigned to: Rich Feit
Fix For: TBD
We support rendering of secure URLs (marked with a transport-guarantee of
CONFIDENTIAL in web.xml) with https links, even if the original request was on
http. We do this by asking the current ServletContainerAdapter whether the
path needs security, and if it does (or explicitly does not), we ask the
adapter for the appropriate server port (e.g, 8443 for secure requests on
Tomcat).
There needs to be a way to do this without having a ServletContainerAdapter.
Two things should happen:
- our default adapter should parse web.xml to figure out whether a path
needs security, and
- there needs to be a way to specify the secure-listen-port and
unsecure-listen-ports in beehive-netui-config.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira