From continuum-dev-return-6243-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Mon Sep 03 10:47:12 2007 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 74980 invoked from network); 3 Sep 2007 10:47:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2007 10:47:11 -0000 Received: (qmail 26476 invoked by uid 500); 3 Sep 2007 10:47:06 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 26301 invoked by uid 500); 3 Sep 2007 10:47:05 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 26290 invoked by uid 99); 3 Sep 2007 10:47:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 03:47:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of minfrin@sharp.fm designates 64.49.220.200 as permitted sender) Received: from [64.49.220.200] (HELO chandler.sharp.fm) (64.49.220.200) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 10:48:12 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id 12AEEE5C76 for ; Mon, 3 Sep 2007 05:46:39 -0500 (CDT) Received: from www.sharp.fm (unknown [209.61.173.189]) by chandler.sharp.fm (Postfix) with ESMTP id 87106E54FF; Mon, 3 Sep 2007 05:46:38 -0500 (CDT) Received: from 84.233.182.145 (SquirrelMail authenticated user minfrin@sharp.fm) by www.sharp.fm with HTTP; Mon, 3 Sep 2007 12:46:38 +0200 (SAST) Message-ID: <37398.84.233.182.145.1188816398.squirrel@www.sharp.fm> In-Reply-To: <27205.84.233.182.145.1188815948.squirrel@www.sharp.fm> References: <27205.84.233.182.145.1188815948.squirrel@www.sharp.fm> Date: Mon, 3 Sep 2007 12:46:38 +0200 (SAST) Subject: Re: The specified resource isn't a file or the protocol used isn't allowed. From: "Graham Leggett" To: continuum-dev@maven.apache.org Cc: continuum-dev@maven.apache.org User-Agent: SquirrelMail/1.4.8-4.0.1.el4 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org On Mon, September 3, 2007 12:39 pm, Graham Leggett wrote: > When I enter the POM url of > "https://svn.server/svn/alchemy/Rhapsody/Development/native/trunk/pom.xml" > I get the error: > > "The specified resource isn't a file or the protocol used isn't allowed." Looking at the svn server log, it seems that when no username and password is specified, continuum correctly connects to the SSL svn server, 401 access denied is returned by the server, and continuum correctly handles the access denied condition. But - when a username and password *are* specified, continuum makes no attempt to contact the svn server, nothing appears in the server log. It looks like continuum is currently not capable of supporting building code from repositories which are password protected. Regards, Graham --