You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org> on 2005/05/25 18:34:55 UTC

[jira] Created: (BEEHIVE-765) URL in petstoreWeb hard-coded to use localhost

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


[jira] Closed: (BEEHIVE-765) URL in petstoreWeb hard-coded to use localhost

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-765?page=all ]
     
Jeremiah Johnson closed BEEHIVE-765:
------------------------------------


Verified in dist built from SVN 178544.

Thanks for taking the localhost check out of index.jsp too - makes it easier to test from my remote machine.  I can initDB now without manually entering the URL.  To verify this fix, I signed in, clicked my account, then clicked 'list orders'.

> 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
>     Assignee: 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


[jira] Resolved: (BEEHIVE-765) URL in petstoreWeb hard-coded to use localhost

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-765?page=all ]
     
Eddie O'Neil resolved BEEHIVE-765:
----------------------------------

    Resolution: Fixed

Fixed in SVN 178542.  Now referencing the shared flow action that references the correct JPF action.

> 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
>     Assignee: 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