double forward slashes in ecommerce emails
------------------------------------------
Key: OFBIZ-2618
URL: https://issues.apache.org/jira/browse/OFBIZ-2618
Project: OFBiz
Issue Type: Bug
Components: specialpurpose/ecommerce
Affects Versions: Release Branch 9.04, SVN trunk
Reporter: BJ Freeman
Fix For: Release Branch 9.04, SVN trunk
in the widets
<set field="baseEcommerceSecureUrl"
value="${baseSecureUrl}/ecommerce/control/"/>
has a trailing forward slash
then the added url has a leading forward slash
/orderstatus?orderId=
so you get
/ecommerce/control//orderstatus?orderId=
removed the trailing forward slash
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.