Author: jacopoc
Date: Sat Apr 6 14:48:10 2013
New Revision: 1465254
URL:
http://svn.apache.org/r1465254Log:
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>