We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e8daf commit cbce50fCopy full SHA for cbce50f
Ch07_XSS/pom.xml
@@ -47,6 +47,9 @@
47
<plugin>
48
<groupId>org.apache.tomcat.maven</groupId>
49
<artifactId>tomcat7-maven-plugin</artifactId>
50
+ <configuration>
51
+ <contextFile>${project.basedir}/src/main/resources/context.xml</contextFile>
52
+ </configuration>
53
</plugin>
54
</plugins>
55
</build>
Ch07_XSS/src/main/resources/context.xml
@@ -0,0 +1,4 @@
1
+<?xml version='1.0' encoding='utf-8'?>
2
+<Context useHttpOnly="false">
3
+
4
+</Context>
0 commit comments