Skip to content

Instantly share code, notes, and snippets.

/index.jsp Secret

Created August 14, 2015 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0c369f01d23834ae42a0 to your computer and use it in GitHub Desktop.
Save anonymous/0c369f01d23834ae42a0 to your computer and use it in GitHub Desktop.
Redirect in JSP file to a virtual URL
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%-- Redirected because we can't set the welcome page to a virtual URL. --%>
<c:redirect url="/ufsmain?formid=HR"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment