You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Deepak Dixit <de...@hotwaxsystems.com> on 2017/10/30 05:43:02 UTC

Re: svn commit: r1813679 - in /ofbiz/ofbiz-framework/trunk: ./ framework/common/groovyScripts/ framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/

Hi Jacques,




> +        if (delegator != null && "Y".equals(EntityUtilProperties.getPropertyValue("embisphere",
> "use-external-server", "Y", delegator))) {
>

I think ti should be security instead of embisphere :)

Re: svn commit: r1813679 - in /ofbiz/ofbiz-framework/trunk: ./ framework/common/groovyScripts/ framework/webapp/src/main/java/org/apache/ofbiz/webapp/control/

Posted by Jacques Le Roux <ja...@les7arts.com>.
Oops, thanks Deepak :)

Fixed

Jacques


Le 30/10/2017 à 06:43, Deepak Dixit a écrit :
> Hi Jacques,
>
>> +        if (delegator != null && "Y".equals(EntityUtilProperties.getPropertyValue("embisphere",
>> "use-external-server", "Y", delegator))) {
>>
> I think ti should be security instead of embisphere :)
>