java - How do I set X-FRAME-OPTIONS in JBoss EAP 6.1? -
i running java spring application on jboss eap 6.1 x-frame-options in request header when performing file upload deny , receive following errors. file upload not appear on page.

all of solutions see online should try setting value sameorigin. show how configure in apache know how set option jboss?
see answer question system-properties in standalone-full.xml
in standalone xml can set apache catalina properties this:
<system-properties> <property name="org.apache.tomcat.util.http.parameters.max_count" value="5000"/> </system-properties>
Comments
Post a Comment