[ https://jira.codehaus.org/browse/MCHANGES-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Lundberg closed MCHANGES-324. ------------------------------------ Resolution: Fixed Fix Version/s: 2.10 Assignee: Dennis Lundberg Fixed in [r1578591|http://svn.apache.org/viewvc?view=revision&revision=1578591]. Please give the latest 2.10-SNAPSHOT a try, to verify that it works in your environments as well. > Plugin logs into JIRA, but doesn't seem to make the status request with the > session > ----------------------------------------------------------------------------------- > > Key: MCHANGES-324 > URL: https://jira.codehaus.org/browse/MCHANGES-324 > Project: Maven Changes Plugin > Issue Type: Bug > Components: jira > Reporter: Antony Stubbs > Assignee: Dennis Lundberg > Fix For: 2.10 > > > After successful login, I end up with: > {code} > Nov 11, 2013 5:47:19 PM org.apache.cxf.interceptor.LoggingOutInterceptor > INFO: Outbound Message > --------------------------- > ID: 3 > Address: https://xxxxxxxxxxxxxxxxx/rest/api/2/status > Http-Method: GET > Content-Type: application/json > Headers: {Accept=[application/json], Content-Type=[application/json]} > -------------------------------------- > Nov 11, 2013 5:47:19 PM org.apache.cxf.interceptor.LoggingInInterceptor > INFO: Inbound Message > ---------------------------- > ID: 3 > Response-Code: 200 > Encoding: UTF-8 > Content-Type: application/json;charset=UTF-8 > Headers: {Cache-Control=[no-cache, no-store, no-transform], > connection=[keep-alive], Content-Length=[2], > content-type=[application/json;charset=UTF-8], Date=[Mon, 11 Nov 2013 > 22:47:30 GMT], Server=[nginx], > Set-Cookie=[atlassian.xsrf.token=B14E-GL73-6FKZ-OP3B|dd19dbabf6f82c59be235929d3f1ee8d9e41fa4a|lout; > Path=/], Strict-Transport-Security=[max-age=315360000;includeSubdomains], > Vary=[Accept-Encoding], X-AREQUESTID=[1067x34467x1], X-ASEN=[SEN-2356824], > X-AUSERNAME=[anonymous]} > Payload: [] > {code} > Which returns nothing as you can see. I think that may be because it has > X-AUSERNAME=[anonymous] ? Instead of using the session it created... > After logging into jira in chrome, pasting the just the rest url into the > browser returns all the different status (works as I'd expect). -- This message was sent by Atlassian JIRA (v6.1.6#6162)