Re: svn commit: r1465254 - in /ofbiz/trunk: ./ framework/base/ framework/base/lib/scripting/ framework/base/src/org/ofbiz/base/container/ framework/base/src/org/ofbiz/base/container/groovy/

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

Re: svn commit: r1465254 - in /ofbiz/trunk: ./ framework/base/ framework/base/lib/scripting/ framework/base/src/org/ofbiz/base/container/ framework/base/src/org/ofbiz/base/container/groovy/

Jacques Le Roux
Administrator
Jacopo,

For this commit and when crowd will be removed, I believe we shoult put a note in the Attic page https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Attic

Thanks

Jacques

From: <[hidden email]>

> Author: jacopoc
> Date: Sat Apr  6 14:48:10 2013
> New Revision: 1465254
>
> URL: http://svn.apache.org/r1465254
> Log:
> Removed the GroovyShellContainer, that was disabled by default for security reasons, mostly because it was based on some code distributed with unclear license terms.
>
> Removed:
>    ofbiz/trunk/framework/base/lib/scripting/jansi-1.2.1.jar
>    ofbiz/trunk/framework/base/lib/scripting/jline-0.9.94.jar
>    ofbiz/trunk/framework/base/src/org/ofbiz/base/container/GroovyShellContainer.java
>    ofbiz/trunk/framework/base/src/org/ofbiz/base/container/groovy/
> Modified:
>    ofbiz/trunk/NOTICE
>    ofbiz/trunk/framework/base/ofbiz-component.xml
>
> Modified: ofbiz/trunk/NOTICE
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/NOTICE?rev=1465254&r1=1465253&r2=1465254&view=diff
> ==============================================================================
> --- ofbiz/trunk/NOTICE (original)
> +++ ofbiz/trunk/NOTICE Sat Apr  6 14:48:10 2013
> @@ -347,12 +347,6 @@ This product includes software developed
> This product includes software developed by the Indiana University
> Extreme! Lab (http://www.extreme.indiana.edu/).
> =========================================================================
> -==  jline Notice                                                       ==
> -=========================================================================
> -
> -This product includes software developed by Marc Prud'hommeaux
> -<[hidden email]>
> -=========================================================================
> ==  FamFamFam Notice                                                   ==
> =========================================================================
>
>
> Modified: ofbiz/trunk/framework/base/ofbiz-component.xml
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/ofbiz-component.xml?rev=1465254&r1=1465253&r2=1465254&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/base/ofbiz-component.xml (original)
> +++ ofbiz/trunk/framework/base/ofbiz-component.xml Sat Apr  6 14:48:10 2013
> @@ -45,11 +45,4 @@ under the License.
>         <property name="app-name" value="OFBiz"/>
>     </container-->
>
> -    <!-- load Groovy remote telnet server -->
> -    <!-- Commented out by default for security reasons -->
> -    <!-- the port below will be opened by Groovy -->
> -    <!--container name="groovyshell-container" class="org.ofbiz.base.container.GroovyShellContainer">
> -        <property name="telnet-port" value="9991"/>
> -    </container-->
> -
> </ofbiz-component>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1465254 - in /ofbiz/trunk: ./ framework/base/ framework/base/lib/scripting/ framework/base/src/org/ofbiz/base/container/ framework/base/src/org/ofbiz/base/container/groovy/

Jacopo Cappellato-4
Done now:

https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Attic#OFBizAttic-GroovyShell

Jacopo

On Apr 6, 2013, at 6:37 PM, Jacques Le Roux <[hidden email]> wrote:

> Jacopo,
>
> For this commit and when crowd will be removed, I believe we shoult put a note in the Attic page https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Attic
>
> Thanks
>
> Jacques
>
> From: <[hidden email]>
>> Author: jacopoc
>> Date: Sat Apr  6 14:48:10 2013
>> New Revision: 1465254
>>
>> URL: http://svn.apache.org/r1465254
>> Log:
>> Removed the GroovyShellContainer, that was disabled by default for security reasons, mostly because it was based on some code distributed with unclear license terms.
>>
>> Removed:
>>   ofbiz/trunk/framework/base/lib/scripting/jansi-1.2.1.jar
>>   ofbiz/trunk/framework/base/lib/scripting/jline-0.9.94.jar
>>   ofbiz/trunk/framework/base/src/org/ofbiz/base/container/GroovyShellContainer.java
>>   ofbiz/trunk/framework/base/src/org/ofbiz/base/container/groovy/
>> Modified:
>>   ofbiz/trunk/NOTICE
>>   ofbiz/trunk/framework/base/ofbiz-component.xml
>>
>> Modified: ofbiz/trunk/NOTICE
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/NOTICE?rev=1465254&r1=1465253&r2=1465254&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/NOTICE (original)
>> +++ ofbiz/trunk/NOTICE Sat Apr  6 14:48:10 2013
>> @@ -347,12 +347,6 @@ This product includes software developed
>> This product includes software developed by the Indiana University
>> Extreme! Lab (http://www.extreme.indiana.edu/).
>> =========================================================================
>> -==  jline Notice                                                       ==
>> -=========================================================================
>> -
>> -This product includes software developed by Marc Prud'hommeaux
>> -<[hidden email]>
>> -=========================================================================
>> ==  FamFamFam Notice                                                   ==
>> =========================================================================
>>
>>
>> Modified: ofbiz/trunk/framework/base/ofbiz-component.xml
>> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/ofbiz-component.xml?rev=1465254&r1=1465253&r2=1465254&view=diff
>> ==============================================================================
>> --- ofbiz/trunk/framework/base/ofbiz-component.xml (original)
>> +++ ofbiz/trunk/framework/base/ofbiz-component.xml Sat Apr  6 14:48:10 2013
>> @@ -45,11 +45,4 @@ under the License.
>>        <property name="app-name" value="OFBiz"/>
>>    </container-->
>>
>> -    <!-- load Groovy remote telnet server -->
>> -    <!-- Commented out by default for security reasons -->
>> -    <!-- the port below will be opened by Groovy -->
>> -    <!--container name="groovyshell-container" class="org.ofbiz.base.container.GroovyShellContainer">
>> -        <property name="telnet-port" value="9991"/>
>> -    </container-->
>> -
>> </ofbiz-component>
>>
>>