13693261870
2022-09-16 354b3dbfbffb3df45212a2a44dbbf48b4acc2594
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Êþº¾3D'org/apache/jsp/WEB_002dINF/jsp/_401_jsp%org/apache/jasper/runtime/HttpJspBase,org/apache/jasper/runtime/JspSourceDependent*org/apache/jasper/runtime/JspSourceImports _jspxFactoryLjavax/servlet/jsp/JspFactory;_jspx_dependantsLjava/util/Map;    Signature3Ljava/util/Map<Ljava/lang/String;Ljava/lang/Long;>;_jspx_imports_packagesLjava/util/Set;#Ljava/util/Set<Ljava/lang/String;>;_jspx_imports_classes_el_expressionfactoryLjavax/el/ExpressionFactory;_jsp_instancemanager#Lorg/apache/tomcat/InstanceManager;<clinit>()VCode
javax/servlet/jsp/JspFactory getDefaultFactory ()Ljavax/servlet/jsp/JspFactory;    !     
#java/util/HashSet
"% &<init>    ( * javax.servlet ,.- java/util/Set /0add(Ljava/lang/Object;)Z2javax.servlet.http4javax.servlet.jsp    6 LineNumberTableLocalVariableTable
%this)Lorg/apache/jsp/WEB_002dINF/jsp/_401_jsp; getDependants()Ljava/util/Map;5()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Long;>;    @ getPackageImports()Ljava/util/Set;%()Ljava/util/Set<Ljava/lang/String;>;getClassImports_jsp_getExpressionFactory()Ljavax/el/ExpressionFactory;    H 
J KLgetServletConfig()Ljavax/servlet/ServletConfig; NPOjavax/servlet/ServletConfig QRgetServletContext ()Ljavax/servlet/ServletContext;
T UVgetJspApplicationContextI(Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext; XZY'javax/servlet/jsp/JspApplicationContext [FgetExpressionFactory StackMapTable^java/lang/Throwable_jsp_getInstanceManager%()Lorg/apache/tomcat/InstanceManager;    b 
dfe0org/apache/jasper/runtime/InstanceManagerFactory ghgetInstanceManagerB(Ljavax/servlet/ServletConfig;)Lorg/apache/tomcat/InstanceManager;_jspInit _jspDestroy _jspServiceR(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
Exceptionsojava/io/IOExceptionqjavax/servlet/ServletException sut%javax/servlet/http/HttpServletRequest vw    getMethod()Ljava/lang/String;yGET
{}|java/lang/String ~0equals€POST‚HEAD    „†…javax/servlet/DispatcherType ‡ˆERRORLjavax/servlet/DispatcherType; sŠ ‹ŒgetDispatcherType ()Ljavax/servlet/DispatcherType;
„}<JSP åªå…è®¸ GET、POST æˆ– HEAD。Jasper è¿˜å…è®¸ OPTIONS ‘“’&javax/servlet/http/HttpServletResponse ”•    sendError(ILjava/lang/String;)V—    text/html ‘™ š›setContentType(Ljava/lang/String;)V
 žŸgetPageContextŠ(Ljavax/servlet/Servlet;Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljava/lang/String;ZIZ)Ljavax/servlet/jsp/PageContext;
¡P¢javax/servlet/jsp/PageContext
¡J
¡¥ ¦§getOut()Ljavax/servlet/jsp/JspWriter;©\<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
«­¬javax/servlet/jsp/JspWriter ®›write°<html>
²     <head>
´#  <title>401 Unauthorized</title>
¶  <style type="text/css">
¸
    <!--
ºc    BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;font-size:12px;}
¼c    H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
¾*    PRE, TT {border: 1px dotted #525D76}
À/    A {color : black;}A.name {color : black;}
        -->
Ä   </style>
Æ
 </head>
È     <body>
Ê   <h1>401 Unauthorized</h1>
Ì   <p>
ÎG    You are not authorized to view this page. If you have not changed
Ð6    any configuration files, please examine the file
Ò?    <tt>conf/tomcat-users.xml</tt> in your installation. That
ÔC    file must contain the credentials to let you use this webapp.
Ö       </p>
ØG    For example, to add the <tt>manager-gui</tt> role to a user named
ÚR    <tt>tomcat</tt> with a password of <tt>s3cret</tt>, add the following to the
Ü    config file listed above.
Þ<pre>
à&&lt;role rolename="manager-gui"/&gt;
âG&lt;user username="tomcat" password="s3cret" roles="manager-gui"/&gt;
ä</pre>
æK    Note that for Tomcat 7 onwards, the roles required to use the manager
èK    application were changed from the single <tt>manager</tt> role to the
êL    following four roles. You will need to assign the role(s) required for
ì+    the functionality you wish to access.
î
    <ul>
ðO      <li><tt>manager-gui</tt> - allows access to the HTML GUI and the status
ò          pages</li>
ôQ      <li><tt>manager-script</tt> - allows access to the text interface and the
ö          status pages</li>
øP      <li><tt>manager-jmx</tt> - allows access to the JMX proxy and the status
úQ      <li><tt>manager-status</tt> - allows access to the status pages only</li>
ü     </ul>
þR    The HTML interface is protected against CSRF but the text and JMX interfaces
/    are not. To maintain the CSRF protection:
       <ul>
O    <li>Users with the <tt>manager-gui</tt> role should not be granted either
I        the <tt>manager-script</tt> or <tt>manager-jmx</tt> roles.</li>
P    <li>If the text or jmx interfaces are accessed through a browser (e.g. for
 
P        testing since these interfaces are intended for tools not humans) then
 N        the browser must be closed afterwards to terminate the session.</li>
 
   </ul>
+    For more information - please see the
Z    <a href="/docs/manager-howto.html" rel="noopener noreferrer">Manager App How-To</a>.
 
 </body>
 
    </html>
#javax/servlet/jsp/SkipPageException
«  getBufferSize()I ‘  !" isCommitted()Z
«$ %flush
«' ( clearBuffer
¡* +,handlePageException(Ljava/lang/Throwable;)V
p. &,
0 12releasePageContext"(Ljavax/servlet/jsp/PageContext;)Vrequest'Ljavax/servlet/http/HttpServletRequest;response(Ljavax/servlet/http/HttpServletResponse; _jspx_methodLjava/lang/String; pageContextLjavax/servlet/jsp/PageContext;outLjavax/servlet/jsp/JspWriter;    _jspx_out_jspx_page_contexttLjava/lang/Throwable;
SourceFile _401_jsp.javaSourceDebugExtension1    
 
   BB
r6¸³ »"Y·$³'²')¹+W²'1¹+W²'3¹+W³5±7"& 1!5"8&/*·9±78 :;<= >.²?°7(8 :;AB C.²'°7,8 :;DB C.²5°708 :;EFš7*´GÇ.*YLÂ*´GÇ*² *¶I¹M¶S¹WµG+ç+ÿ*´G° ,//1/745 67*52;8 7:;\ü*D]ú_`**´aÇ!*YLÂ*´aÇ**¶I¸cµa+ç+ÿ*´a° ""$"7?@ AB@%F8 *:;\üD]úi+±7J8 :;j+±7M8 :;klmnp
±+¹rNx-¶zš0-¶zš'-¶zš²ƒ+¹‰¶š,•޹±:::,–¹˜² *+, ¶œ::¶ W¶£W¶¤::¨¶ª¯¶ª±¶ª³¶ªµ¶ª·¶ª¹¶ª»¶ª½¶ª¿¶ªÁ¶ªöªŶªǶªɶª˶ªͶª϶ªѶªÓ¶ªÕ¶ª˶ª×¶ªÙ¶ªÛ¶ªÕ¶ªݶªß¶ªᶪ㶪˶ª嶪綪鶪붪Õ¶ªí¶ªﶪñ¶ªó¶ªõ¶ª÷¶ªñ¶ªù¶ªû¶ª˶ªý¶ªÿ¶ªÕ¶ª¶ª¶ª¶ª¶ª    ¶ª ¶ª ¶ª˶ª¶ª¶ªÕ¶ª¶ª¶ª¶ª§i:ÁšG:Æ%¶™,¹™ ¶#§ ¶&§WÆ ¶)§ »pY·-¿² ¶/§:    ² ¶/    ¿² ¶/±F?B]]svnF›7‚`RS1T<U=[@]C^FbNcTdZc_ecfigohvizklˆmn–op¤q«r²s¹tÀuÇvÎwÕxÜyãzê{ñ|ø}ÿ~ €‚"ƒ)„0…7†>‡EˆL‰SŠZ‹aŒhoŽv}„‘‹’’“™” •§–®—µ˜¼™ÚʛќٝážéŸñ ù¡¢    £¤¥ ¦'§/¨7©?ªD«L¬P­]¯f°k±n²s´wµ†¶¹›¸¹¥º¨¹°»8\    ±:;±34±56ª78_à9:@q;<Cn=<Fk>:DL?@\=
ü={ÿs‘{««¡]ü+]Gnú    J] ABCQSMAP
_401_jsp.java
JSP
*S JSP
*F
+ 0 401.jsp
WEB-INF/jsp/401.jsp
*L
18,64:107
*E