mount-point="/" results in the disappearing of the hostname in the URL's of categories, products, etc.
------------------------------------------------------------------------------------------------------ Key: OFBIZ-2238 URL: https://issues.apache.org/jira/browse/OFBIZ-2238 Project: OFBiz Issue Type: Bug Components: ecommerce Affects Versions: Release Branch 9.3 Environment: CentOS 5.2 x86-64 Reporter: LSparreb Priority: Critical Changing the mountpoint of the ecommerce webapp to "/" affects the generation of the URL's of the catalog-items (categories, products, etc). THE HOSTNAME IS DISAPPEARED ! Setting mountpoint other than "/" results in correct URL's http://myhost:8080/ecommerce/catalog/FA-100/FA-100 http://neptune:8080/ecommerce/catalog/dropShip/dropShip Now when I set mount-point="/" then the links points to none-existing pages: http://catalog/FA-100/FA-100 http://catalog/dropShip/dropShip What I am expecting is: http://myhost:8080/catalog/FA-100/FA-100 http://neptune:8080/catalog/dropShip/dropShip I am sure I missed something here. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-2238: ----------------------------------- Priority: Minor (was: Critical) Affects Version/s: (was: Release Branch 9.3) SVN trunk Not sure if it's really a bug > mount-point="/" results in the disappearing of the hostname in the URL's of categories, products, etc. > ------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2238 > URL: https://issues.apache.org/jira/browse/OFBIZ-2238 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: CentOS 5.2 x86-64 > Reporter: LSparreb > Priority: Minor > > Changing the mountpoint of the ecommerce webapp to "/" affects the generation of the URL's of the catalog-items (categories, products, etc). THE HOSTNAME IS DISAPPEARED ! > Setting mountpoint other than "/" results in correct URL's > http://myhost:8080/ecommerce/catalog/FA-100/FA-100 > http://neptune:8080/ecommerce/catalog/dropShip/dropShip > Now when I set mount-point="/" then the links points to none-existing pages: > http://catalog/FA-100/FA-100 > http://catalog/dropShip/dropShip > What I am expecting is: > http://myhost:8080/catalog/FA-100/FA-100 > http://neptune:8080/catalog/dropShip/dropShip > I am sure I missed something here. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David E. Jones closed OFBIZ-2238. --------------------------------- Resolution: Fixed Fix Version/s: SVN trunk Assignee: David E. Jones Thanks for reporting this. There was an issue with the URL, but it wasn't that the domain name was missing, it was that there was an extra forward slash at the beginning so the browser didn't interpret it as a relative URL. There were a couple of other issues as well. Anyway, it seems to be working well now with the changes in SVN rev 753118. Please let me know if you run into any other problems. > mount-point="/" results in the disappearing of the hostname in the URL's of categories, products, etc. > ------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2238 > URL: https://issues.apache.org/jira/browse/OFBIZ-2238 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: CentOS 5.2 x86-64 > Reporter: LSparreb > Assignee: David E. Jones > Priority: Minor > Fix For: SVN trunk > > > Changing the mountpoint of the ecommerce webapp to "/" affects the generation of the URL's of the catalog-items (categories, products, etc). THE HOSTNAME IS DISAPPEARED ! > Setting mountpoint other than "/" results in correct URL's > http://myhost:8080/ecommerce/catalog/FA-100/FA-100 > http://neptune:8080/ecommerce/catalog/dropShip/dropShip > Now when I set mount-point="/" then the links points to none-existing pages: > http://catalog/FA-100/FA-100 > http://catalog/dropShip/dropShip > What I am expecting is: > http://myhost:8080/catalog/FA-100/FA-100 > http://neptune:8080/catalog/dropShip/dropShip > I am sure I missed something here. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681710#action_12681710 ] LSparreb commented on OFBIZ-2238: --------------------------------- Thanks folks, I installed "ofbiz_trunk_2009-03-12-v753176" and yes it works here too. I'm impressed by the quick response and bugfix. > mount-point="/" results in the disappearing of the hostname in the URL's of categories, products, etc. > ------------------------------------------------------------------------------------------------------ > > Key: OFBIZ-2238 > URL: https://issues.apache.org/jira/browse/OFBIZ-2238 > Project: OFBiz > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: CentOS 5.2 x86-64 > Reporter: LSparreb > Assignee: David E. Jones > Priority: Minor > Fix For: SVN trunk > > > Changing the mountpoint of the ecommerce webapp to "/" affects the generation of the URL's of the catalog-items (categories, products, etc). THE HOSTNAME IS DISAPPEARED ! > Setting mountpoint other than "/" results in correct URL's > http://myhost:8080/ecommerce/catalog/FA-100/FA-100 > http://neptune:8080/ecommerce/catalog/dropShip/dropShip > Now when I set mount-point="/" then the links points to none-existing pages: > http://catalog/FA-100/FA-100 > http://catalog/dropShip/dropShip > What I am expecting is: > http://myhost:8080/catalog/FA-100/FA-100 > http://neptune:8080/catalog/dropShip/dropShip > I am sure I missed something here. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |