baseSecureUrl is returning a IP address instead of domain.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

baseSecureUrl is returning a IP address instead of domain.

BJ Freeman
baseSecureUrl is used in a template for  Subscription Verify Email in
specialpurpose\ecommerce\widget\EmailContactListScreens.xml
                <set field="baseEcommerceSecureUrl"
value="${baseSecureUrl}/ecommerce/control/"/>

so the email URL shows an IP instead of the domain name.
still digging through code to find if this is changable.
any help appreciated.



--
BJ Freeman
http://www.businessesnetwork.com/automation
http://bjfreeman.elance.com
http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
Systems Integrator.

Reply | Threaded
Open this post in threaded view
|

Re: baseSecureUrl is returning a IP address instead of domain.

Jacques Le Roux
Administrator
Hi BJ,

Did you work it out ?

Jacques

From: "BJ Freeman" <[hidden email]>

> baseSecureUrl is used in a template for  Subscription Verify Email in
> specialpurpose\ecommerce\widget\EmailContactListScreens.xml
>                <set field="baseEcommerceSecureUrl"
> value="${baseSecureUrl}/ecommerce/control/"/>
>
> so the email URL shows an IP instead of the domain name.
> still digging through code to find if this is changable.
> any help appreciated.
>
>
>
> --
> BJ Freeman
> http://www.businessesnetwork.com/automation
> http://bjfreeman.elance.com
> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
> Systems Integrator.
>

Reply | Threaded
Open this post in threaded view
|

Re: baseSecureUrl is returning a IP address instead of domain.

rohit
Hi,

The general.properties file in framework/common/config has the following:

       
# -- The default domainname used in the notification emails links
# as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file.

but there is no entry for them in the url.properties file.

This could be perhaps the place where the problem lies.

Thanks,

Rohit

Jacques Le Roux wrote
Hi BJ,

Did you work it out ?

Jacques

From: "BJ Freeman" <bjfree@free-man.net>
> baseSecureUrl is used in a template for  Subscription Verify Email in
> specialpurpose\ecommerce\widget\EmailContactListScreens.xml
>                <set field="baseEcommerceSecureUrl"
> value="${baseSecureUrl}/ecommerce/control/"/>
>
> so the email URL shows an IP instead of the domain name.
> still digging through code to find if this is changable.
> any help appreciated.
>
>
>
> --
> BJ Freeman
> http://www.businessesnetwork.com/automation
> http://bjfreeman.elance.com
> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
> Systems Integrator.
>
Reply | Threaded
Open this post in threaded view
|

Re: baseSecureUrl is returning a IP address instead of domain.

BJ Freeman
I think Rohit is use ver 4. he can implement the changes hans made.

Jacques Le Roux sent the following on 12/24/2009 3:56 AM:

> Thanks Rohit,
>
> Hopefully BJ, will have a look when he will get a chance
> But I wonder now if it's not related to
> https://issues.apache.org/jira/browse/OFBIZ-2657 and then no longer an
> issue
>
> Jacques
>
> From: "rohit" <[hidden email]>
>>
>> Hi,
>>
>> The general.properties file in framework/common/config has the following:
>>
>>
>> # -- The default domainname used in the notification emails links
>> # as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file.
>> but there is no entry for them in the url.properties file.
>>
>> This could be perhaps the place where the problem lies.
>>
>> Thanks,
>>
>> Rohit
>>
>>
>> Jacques Le Roux wrote:
>>>
>>> Hi BJ,
>>>
>>> Did you work it out ?
>>>
>>> Jacques
>>>
>>> From: "BJ Freeman" <[hidden email]>
>>>> baseSecureUrl is used in a template for  Subscription Verify Email in
>>>> specialpurpose\ecommerce\widget\EmailContactListScreens.xml
>>>>                <set field="baseEcommerceSecureUrl"
>>>> value="${baseSecureUrl}/ecommerce/control/"/>
>>>>
>>>> so the email URL shows an IP instead of the domain name.
>>>> still digging through code to find if this is changable.
>>>> any help appreciated.
>>>>
>>>>
>>>>
>>>> --
>>>> BJ Freeman
>>>> http://www.businessesnetwork.com/automation
>>>> http://bjfreeman.elance.com
>>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>>>>
>>>> Systems Integrator.
>>>>
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://n4.nabble.com/baseSecureUrl-is-returning-a-IP-address-instead-of-domain-tp160778p976064.html
>>
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: baseSecureUrl is returning a IP address instead of domain.

