blob: 745c494fa13751781069b9dda1ef1b9f77ade76b [file] [log] [blame]
#
# Copyright (c) 2010, 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#
error.container.exception.io=IOException thrown when creating the JDK HttpServer.
error.container.uri.null=The URI must not be null.
error.container.uri.path.empty=The URI path, of the URI {0} must be present (not an empty string).
error.container.uri.path.null=The URI path, of the URI {0} must be non-null.
error.container.uri.path.start=The URI path, of the URI {0} must start with a '/'.
error.container.uri.scheme.unknown=The URI scheme, of the URI {0} must be equal (ignoring case) to 'http' or 'https'.
error.container.https.no.ssl=Attempt to start a HTTPS server with no SSL context defined.
error.responsewriter.response.uncommited=ResponseWriter was not commited yet. Committing the Response now.
error.responsewriter.sending.failure.response=Unable to send a failure response.
error.responsewriter.writing.headers=Error writing out the response headers.
info.container.https.no.ssl=HTTPS server will be created with no SSL context defined. HttpsConfigurator must be \
set before the server is started.
warning.container.uri.scheme.secured=SSLContext is set, but http scheme was used instead of https. The SSLContext will \
be ignored.