All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.infop.security.Unauthorized Maven / Gradle / Ivy

package cn.infop.security;

import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

/**
 * Servlet implementation class Unauthorized
 */
@WebServlet("/unauthorized.jsp")
public class Unauthorized extends HttpServlet {

	private static final long serialVersionUID = 8786673158174518184L;

	protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
		// TODO Auto-generated method stub
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy