[ http://jira.codehaus.org/browse/MCHANGES-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226051#action_226051
]
Krashan Brahmanjara commented on MCHANGES-200:
----------------------------------------------
Results after succesful connection to https site are the same as in MCHANGES-106.
It looks like - correct url from log is not the same as real url calling site.
log
[INFO] Generating "JIRA Report" report.
[INFO] Downloading from JIRA at: https://jira.....pl/secure/IssueNavigator.jspa?view=rss&pid=10080&statusIds=6&resolutionIds=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC&tempMax=100&reset=true&decorator=none
Jun 22, 2010 9:29:25 AM org.apache.commons.httpclient.HttpMethodBase getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using getResponseBodyAsStream
instead is recommended.
jira-results.xml
<!-- RSS generated by JIRA (Enterprise Edition, Version: 3.13.3-#344) at Tue Jun 22 09:26:12
CEST 2010 -->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="https://jira.....pl:443/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92" >
<channel>
<title>JIRA</title>
<link>https://jira.....pl:443/secure/IssueNavigator.jspa?reset=true&pid=10080&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC</link>
<description>An XML representation of a search request</description>
<language>pl-pl</language> <issue start="0" end="0" total="0" />
<build-info>
<version>3.13.3</version>
<build-number>344</build-number>
<build-date>25-03-2009</build-date>
<edition>Enterprise</edition>
</build-info>
</channel>
</rss>
rss feed displayed in IE on url from log "Downloading from JIRA at:"
<!-- RSS generated by JIRA (Enterprise Edition, Version: 3.13.3-#344) at Tue Jun 22
09:30:59 CEST 2010
-->
- <!--
If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="https://jira....pl:443/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
- <rss version="0.92">
- <channel>
<title>JIRA</title>
<link>https://jira.....pl:443/secure/IssueNavigator.jspa?reset=true&pid=10080&status=6&resolution=1&sorter/field=created&sorter/order=DESC&sorter/field=priority&sorter/order=DESC</link>
<description>An XML representation of a search request</description>
<language>pl-pl</language>
<issue start="0" end="9" total="9" />
- <build-info>
<version>3.13.3</version>
<build-number>344</build-number>
<build-date>25-03-2009</build-date>
<edition>Enterprise</edition>
</build-info>
- <item>
... items
Fragments of my pom
<scm>
<connection>scm:svn:svn://10..../trunk</connection>
<developerConnection>scm:svn:svn://10.../trunk</developerConnection>
</scm>
<issueManagement>
<system>jira</system>
<url>https://jira.....pl/BrowseProject.jspa?pid=10080</url>
</issueManagement>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.3</version>
<configuration>
<maxEntries>100</maxEntries>
<jiraPassword>...</jiraPassword>
<jiraUser>...</jiraUser>
</configuration>
<reportSets>
<reportSet>
<reports>
<report>jira-report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
> 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
> Environment: Jdk 1.6_18
> Jira Enterprise Edition, Version: 3.13.3-#344)
> Reporter: Krashan Brahmanjara
>
> 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
> [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]
> Pom configuration
> <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&sorter/field=issuetype&sorter/order=ASC</filter>
> <statusIds>Closed</statusIds>
> <jiraPassword>xxxxx</jiraPassword>
> <jiraUser>TR</jiraUser>
> <onlyCurrentVersion>true</onlyCurrentVersion>
> </configuration>
> </plugin>
--
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
|