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.

iframe errors

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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -