From d9cf56268e64199eb1dd6b6be5f9f04be99aec38 Mon Sep 17 00:00:00 2001 From: "rogan.dawes" Date: Thu, 10 Jan 2008 10:09:49 +0000 Subject: [PATCH] Fix line endings git-svn-id: http://webgoat.googlecode.com/svn/trunk@229 4033779f-a91e-0410-96ef-6bf7bf53c507 --- .../WebContent/lessons/General/redirect.jsp | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ webgoat/main/project/WebContent/lessons/General/redirect.jsp b/ webgoat/main/project/WebContent/lessons/General/redirect.jsp index 65ad78344..4160e56e5 100644 --- a/ webgoat/main/project/WebContent/lessons/General/redirect.jsp +++ b/ webgoat/main/project/WebContent/lessons/General/redirect.jsp @@ -1,16 +1,16 @@ -<%@ page language="java" contentType="text/html; charset=ISO-8859-1" - pageEncoding="ISO-8859-1"%> - - - - -HTTP Splitting - +<%@ page language="java" contentType="text/html; charset=ISO-8859-1" + pageEncoding="ISO-8859-1"%> + + + + +HTTP Splitting + <% response.sendRedirect("/WebGoat/attack?" + "Screen=" + request.getParameter("Screen") + "&menu=" + request.getParameter("menu") + "&fromRedirect=yes&language=" + request.getParameter("language")); -%> - +%> + \ No newline at end of file