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

Simon Brandhof updated MSONAR-5:
--------------------------------

    Fix Version/s: 2.0
                   1.0

> 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
>             Fix For: 1.0, 2.0
>
>
> 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