BJ Freeman
https://issues.apache.org/jira/browse/OFBIZ-2657
is in the trunk. Hans gave the trunk version he made this change.
of if you look up that commit you can use that to change you code.
you may have to do more, not sure since I don't use ver 4.0 anymore.

Hope that is clearer.

Ps my comment in the jira is not in the ofbiz svn but in my own
redistribution under the Strategic Power office label.I would not help you.


rohit sent the following on 12/24/2009 5:02 PM:

> I am not sure i understand your mail correctly, can you please clarify.
> rohit
>
> --- On Fri, 12/25/09, BJ Freeman [via OFBiz] <[hidden email]> wrote:
>
> From: BJ Freeman [via OFBiz] <[hidden email]>
> Subject: Re: baseSecureUrl is returning a IP address instead of domain.
> To: "rohit" <[hidden email]>
> Date: Friday, December 25, 2009, 1:23 AM
>
>
>
> I think Rohit is use ver 4. he can implement the changes hans made.
>
>
> Jacques Le Roux sent the following on 12/24/2009 3:56 AM:
>
>> Thanks Rohit,
>
>
>> Hopefully BJ, will have a look when he will get a chance
>
>> But I wonder now if it's not related to
>
>> https://issues.apache.org/jira/browse/OFBIZ-2657 and then no longer an
>
>> issue
>
>
>> Jacques
>
>
>> From: "rohit" <[hidden email]>
>
>
>>> Hi,
>
>
>>> The general.properties file in framework/common/config has the following:
>
>
>
>>> # -- The default domainname used in the notification emails links
>
>>> # as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file.
>
>>> but there is no entry for them in the url.properties file.
>
>
>>> This could be perhaps the place where the problem lies.
>
>
>>> Thanks,
>
>
>>> Rohit
>
>
>
>>> Jacques Le Roux wrote:
>
>
>>>> Hi BJ,
>
>
>>>> Did you work it out ?
>
>
>>>> Jacques
>
>
>>>> From: "BJ Freeman" <[hidden email]>
>
>>>>> baseSecureUrl is used in a template for  Subscription Verify Email in
>
>>>>> specialpurpose\ecommerce\widget\EmailContactListScreens.xml
>
>>>>>                <set field="baseEcommerceSecureUrl"
>
>>>>> value="${baseSecureUrl}/ecommerce/control/"/>
>
>
>>>>> so the email URL shows an IP instead of the domain name.
>
>>>>> still digging through code to find if this is changable.
>
>>>>> any help appreciated.
>
>
>
>
>>>>> --
>
>>>>> BJ Freeman
>
>>>>> http://www.businessesnetwork.com/automation
>>>>> http://bjfreeman.elance.com
>>>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>>>>>
>
>>>>> Systems Integrator.
>
>
>
>
>
>
>>> --
>
>>> View this message in context:
>
>>> http://n4.nabble.com/baseSecureUrl-is-returning-a-IP-address-instead-of-domain-tp160778p976064.html
>>>
>
>>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
>
>
>
>
>
>
>
>
> View message @ http://n4.nabble.com/baseSecureUrl-is-returning-a-IP-address-instead-of-domain-tp160778p978588.html
>
>
> To unsubscribe from Re: baseSecureUrl is returning a IP address instead of domain., click here.
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: baseSecureUrl is returning a IP address instead of domain.

Jacques Le Roux
Administrator
In reply to this post by rohit
Thanks Rohit,

Hopefully BJ, will have a look when he will get a chance
But I wonder now if it's not related to https://issues.apache.org/jira/browse/OFBIZ-2657 and then no longer an issue

