allowHosts attribute unavailable in geronimo 2.0.1
--------------------------------------------------
Key: GERONIMO-3534
URL: https://issues.apache.org/jira/browse/GERONIMO-3534
Project: Geronimo
Issue Type: New Feature
Security Level: public (Regular issues)
Components: OpenEJB
Affects Versions: 2.0.1
Environment: Windows XP, geronimo-tomcat6-jee5-2.0.1
Reporter: Ashish Jain
I am using a standalone client running on remote machine to access EJB
deployed on the server.
By using the allowHosts attribute with AG 1.2 for example
<gbean name="EJBNetworkService">
<attribute name="host">0.0.0.0</attribute>
<attribute name="port">4201</attribute>
<attribute name="allowHosts">192.168.1.2</attribute>
</gbean>.
I am able to restrict access to EJB to specific IP addresses.
In AG 2.0.1 only host, port and threads attribute are allowed with
EJBNetworkService gbean and allowHosts attribute is missing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.