
war.fedora.jsp.continue-100.jsp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fcrepo-client Show documentation
Show all versions of fcrepo-client Show documentation
The Fedora Client is a Java Library that allows API access to a Fedora Repository. The client is typically one part of a full Fedora installation.
The newest version!
<%@ page info="100==continue response; use to signal authz success w/o performing action" %>
<%
response.setStatus(HttpServletResponse.SC_CONTINUE);
response.addHeader("Content-Type", "text/html; charset=UTF8");
%>
Fedora: 100 Continue

100 Continue
Authorization successful
© 2015 - 2025 Weber Informatics LLC | Privacy Policy