JSF redirect from https connector ends up on port 80
----------------------------------------------------
Key: AS7-3267
URL:
https://issues.jboss.org/browse/AS7-3267
Project: Application Server 7
Issue Type: Bug
Components: Web
Affects Versions: 7.1.0.CR1b
Reporter: Nicklas Karlsson
Assignee: Remy Maucherat
Given a JSF page with a link
{code}
<h:commandLink
action="test2?faces-redirect=true">link</h:commandLink>
{code}
and the app running on
https://localhost/Test/faces/test.xhtml, attempts to load
https://localhost:80/Test/faces/test2.xhtml
are made (failing, of course). The port is 80 even if the http connector is 8080 (it's
80 even if the http connector is removed altogether)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira