diff --git a/webgoat-lessons/xxe/src/main/java/org/owasp/webgoat/xxe/SimpleXXE.java b/webgoat-lessons/xxe/src/main/java/org/owasp/webgoat/xxe/SimpleXXE.java
index fe5176351..c2e0cde96 100644
--- a/webgoat-lessons/xxe/src/main/java/org/owasp/webgoat/xxe/SimpleXXE.java
+++ b/webgoat-lessons/xxe/src/main/java/org/owasp/webgoat/xxe/SimpleXXE.java
@@ -118,7 +118,7 @@ public class SimpleXXE extends AssignmentEndpoint {
if (applySecurity == null) {
request.getSession().setAttribute("applySecurity", "true");
}
- return "xxe security will be applied";
+ return "xxe security patch is now applied, you can try the previous challenges and see the effect!";
}
}
diff --git a/webgoat-lessons/xxe/src/main/resources/html/XXE.html b/webgoat-lessons/xxe/src/main/resources/html/XXE.html
index 9c5dff2c3..20a232b39 100644
--- a/webgoat-lessons/xxe/src/main/resources/html/XXE.html
+++ b/webgoat-lessons/xxe/src/main/resources/html/XXE.html
@@ -1,6 +1,8 @@
-
-
+