URL in petstoreWeb hard-coded to use localhost
----------------------------------------------
Key: BEEHIVE-765
URL: http://issues.apache.org/jira/browse/BEEHIVE-765
Project: Beehive
Type: Bug
Components: Samples
Versions: V1Beta
Environment: Beehive SVN 178456
Reporter: Jeremiah Johnson
Assigned to: Eddie O'Neil
Priority: Minor
Fix For: V1
accountNavHeader.tag has a URL to list orders explicitly referencing localhost
- that makes the Petstore sample tough to use from a remote machine. In my
case, I was testing from a central build server and couldn't view orders
without manually typing the URL.
--- accountNavHeader.tag
<!-- TODO: fix this -->
<netui:anchor href="http://local
host:8080/petstoreWeb/account/edit/listOrders.do" value="${bundle.account.listOr
dersLabel}" styleClass="toolbar" />
---
You should be able to change that to an action of
rootSharedFlow.globalViewOrders instead of using the href.
--
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