Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
"Applied fix from trunk for revision: 1063228"
Browse files Browse the repository at this point in the history
------------------------------------------------------------------------
r1063228 | jleroux | 2011-01-25 12:25:23 +0100 (mar., 25 janv. 2011) | 1 line

As discussed on dev ML, by default comment out Beanshell and Groovy containers for security reasons
------------------------------------------------------------------------
This is not a bugfix, but I need it on Apache OFBiz demo server in order to simplify security handling there

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/branches/release09.04@1209921 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
JacquesLeRoux committed Dec 3, 2011
1 parent 83c1168 commit 7881a77
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions framework/base/config/ofbiz-containers.xml
Expand Up @@ -257,9 +257,10 @@ under the License.
</container>

<!-- load BeanShell remote telnet server -->
<container name="beanshell-container" class="org.ofbiz.base.container.BeanShellContainer">
<!-- the port below and port-1 will be opened by beanshell -->
<property name="telnet-port" value="9990"/>
<!-- Commented out by default for security reasons -->
<!-- the port below and port-1 will be opened by Beanshell -->
<!--container name="beanshell-container" class="org.ofbiz.base.container.BeanShellContainer">
<property name="telnet-port" value="29990"/>
<property name="app-name" value="OFBiz"/>
</container>
</container-->
</ofbiz-containers>

0 comments on commit 7881a77

Please sign in to comment.