Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 51470 invoked from network); 29 Aug 2008 08:47:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Aug 2008 08:47:35 -0000 Received: (qmail 92637 invoked by uid 500); 29 Aug 2008 08:47:33 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 92610 invoked by uid 500); 29 Aug 2008 08:47:33 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 92599 invoked by uid 99); 29 Aug 2008 08:47:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2008 01:47:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Aug 2008 08:46:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45E44234C1C3 for ; Fri, 29 Aug 2008 01:46:44 -0700 (PDT) Message-ID: <92056120.1219999604285.JavaMail.jira@brutus> Date: Fri, 29 Aug 2008 01:46:44 -0700 (PDT) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Subject: [jira] Resolved: (HTTPCORE-171) SSL SocketHttpServerConnection close fails w/ UnsupportedOperationException In-Reply-To: <999587767.1219941404961.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCORE-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-171. ---------------------------------------- Resolution: Fixed Fix Version/s: 4.0-beta3 Fixed in SVN trunk. Many thanks, Ken, for reporting the problem. Oleg > SSL SocketHttpServerConnection close fails w/ UnsupportedOperationException > --------------------------------------------------------------------------- > > Key: HTTPCORE-171 > URL: https://issues.apache.org/jira/browse/HTTPCORE-171 > Project: HttpComponents HttpCore > Issue Type: Bug > Components: HttpCore > Affects Versions: 4.0-beta2 > Environment: Mac OS X 10.5.4, JDK 1.5.0_13-b05-237 > Reporter: Ken McNeil > Fix For: 4.0-beta3 > > > The fix for HTTPCORE-22 should also be applied to SocketHttpServerConnection. > Exception in thread "pool-1-thread-1" java.lang.UnsupportedOperationException: The method shutdownOutput() is not supported in SSLSocket > at com.sun.net.ssl.internal.ssl.BaseSSLSocketImpl.shutdownOutput(BaseSSLSocketImpl.java:192) > at org.apache.http.impl.SocketHttpServerConnection.close(SocketHttpServerConnection.java:192) > at org.apache.http.protocol.HttpService.handleRequest(HttpService.java:213) > ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org