You might be interested by this comment 
https://issues.apache.org/jira/browse/OFBIZ-5312?focusedCommentId=13944254 (and 
the few last ones above)
The branch which support this change is https://svn.apache.org/repos/asf/ofbiz/branches/OFBIZ-5312-ofbiz-ecommerce-seo-2013-10-23 (it synced with trunk every week)

You might prefer the moment where I will create an ecomseo component. 
Unfortunately I'm quite busy at the moment and I don't expect it in the next 
weeks

Jacques

Le 26/03/2014 17:51, iwolf a écrit :
Further findings:

The problem is that in

../applications/products/src/org/ofbiz/product/category/CatalogUrlFIlter.java

request.getContextPath() is ""

Therefore

             if (urlBuilder.charAt(urlBuilder.length() - 1) != '/') {
                 urlBuilder.append("/");
             }

will not work. As I am quite new to ofbiz, could anyone tell me if this is
something that could be configured (current mis-configuration) or should
this be catched in code like:

            if(contextPath ==""){
                contextPath = "/";
             }



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Webapp-mount-point-problem-in-ofbiz-trunk-tp4649827p4649853.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


--
Jacques Le Roux
400E Chemin de la Mouline
34560 Poussan
33+(0)4 67 51 19 38
33+(0)6 11 19 50 28

Reply via email to