nicolas de loof created MNG-5585:
------------------------------------

             Summary: match server credentials based on server realm
                 Key: MNG-5585
                 URL: https://jira.codehaus.org/browse/MNG-5585
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: Settings
    Affects Versions: 3.x / Backlog
            Reporter: nicolas de loof


credentials for repositories are identified based on arbitrary ID. This is 
error prone and fragile design, especially as there's no way to diagnose which 
credentials are used (see MNG-5584).

A realm-based server matching would better follow the way HTTP security is 
defined, and could be easily used for other protocols based (for sample) on 
domain name.

<server>
     <id>xxx</id>  
     <realm>[optional protocol://]repo.acme.com</realm>
    ..
</server>





--
This message was sent by Atlassian JIRA
(v6.1.6#6162)

Reply via email to