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

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

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

Deepak Dixit-3
Hi Jacques,




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

I think ti should be security instead of embisphere :)
Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
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 :)
>