Issue Details (XML | Word | Printable)

Key: CONTINUUM-258
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Jesse McConnell
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Continuum

https:// doesn't seem to be a supported mechanism for referencing a pom

Created: 27/Jul/05 04:57 PM   Updated: 24/Mar/06 05:41 PM   Resolved: 26/Aug/05 03:48 AM
Component/s: Web interface
Affects Version/s: None
Fix Version/s: 1.0-alpha-4

Time Tracking:
Not Specified

File Attachments: 1. Java Source File MungedHttpsURL.java (6 kB)
2. Text File secure-url-continuum-api.patch (3 kB)
3. Text File secure-url-continuum-core.patch (8 kB)
4. Text File secure-url-continuum-pre.patch (17 kB)
5. Text File secure-url-plexus.patch (3 kB)
6. Text File secure-url-validation.patch (5 kB)



 Description  « Hide

I have a svn repository setup with https:// certificate and AD LDAP password authentication...

would be real nice to be able to point to a pom with

https://svn.company.com/svn/g-maven-plugins/trunk/pom.xml

and have it picked up.

right now it just grumbles about

Enter the URL to the Maven 2 POM [ The URL you provided doesn't exist ] (in red even



Emmanuel Venisse added a comment - 09/Aug/05 11:40 AM

https is supported, the pb is with authentication.

Can you try with an url like https://username:password@svn.company.com/svn/g-maven-plugins/trunk/pom.xml ?





Brett Porter added a comment - 24/Aug/05 10:55 PM

bringing forward since there is a patch







Emmanuel Venisse added a comment - 26/Aug/05 03:48 AM

Applied. Thanks.