war.fedora.jsp.unauthorized-401.jsp Maven / Gradle / Ivy
<%@ page info="401==unauthorized response; tomcat didn't get user credentials where web.xml says they are needed " %>
<%
response.setStatus(HttpServletResponse.SC_UNAUTHORIZED);
response.addHeader("Content-Type", "text/html; charset=UTF8");
response.addHeader("WWW-Authenticate", "BASIC realm=\"Fedora Repository Server\"");
%>
Fedora: 401 Unauthorized
401 Unauthorized
Authentication failed
© 2015 - 2025 Weber Informatics LLC | Privacy Policy