You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2014/03/13 23:56:59 UTC

[jira] (MCHANGES-288) JIRA url not fully respected

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

Dennis Lundberg updated MCHANGES-288:
-------------------------------------

    Patch Submitted: Yes

> JIRA url not fully respected
> ----------------------------
>
>                 Key: MCHANGES-288
>                 URL: https://jira.codehaus.org/browse/MCHANGES-288
>             Project: Maven Changes Plugin
>          Issue Type: Bug
>          Components: jira
>    Affects Versions: 2.8
>         Environment: OS XP, maven 3.0.4
>            Reporter: Bruno Marti
>         Attachments: jiraPreserveContextLogin.patch
>
>
> Issue url is not fully used by maven-changes-plugin:2.8
> have following issue url:
> {quote}
> <issueManagement>
>     <system>JIRA</system>
>     <url>https://my.ch/prod/jira/?pid=10000</url>
> </issueManagement>
> {quote}
> with changes-plugin:2.7.1 works well:
> {quote}
> [INFO] Generating "JIRA Report" report    --- maven-changes-plugin:2.7.1
> [DEBUG] JIRA lives at: https://my.ch/prod/jira
> [DEBUG] Login URL: https://my.ch/prod/jira/login.jsp?os_destination=/secure/&os_username=*****&os_password=*****
> [DEBUG] Successfully logged in into JIRA.
> {quote}
> BUT with changes-plugin:2.8, got error:
> {quote}
> [INFO] Generating "JIRA Report" report    --- maven-changes-plugin:2.8
> [DEBUG] JIRA lives at: https://my.ch
> [DEBUG] Login URL: https://my.ch/login.jsp?os_destination=/secure/&os_username=*****&os_password=*****
> [ERROR] Error trying to login into JIRA.
> java.net.SocketException: Connection reset
> {quote}
> Problem is, that the additional context */prod/jira/* gets lost.



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