| # |
| # Copyright (c) 2022 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.buffering.entity=Error buffering the entity. |
| error.reading.httpentity.stream=Error reading InputStream from HttpEntity: "{0}" |
| failed.to.stop.client=Failed to stop the client. |
| # {0} - property name, e.g. jersey.config.client.httpclient.connectionManager; {1}, {2} - full class name |
| ignoring.value.of.property=Ignoring value of property "{0}" ("{1}") - not instance of "{2}". |
| # {0} - property name - jersey.config.client.httpclient.proxyUri |
| wrong.proxy.uri.type=The proxy URI ("{0}") property MUST be an instance of String or URI. |
| invalid.configurable.component.type=The supplied component "{0}" is not assignable from JerseyClient or JerseyWebTarget. |
| expected.connector.provider.not.used=The supplied component is not configured to use a ApacheConnectorProvider. |