diff --git a/success.jsp b/success.jsp new file mode 100644 index 0000000..70278cb --- /dev/null +++ b/success.jsp @@ -0,0 +1,21 @@ +<%@ page language="java" pageEncoding="UTF-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ page isELIgnored="false" %> +<% +String base = request.getContextPath(); +String path = request.getParameter("path"); +String msg = request.getParameter("msg"); +%> + \ No newline at end of file