Jacques

From: "rohit" <[hidden email]>

>
> Hi,
>
> The general.properties file in framework/common/config has the following:
>
>
> # -- The default domainname used in the notification emails links
> # as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file.
>
> but there is no entry for them in the url.properties file.
>
> This could be perhaps the place where the problem lies.
>
> Thanks,
>
> Rohit
>
>
> Jacques Le Roux wrote:
>>
>> Hi BJ,
>>
>> Did you work it out ?
>>
>> Jacques
>>
>> From: "BJ Freeman" <[hidden email]>
>>> baseSecureUrl is used in a template for  Subscription Verify Email in
>>> specialpurpose\ecommerce\widget\EmailContactListScreens.xml
>>>                <set field="baseEcommerceSecureUrl"
>>> value="${baseSecureUrl}/ecommerce/control/"/>
>>>
>>> so the email URL shows an IP instead of the domain name.
>>> still digging through code to find if this is changable.
>>> any help appreciated.
>>>
>>>
>>>
>>> --
>>> BJ Freeman
>>> http://www.businessesnetwork.com/automation
>>> http://bjfreeman.elance.com
>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>>> Systems Integrator.
>>>
>>
>>
>>
>
> --
> View this message in context: http://n4.nabble.com/baseSecureUrl-is-returning-a-IP-address-instead-of-domain-tp160778p976064.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: baseSecureUrl is returning a IP address instead of domain.

rohit
In reply to this post by BJ Freeman
I am not sure i understand your mail correctly, can you please clarify.

rohit

--- On Fri, 12/25/09, BJ Freeman [via OFBiz] <[hidden email]> wrote:

From: BJ Freeman [via OFBiz] <[hidden email]>
Subject: Re: baseSecureUrl is returning a IP address instead of domain.
To: "rohit" <[hidden email]>
Date: Friday, December 25, 2009, 1:23 AM

I think Rohit is use ver 4. he can implement the changes hans made.

Jacques Le Roux sent the following on 12/24/2009 3:56 AM:

> Thanks Rohit,
>
> Hopefully BJ, will have a look when he will get a chance
> But I wonder now if it's not related to
> https://issues.apache.org/jira/browse/OFBIZ-2657 and then no longer an
> issue
>
> Jacques
>
> From: "rohit" <[hidden email]>
>>
>> Hi,
>>
>> The general.properties file in framework/common/config has the following:
>>
>>
>> # -- The default domainname used in the notification emails links
>> # as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file.
>> but there is no entry for them in the url.properties file.
>>
>> This could be perhaps the place where the problem lies.
>>
>> Thanks,
>>
>> Rohit
>>
>>
>> Jacques Le Roux wrote:
>>>
>>> Hi BJ,
>>>
>>> Did you work it out ?
>>>
>>> Jacques
>>>
>>> From: "BJ Freeman" <[hidden email]>
>>>> baseSecureUrl is used in a template for  Subscription Verify Email in
>>>> specialpurpose\ecommerce\widget\EmailContactListScreens.xml
>>>>                <set field="baseEcommerceSecureUrl"
>>>> value="${baseSecureUrl}/ecommerce/control/"/>
>>>>
>>>> so the email URL shows an IP instead of the domain name.
>>>> still digging through code to find if this is changable.
>>>> any help appreciated.
>>>>
>>>>
>>>>
>>>> --
>>>> BJ Freeman
>>>> http://www.businessesnetwork.com/automation
>>>> http://bjfreeman.elance.com
>>>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro
>>>>
>>>> Systems Integrator.
>>>>
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://n4.nabble.com/baseSecureUrl-is-returning-a-IP-address-instead-of-domain-tp160778p976064.html
>>
>> Sent from the OFBiz - User mailing list archive at Nabble.com.
>>
>
>



View message @ http://n4.nabble.com/baseSecureUrl-is-returning-a-IP-address-instead-of-domain-tp160778p978588.html
To unsubscribe from Re: baseSecureUrl is returning a IP address instead of domain., click here.