You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Krashan Brahmanjara (JIRA)" <ji...@codehaus.org> on 2010/08/23 09:52:32 UTC

[jira] Commented: (MCHANGES-200) Problem with login to jira over https and proxy

    [ http://jira.codehaus.org/browse/MCHANGES-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=232781#action_232781 ] 

Krashan Brahmanjara commented on MCHANGES-200:
----------------------------------------------

Hi
You forget about my mail from  23/Jul/10 4:40 AM. 
Problem is in invalid java code with incorrect login algorithm to ssl site. 
Resolution and fix is above. With this fix everything works well and users can login to ssl site.

> Problem with login to jira over https and proxy
> -----------------------------------------------
>
>                 Key: MCHANGES-200
>                 URL: http://jira.codehaus.org/browse/MCHANGES-200
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: jira-report
>         Environment: Jdk 1.6_18
> Jira Enterprise Edition, Version: 3.13.3-#344)
>            Reporter: Krashan Brahmanjara
>         Attachments: AbstractJiraDownloader.java
>
>
> I cannot get changes log from JIRA but url used by maven is correct.
> I mean url https://jira.prv.pl/secure/IssueNavigator.jspa?view=rss&pid=INSCS&resolution=1&sorter/field=issuetype&sorter/order=ASC&tempMax=100&reset=true&decorator=none
> get correct xml in browsers like FF or IE however untrusted certificate info are displayed..
> BTW
> Login phase is very long.
> Deatils
> {noformat}
> [DEBUG] Using proxy: 10.4.1.1 at port 3118
> [DEBUG] JIRA lives at: https://jira.prv.pl
> [DEBUG] Login URL: https://jira.prv.pl/login.jsp?os_destination=/secure/&os_username=TR$%^&os_password=*****************
> [DEBUG] Successfully logged in into JIRA.
> [DEBUG] download jira issues from url https://jira.prv.pl/secure/IssueNavigator.jspa?view=rss&pid=INSCS&resolution=1&sorter/field=issuetype&sorter/order=ASC&tempMax=100&reset=true&decorator=none
> [INFO] Downloading from JIRA at: https://jira.prv.pl/secure/IssueNavigator.jspa?view=rss&pid=INSCS&resolution=1&sorter/field=issuetype&sorter/order=ASC&tempMax=100&reset=true&decorator=none
> [WARNING] Downloading from JIRA failed. Received: [503]
> {noformat}
> Pom configuration
> {code:xml}
>          <issueManagement>
> 		<system>jira</system>
> 		<url>https://jira.prv.pl/browse?id=INSCS</url>
> 	</issueManagement>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-changes-plugin</artifactId>
>         <version>2.3</version>
>         <reportSets>
>           <reportSet>
>             <reports>
>             </reports>
>           </reportSet>
>         </reportSets>
>         <configuration>
>           <onlyCurrentVersion>true</onlyCurrentVersion>
>           <filter>resolution=1&amp;sorter/field=issuetype&amp;sorter/order=ASC</filter>
>           <statusIds>Closed</statusIds>
>           <jiraPassword>xxxxx</jiraPassword>
>           <jiraUser>TR</jiraUser> 
>           <onlyCurrentVersion>true</onlyCurrentVersion>
>         </configuration>
>       </plugin>
> {code}

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