[ 
https://jira.codehaus.org/browse/MSONAR-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stephen Connolly moved MOJO-1626 to MSONAR-5:
---------------------------------------------

           Complexity:   (was: Intermediate)
        Fix Version/s:     (was: sonar-1.0)
                           (was: sonar-2.0)
          Component/s:     (was: sonar)
    Affects Version/s:     (was: sonar-2.0-beta-2)
                           (was: sonar-1.0-beta-2)
                  Key: MSONAR-5  (was: MOJO-1626)
              Project: Mojo's Sonar Maven Plugin  (was: Mojo)

> Incorrect URL constructed in ServerMetadata
> -------------------------------------------
>
>                 Key: MSONAR-5
>                 URL: https://jira.codehaus.org/browse/MSONAR-5
>             Project: Mojo's Sonar Maven Plugin
>          Issue Type: Bug
>            Reporter: Evgeny Mandrikov
>            Assignee: Simon Brandhof
>            Priority: Minor
>
> Instead of
> {code}
> String fullUrl = url + path;
> HttpURLConnection conn = getConnection( fullUrl + path, "GET" );
> {code}
> should be
> {code}
> String fullUrl = url + path;
> HttpURLConnection conn = getConnection( fullUrl, "GET" );
> {code}
> This bug exists in both versions 1.x and 2.x, but actually this doesn't 
> affect execution of mojo, because such request somehow handled by Sonar ruby 
> API.

--
This message is automatically generated by JIRA.
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