Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 29980 invoked from network); 20 Sep 2005 13:18:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 13:18:43 -0000 Received: (qmail 95797 invoked by uid 500); 20 Sep 2005 13:18:39 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 95658 invoked by uid 500); 20 Sep 2005 13:18:38 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 95569 invoked by uid 99); 20 Sep 2005 13:18:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 06:18:37 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS,USERPASS X-Spam-Check-By: apache.org Received: from [66.249.82.203] (HELO xproxy.gmail.com) (66.249.82.203) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 06:18:45 -0700 Received: by xproxy.gmail.com with SMTP id i32so462553wxd for ; Tue, 20 Sep 2005 06:18:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=S5kEh4lPcPmwyifqi4uzHd2eR4JJsT2GiR8Gg6/IQFGADBxigkXU3Elyiamc2NTz+apXBgwq1nmup7peYgAuwFbs8Q//5y5EUC4gInSoHyQA1GDbUByXt6s3POs+wLP8VwGVLfMfG6VxT9LPcjDSBaSK3PwRBEqPhJPsIrmFcyE= Received: by 10.70.55.15 with SMTP id d15mr58055wxa; Tue, 20 Sep 2005 06:18:25 -0700 (PDT) Received: by 10.70.58.16 with HTTP; Tue, 20 Sep 2005 06:18:25 -0700 (PDT) Message-ID: Date: Tue, 20 Sep 2005 14:18:25 +0100 From: Mark Hobson Reply-To: Mark Hobson To: continuum-users@maven.apache.org Subject: Re: SPAM: Problem with authenticated POM URLs In-Reply-To: <432FD42A.40003@venisse.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <432FD42A.40003@venisse.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Emmanuel, I found the problem deep within plexus, see: http://jira.codehaus.org/browse/PLX-157 Do you think this will get in for alpha4? Cheers, Mark On 20/09/05, Emmanuel Venisse wrote: > Hi Mark, > > authorized urls are http[s]://[username:password@]domain/urel/to/pom.xml > > I think your url was incorrect because continuum couldn't download it ("T= he URL you > provided doesn't exist"). Try to obtain the correct url in your browser a= nd then put it in > continuum. > > Do you have a particular authentication mode on your server? > > If it doesn't work, you can upload your pom. > > Emmanuel > > Mark Hobson wrote: > > Hi there, > > > > I'm having problems with authenticated POM URLs with the build > > continuum-20050920.033000.tar.gz. Our SVN repository is accessible > > via authenticated https and authenticated http internally, so I've > > been trying the following and get the corresponding errors: > > > > https://my.domain/url/to/pom.xml > > "The URL you provided doesn't exist" > > > > https://username@my.domain/url/to/pom.xml > > "You must provide a valid url" > > > > https://username:password@my.domain/url/to/pom.xml > > "The URL you provided doesn't exist" > > > > http://my.domain/url/to/pom.xml > > "The URL you provided doesn't exist" > > > > http://username@my.domain/url/to/pom.xml > > "You must provide a valid url" > > > > http://username:password@my.domain/url/to/pom.xml > > "The URL you provided doesn't exist" > > > > There are no errors in the logs (aside from the side-issue of: > > > > WARN VelocityComponent - > > org.apache.velocity.runtime.exception.ReferenceException: reference : > > template =3D screens/AddMavenProject.vm [line 1,column 16] : > > $fvr.getElementResult( $element.getId() ).errorMessage is not a valid > > reference. > > > > which causes "[ $fvr.getElementResult( $element.getId() ).errorMessage > > ]" to be displayed as the validation message alongside the upload POM > > field). > > > > I see from CONTINUUM-306 that https should be supported - am I doing > > anything wrong? > > > > Cheers, > > > > Mark > > > > > >