[
https://jira.jboss.org/jira/browse/EMBJOPR-15?page=com.atlassian.jira.plu...
]
Charles Crouch resolved EMBJOPR-15.
-----------------------------------
Resolution: Done
r38, tested with http connector set to port 80 and everything looked good
Incorrectly generate base url for app if listening on port 80
-------------------------------------------------------------
Key: EMBJOPR-15
URL:
https://jira.jboss.org/jira/browse/EMBJOPR-15
Project: Embedded Jopr
Issue Type: Bug
Affects Versions: 1.0
Reporter: Charles Crouch
Assignee: Charles Crouch
Fix For: 1.1
NavigationAction line 104 instead of
url.append(request.getServerPort() == 80 ? null : ":" +
request.getServerPort());
needs to be
url.append(request.getServerPort() == 80 ? "" : ":" +
request.getServerPort());
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira