View | Details | Raw Unified | Return to bug 52983
Collapse All | Expand All

(-)401.jsp (-4 / +1 lines)
Lines 14-22 Link Here
14
  See the License for the specific language governing permissions and
14
  See the License for the specific language governing permissions and
15
  limitations under the License.
15
  limitations under the License.
16
--%>
16
--%>
17
<%
18
  response.setHeader("WWW-Authenticate", "Basic realm=\"Tomcat Manager Application\"");
19
%>
20
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
17
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
21
<html>
18
<html>
22
 <head>
19
 <head>
Lines 81-84 Link Here
81
   </p>
78
   </p>
82
 </body>
79
 </body>
83
</html>
80
</html>

Return to bug 52983