Rulessets are not correctly loaded from http uri's
--------------------------------------------------

                 Key: MVERSIONS-38
                 URL: http://jira.codehaus.org/browse/MVERSIONS-38
             Project: Maven 2.x Versions Plugin
          Issue Type: Bug
    Affects Versions: 1.0-alpha-3
            Reporter: Stephen Connolly
            Priority: Minor


If you configure your ruleUri with a http uri, the uri that is attempted to be 
resolved has a / appended...

so if you say that the rules are at:

http://mycompany/ruleset.xml

versions-maven-plugin will look for 

http://mycompany/ruleset.xml/ 

which for most web servers will be translated to

http://mycompany/ruleset.xml/index.html

The work around is to put the file in a sub-directory and rename it to 
index.html

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to