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

Simon Brandhof reassigned MOJO-1626:
------------------------------------

    Assignee: Simon Brandhof

> Incorrect URL constructed in ServerMetadata
> -------------------------------------------
>
>                 Key: MOJO-1626
>                 URL: https://jira.codehaus.org/browse/MOJO-1626
>             Project: Mojo
>          Issue Type: Bug
>          Components: sonar
>    Affects Versions: sonar-1.0-beta-2, sonar-2.0-beta-2
>            Reporter: Evgeny Mandrikov
>            Assignee: Simon Brandhof
>
> 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