From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 28 01:40:01 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A9CC106564A for ; Tue, 28 Jul 2009 01:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 756A88FC14 for ; Tue, 28 Jul 2009 01:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6S1e1H9092514 for ; Tue, 28 Jul 2009 01:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6S1e1Ou092513; Tue, 28 Jul 2009 01:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 28 Jul 2009 01:40:01 GMT Resent-Message-Id: <200907280140.n6S1e1Ou092513@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rex Chan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0727106566C for ; Tue, 28 Jul 2009 01:32:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 7C5778FC15 for ; Tue, 28 Jul 2009 01:32:29 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n6S1WSPB020108 for ; Tue, 28 Jul 2009 01:32:29 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n6S1WSqH020106; Tue, 28 Jul 2009 01:32:28 GMT (envelope-from nobody) Message-Id: <200907280132.n6S1WSqH020106@www.freebsd.org> Date: Tue, 28 Jul 2009 01:32:28 GMT From: Rex Chan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/137196: woadaptor port - mod_webobjects doesn't support ssl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2009 01:40:01 -0000 >Number: 137196 >Category: ports >Synopsis: woadaptor port - mod_webobjects doesn't support ssl >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 28 01:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Rex Chan >Release: >Organization: ish group >Environment: FreeBSD dash.internal 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #1: Mon Apr 28 13:04:02 EST 2008 ish@dash.ish.com.au:/usr/obj/usr/src/sys/DASH amd64 >Description: When SSL is enabled in Apache2.2 - SSL connections fail with the woadapter. See this thread for more information: http://lists.apple.com/archives/webobjects-deploy/2007/Jul/msg00005.html Essentially - if you use SSL, you get no instances or 404. Access logs will show 302 for requests. >How-To-Repeat: Build woadapter and get it to use connect SSL to an WO instance. >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files/patch-mod_WebObjects.c # echo x - files/patch-mod_WebObjects.c sed 's/^X//' >files/patch-mod_WebObjects.c << 'END-of-files/patch-mod_WebObjects.c' X*** Apache2.2/mod_WebObjects.c.orig 2008-05-08 17:01:23.901089251 +1000 X--- Apache2.2/mod_WebObjects.c 2009-07-28 10:55:21.059701203 +1000 X*************** X*** 304,310 **** X apr_table_do(copyTableEntries, (void *)req, proc_env, NULL); X X X! #ifdef APACHE_SECURITY_ENABLED X /******client cert support***** */ X X if (req_is_https(r)) { X--- 304,310 ---- X apr_table_do(copyTableEntries, (void *)req, proc_env, NULL); X X X! #ifdef APACHE_SECURITY_ENABLEDXXXX X /******client cert support***** */ X X if (req_is_https(r)) { X END-of-files/patch-mod_WebObjects.c exit >Release-Note: >Audit-Trail: >Unformatted: