SEC-2348: Security HTTP Response Headers enabled by default w/ XML

This commit is contained in:
Rob Winch
2014-11-21 16:06:29 -06:00
parent 2e1e9885ec
commit eedbf44235
14 changed files with 3444 additions and 27 deletions

View File

@@ -40,11 +40,11 @@ public class InMemoryXmlApplicationContext extends AbstractXmlApplicationContext
Resource inMemoryXml;
public InMemoryXmlApplicationContext(String xml) {
this(xml, "3.2", null);
this(xml, "4.0", null);
}
public InMemoryXmlApplicationContext(String xml, ApplicationContext parent) {
this(xml, "3.2", parent);
this(xml, "4.0", parent);
}
public InMemoryXmlApplicationContext(String xml, String secVersion, ApplicationContext parent) {