583149592 / redfire

Automatically exported from code.google.com/p/redfire
0 stars 0 forks source link

Restrict open fire directories from access in red5 tomcat context #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
One can browse to http://localhost:5080/redfire/conf/openfire.xml

Add some of these for open fire directories in web.xml

<security-constraint>
        <web-resource-collection>
            <web-resource-name>Forbidden</web-resource-name>
            <url-pattern>/conf/*</url-pattern>
        </web-resource-collection>
        <auth-constraint/>
    </security-constraint>

Original issue reported on code.google.com by bowljo...@gmail.com on 10 Aug 2010 at 4:44