Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 42338 invoked from network); 6 Dec 2008 17:38:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2008 17:38:50 -0000 Received: (qmail 7575 invoked by uid 500); 6 Dec 2008 17:39:02 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 7565 invoked by uid 500); 6 Dec 2008 17:39:02 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 7549 invoked by uid 99); 6 Dec 2008 17:39:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2008 09:39:02 -0800 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=SPF_PASS,WEIRD_PORT,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Dec 2008 17:37:31 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id BE3F114A8099 for ; Sat, 6 Dec 2008 11:38:19 -0600 (CST) Message-ID: <3619804.1228585099690.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Sat, 6 Dec 2008 11:38:19 -0600 (CST) From: "Olivier Lamy (JIRA)" To: issues@continuum.apache.org Subject: [jira] Closed: (CONTINUUM-1981) Error while using Windows domain in username when adding a M2 project In-Reply-To: <16565117.1227017981763.JavaMail.haus-jira@codehaus01.managed.contegix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy closed CONTINUUM-1981. ----------------------------------- Resolution: Fixed Fixed in rev 724016 (1.2.x branch) Merge in trunk rev 724017 Patch apply with minor change : use encoding value from httpServletRequest.getCharacterEncoding() if null use system encoding. Thanks. > Error while using Windows domain in username when adding a M2 project > --------------------------------------------------------------------- > > Key: CONTINUUM-1981 > URL: http://jira.codehaus.org/browse/CONTINUUM-1981 > Project: Continuum > Issue Type: Bug > Components: SCM > Affects Versions: 1.2.2 > Environment: Apache/2.0.58 (Win32) DAV/2 SVN/1.4.3 mod_auth_sspi/1.0.3 Server at myserver Port 8080 > Reporter: George Gastaldi > Assignee: Olivier Lamy > Fix For: 1.2.3, 1.3.1 > > Attachments: continuum-1981.patch > > > I am trying to add a maven 2.0.x project but have not figured out how to specify a username that must contain the windows domain. > Add Maven 2.0+ Project > POM Url: http://myserver:81/svn/my_code/my_project/trunk/pom.xml > Username: mydomain\myusername > Password: x > The message I see in the web browser is: > The specified resource cannot be accessed. Please try again later or contact your administrator. > If I go directly to the URL in IE/Firefox I am prompted for my username/password. I enter my username with windows domain (mydomain\myusername) in the prompt and am able to view the pom file. Is there a special format for specifying a windows domain with the username on the Add Maven 2.0+ Project page? > The log gives me this (it IS a valid pom.xml): > {code} > 2008-11-18 10:53:55,805 [addMavenTwoProjectBackgroundThread] INFO action#create-projects-from-metadata - checking for settings auth setup > 2008-11-18 10:53:55,821 [addMavenTwoProjectBackgroundThread] INFO continuumProjectBuilder#maven-two-builder - Downloading http://w034-0:*****@myserver:81/svn/my_code/my_project/trunk/pom.xml > 2008-11-18 10:53:55,868 [addMavenTwoProjectBackgroundThread] WARN continuumProjectBuilder#maven-two-builder - skip non handled http return code 403 > 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] ERROR mavenBuilderHelper - Cannot build maven project from C:\apache-continuum-1.2.2\tmp\continuum\svn\my_code\my_project\trunk\pom.xml (Not a v4.0.0 POM. for project unknown at C:\apache-continuum-1.2.2\tmp\continuum\svn\my_code\my_project\trunk\pom.xml). > 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - Created 0 projects. > 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - Created 0 project groups. > 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - 1 errors. > 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - 1 errors during project add: > 2008-11-18 10:53:55,883 [addMavenTwoProjectBackgroundThread] INFO continuum - Not a v4.0.0 POM. for project unknown at C:\apache-continuum-1.2.2\tmp\continuum\continuum\svn\my_code\my_project\trunk\pom.xml > {code} > Check [this link|http://www.nabble.com/Windows-domain-in-username-td13535165.html] for more details. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira