You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2014/03/26 10:09:15 UTC

[jira] [Closed] (OFBIZ-4984) Broken forwarding since latest trunk changes

     [ https://issues.apache.org/jira/browse/OFBIZ-4984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacopo Cappellato closed OFBIZ-4984.
------------------------------------

    Resolution: Duplicate

This has been recently fixed after another similar bug report

> Broken forwarding since latest trunk changes
> --------------------------------------------
>
>                 Key: OFBIZ-4984
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4984
>             Project: OFBiz
>          Issue Type: Bug
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Christoph Neuroth
>            Priority: Critical
>
> Since the latest trunk changes, several applications no longer forward from /application to /application/control/main. This leads to subtle bugs because applications fail to load javascript resources.
> Affected applications can be found easily:
> {code}
> $ for component in ap ar accounting assetmaint catalog content facility humanres manufcatoring marketing myportal ordermgr partymgr projectmgr sfa scrum workeffort bi ebay example exampleext googlebase googlecheckout hhfacility oagis webpos  webtools ebaystore ; do curl -sL -w "%{http_code} %{url_effective}\\n" http://demo-trunk.ofbiz.apache.org/$component/ -o /dev/null; done
> 302 https://demo-trunk.ofbiz.apache.org:8443/ap/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/ar/control/main
> 404 http://demo-trunk.ofbiz.apache.org/accounting/
> 302 https://demo-trunk.ofbiz.apache.org:8443/assetmaint/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/catalog/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/content/control/main
> 404 http://demo-trunk.ofbiz.apache.org/facility/
> 302 https://demo-trunk.ofbiz.apache.org:8443/humanres/control/main
> 404 http://demo-trunk.ofbiz.apache.org/manufcatoring/
> 302 https://demo-trunk.ofbiz.apache.org:8443/marketing/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/myportal/control/main
> 404 http://demo-trunk.ofbiz.apache.org/ordermgr/
> 302 https://demo-trunk.ofbiz.apache.org:8443/partymgr/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/projectmgr/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/sfa/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/scrum/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/workeffort/control/main
> 404 http://demo-trunk.ofbiz.apache.org/bi/
> 302 https://demo-trunk.ofbiz.apache.org:8443/ebay/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/example/control/main
> 404 http://demo-trunk.ofbiz.apache.org/exampleext/
> 302 https://demo-trunk.ofbiz.apache.org:8443/googlebase/control/main
> 404 http://demo-trunk.ofbiz.apache.org/googlecheckout/
> 302 https://demo-trunk.ofbiz.apache.org:8443/hhfacility/control/main
> 404 http://demo-trunk.ofbiz.apache.org/oagis/
> 200 http://demo-trunk.ofbiz.apache.org/webpos/control/main
> 302 https://demo-trunk.ofbiz.apache.org:8443/webtools/control/main
> 404 http://demo-trunk.ofbiz.apache.org/ebaystore/
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)