首页>代码>CAS单点登录java示例>/CAS单点登录/apache-tomcat-6.0.32 8094 cas1/work/Catalina/localhost/cas/org/apache/jsp/index_jsp.java
package org.apache.jsp;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
public final class index_jsp extends org.apache.jasper.runtime.HttpJspBase
implements org.apache.jasper.runtime.JspSourceDependent {
private static final JspFactory _jspxFactory = JspFactory.getDefaultFactory();
private static java.util.List _jspx_dependants;
private javax.el.ExpressionFactory _el_expressionfactory;
private org.apache.AnnotationProcessor _jsp_annotationprocessor;
public Object getDependants() {
return _jspx_dependants;
}
public void _jspInit() {
_el_expressionfactory = _jspxFactory.getJspApplicationContext(getServletConfig().getServletContext()).getExpressionFactory();
_jsp_annotationprocessor = (org.apache.AnnotationProcessor) getServletConfig().getServletContext().getAttribute(org.apache.AnnotationProcessor.class.getName());
}
public void _jspDestroy() {
}
public void _jspService(HttpServletRequest request, HttpServletResponse response)
throws java.io.IOException, ServletException {
PageContext pageContext = null;
ServletContext application = null;
ServletConfig config = null;
JspWriter out = null;
Object page = this;
JspWriter _jspx_out = null;
PageContext _jspx_page_context = null;
try {
response.setContentType("text/html");
pageContext = _jspxFactory.getPageContext(this, request, response,
null, false, 8192, true);
_jspx_page_context = pageContext;
application = pageContext.getServletContext();
config = pageContext.getServletConfig();
out = pageContext.getOut();
_jspx_out = out;
out.write('\n');
out.write('\n');
out.write('\n');
out.write('\n');
final String queryString = request.getQueryString();
final String url = request.getContextPath() + "/login" + (queryString != null ? "?" + queryString : "");
response.sendRedirect(response.encodeURL(url));
} catch (Throwable t) {
if (!(t instanceof SkipPageException)){
out = _jspx_out;
if (out != null && out.getBufferSize() != 0)
try { out.clearBuffer(); } catch (java.io.IOException e) {}
if (_jspx_page_context != null) _jspx_page_context.handlePageException(t);
}
} finally {
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
最近下载更多
123xyz LV2
2023年4月16日
miaopengju LV1
2021年11月9日
雷纹_码农的进阶 LV7
2020年5月22日
你抠脚的样子好美 LV1
2020年2月20日
zhoujunyu LV14
2019年9月10日
260858883 LV5
2019年8月28日
soulstones LV1
2019年8月14日
wuliangji LV11
2019年7月21日
lxtadmin LV11
2019年6月7日
菜B程序员123 LV1
2019年5月21日
最近浏览更多
jiemomo LV12
2023年10月19日
樊樊樊樊樊樊阵雨 LV18
2023年8月31日
1529860026 LV24
2023年6月25日
123xyz LV2
2023年4月14日
Muling LV8
2023年1月31日
ROCK森 LV12
2022年11月7日
wusiyin LV14
2022年7月18日
hongjunID LV3
2022年6月15日
sunlzh888888 LV29
2022年4月28日
a1677596408 LV23
2022年3月28日

