[jira] (MANTTASKS-177) artifact:dependencies ignores settings-security.xml and sends password hash to repository

2014-11-18 Thread yk (JIRA)

[ 
https://jira.codehaus.org/browse/MANTTASKS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=356308#comment-356308
 ] 

yk commented on MANTTASKS-177:
--

Fix version specified in JIRA is 3.0.0-beta-1. Commit was made to the version 
2.1.4-SNAPSHOT in repository.
Is there a repository for 3.0.0 at all?

 artifact:dependencies ignores settings-security.xml and sends password hash 
 to repository
 -

 Key: MANTTASKS-177
 URL: https://jira.codehaus.org/browse/MANTTASKS-177
 Project: Maven Ant Tasks
  Issue Type: Bug
  Components: dependencies task
Affects Versions: 2.1.0
 Environment: Mac OS X, Ant 1.7.1, Maven 2.2.1, maven-ant-tasks 2.1.0, 
 Sonatype Nexus Open Source Edition 1.5.0
Reporter: Ross Mellgren
Assignee: Olivier Lamy
 Fix For: 3.0.0-beta-1

 Attachments: decrypt.patch


 I have a mirror repository configured in .m2/settings.xml, and its server 
 entry uses an encrypted password in password, using the master password set 
 in .m2/settings-security.xml.
 I followed this guide:
 http://maven.apache.org/guides/mini/guide-encryption.html
 I get authentication errors every time i use
 {code:xml}
 ?xml version=1.0 ?
 settings
 mirrors
 mirror
 idpaytronix-public/id
 
 urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
 mirrorOf*/mirrorOf
 /mirror
 /mirrors
 servers
 server
 idpaytronix-public/id
 usernamermellgren/username
 !-- password element omitted --
 /server
 /servers
 /settings
 {code}
 I switched to http and then used tcpdump to watch the request, then decoded 
 the Authorization header. The {mumblemumble} password hash was sent not the 
 decrypted password.
 Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml 
 which does not include plexus-sec-dispatcher from maven-core. I tried 
 spinning my own copy of maven-ant-tasks with the appropriate component for 
 plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my 
 depth in the troubleshooting/rectification department.



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


[jira] (MANTTASKS-177) artifact:dependencies ignores settings-security.xml and sends password hash to repository

2013-07-17 Thread cforce (JIRA)

[ 
https://jira.codehaus.org/browse/MANTTASKS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=328787#comment-328787
 ] 

cforce commented on MANTTASKS-177:
--

Are there any beta build artefact`s for download?
Will this ever be released??
How can a MAJOR bug be on track this 5 MONTHS!!!

 artifact:dependencies ignores settings-security.xml and sends password hash 
 to repository
 -

 Key: MANTTASKS-177
 URL: https://jira.codehaus.org/browse/MANTTASKS-177
 Project: Maven 2.x Ant Tasks
  Issue Type: Bug
  Components: dependencies task
Affects Versions: 2.1.0
 Environment: Mac OS X, Ant 1.7.1, Maven 2.2.1, maven-ant-tasks 2.1.0, 
 Sonatype Nexus Open Source Edition 1.5.0
Reporter: Ross Mellgren
Assignee: Olivier Lamy
 Fix For: 3.0.0-beta-1

 Attachments: decrypt.patch


 I have a mirror repository configured in .m2/settings.xml, and its server 
 entry uses an encrypted password in password, using the master password set 
 in .m2/settings-security.xml.
 I followed this guide:
 http://maven.apache.org/guides/mini/guide-encryption.html
 I get authentication errors every time i use
 {code:xml}
 ?xml version=1.0 ?
 settings
 mirrors
 mirror
 idpaytronix-public/id
 
 urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
 mirrorOf*/mirrorOf
 /mirror
 /mirrors
 servers
 server
 idpaytronix-public/id
 usernamermellgren/username
 !-- password element omitted --
 /server
 /servers
 /settings
 {code}
 I switched to http and then used tcpdump to watch the request, then decoded 
 the Authorization header. The {mumblemumble} password hash was sent not the 
 decrypted password.
 Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml 
 which does not include plexus-sec-dispatcher from maven-core. I tried 
 spinning my own copy of maven-ant-tasks with the appropriate component for 
 plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my 
 depth in the troubleshooting/rectification department.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MANTTASKS-177) artifact:dependencies ignores settings-security.xml and sends password hash to repository

2013-01-24 Thread Olivier Lamy (JIRA)

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

Olivier Lamy closed MANTTASKS-177.
--

   Resolution: Fixed
Fix Version/s: 3.0.0-beta-1
 Assignee: Olivier Lamy

fixed http://svn.apache.org/r1438231
Thanks !

 artifact:dependencies ignores settings-security.xml and sends password hash 
 to repository
 -

 Key: MANTTASKS-177
 URL: https://jira.codehaus.org/browse/MANTTASKS-177
 Project: Maven 2.x Ant Tasks
  Issue Type: Bug
  Components: dependencies task
Affects Versions: 2.1.0
 Environment: Mac OS X, Ant 1.7.1, Maven 2.2.1, maven-ant-tasks 2.1.0, 
 Sonatype Nexus Open Source Edition 1.5.0
Reporter: Ross Mellgren
Assignee: Olivier Lamy
 Fix For: 3.0.0-beta-1

 Attachments: decrypt.patch


 I have a mirror repository configured in .m2/settings.xml, and its server 
 entry uses an encrypted password in password, using the master password set 
 in .m2/settings-security.xml.
 I followed this guide:
 http://maven.apache.org/guides/mini/guide-encryption.html
 I get authentication errors every time i use
 {code:xml}
 ?xml version=1.0 ?
 settings
 mirrors
 mirror
 idpaytronix-public/id
 
 urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
 mirrorOf*/mirrorOf
 /mirror
 /mirrors
 servers
 server
 idpaytronix-public/id
 usernamermellgren/username
 !-- password element omitted --
 /server
 /servers
 /settings
 {code}
 I switched to http and then used tcpdump to watch the request, then decoded 
 the Authorization header. The {mumblemumble} password hash was sent not the 
 decrypted password.
 Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml 
 which does not include plexus-sec-dispatcher from maven-core. I tried 
 spinning my own copy of maven-ant-tasks with the appropriate component for 
 plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my 
 depth in the troubleshooting/rectification department.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MANTTASKS-177) artifact:dependencies ignores settings-security.xml and sends password hash to repository

2012-12-17 Thread Holger Reise (JIRA)

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

Holger Reise updated MANTTASKS-177:
---

Attachment: decrypt.patch

patch file for decryption

 artifact:dependencies ignores settings-security.xml and sends password hash 
 to repository
 -

 Key: MANTTASKS-177
 URL: https://jira.codehaus.org/browse/MANTTASKS-177
 Project: Maven 2.x Ant Tasks
  Issue Type: Bug
  Components: dependencies task
Affects Versions: 2.1.0
 Environment: Mac OS X, Ant 1.7.1, Maven 2.2.1, maven-ant-tasks 2.1.0, 
 Sonatype Nexus Open Source Edition 1.5.0
Reporter: Ross Mellgren
 Attachments: decrypt.patch


 I have a mirror repository configured in .m2/settings.xml, and its server 
 entry uses an encrypted password in password, using the master password set 
 in .m2/settings-security.xml.
 I followed this guide:
 http://maven.apache.org/guides/mini/guide-encryption.html
 I get authentication errors every time i use
 {code:xml}
 ?xml version=1.0 ?
 settings
 mirrors
 mirror
 idpaytronix-public/id
 
 urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
 mirrorOf*/mirrorOf
 /mirror
 /mirrors
 servers
 server
 idpaytronix-public/id
 usernamermellgren/username
 !-- password element omitted --
 /server
 /servers
 /settings
 {code}
 I switched to http and then used tcpdump to watch the request, then decoded 
 the Authorization header. The {mumblemumble} password hash was sent not the 
 decrypted password.
 Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml 
 which does not include plexus-sec-dispatcher from maven-core. I tried 
 spinning my own copy of maven-ant-tasks with the appropriate component for 
 plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my 
 depth in the troubleshooting/rectification department.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MANTTASKS-177) artifact:dependencies ignores settings-security.xml and sends password hash to repository

2012-12-17 Thread Holger Reise (JIRA)

[ 
https://jira.codehaus.org/browse/MANTTASKS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=315845#comment-315845
 ] 

Holger Reise edited comment on MANTTASKS-177 at 12/17/12 12:17 PM:
---

This patch did the trick for me

  was (Author: hreise):
patch file for decryption
  
 artifact:dependencies ignores settings-security.xml and sends password hash 
 to repository
 -

 Key: MANTTASKS-177
 URL: https://jira.codehaus.org/browse/MANTTASKS-177
 Project: Maven 2.x Ant Tasks
  Issue Type: Bug
  Components: dependencies task
Affects Versions: 2.1.0
 Environment: Mac OS X, Ant 1.7.1, Maven 2.2.1, maven-ant-tasks 2.1.0, 
 Sonatype Nexus Open Source Edition 1.5.0
Reporter: Ross Mellgren
 Attachments: decrypt.patch


 I have a mirror repository configured in .m2/settings.xml, and its server 
 entry uses an encrypted password in password, using the master password set 
 in .m2/settings-security.xml.
 I followed this guide:
 http://maven.apache.org/guides/mini/guide-encryption.html
 I get authentication errors every time i use
 {code:xml}
 ?xml version=1.0 ?
 settings
 mirrors
 mirror
 idpaytronix-public/id
 
 urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
 mirrorOf*/mirrorOf
 /mirror
 /mirrors
 servers
 server
 idpaytronix-public/id
 usernamermellgren/username
 !-- password element omitted --
 /server
 /servers
 /settings
 {code}
 I switched to http and then used tcpdump to watch the request, then decoded 
 the Authorization header. The {mumblemumble} password hash was sent not the 
 decrypted password.
 Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml 
 which does not include plexus-sec-dispatcher from maven-core. I tried 
 spinning my own copy of maven-ant-tasks with the appropriate component for 
 plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my 
 depth in the troubleshooting/rectification department.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MANTTASKS-177) artifact:dependencies ignores settings-security.xml and sends password hash to repository

2012-02-25 Thread Dennis Lundberg (JIRA)

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

Dennis Lundberg updated MANTTASKS-177:
--

Description: 
I have a mirror repository configured in .m2/settings.xml, and its server 
entry uses an encrypted password in password, using the master password set 
in .m2/settings-security.xml.

I followed this guide:

http://maven.apache.org/guides/mini/guide-encryption.html

I get authentication errors every time i use
{code:xml}
?xml version=1.0 ?
settings
mirrors
mirror
idpaytronix-public/id

urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
mirrorOf*/mirrorOf
/mirror
/mirrors
servers
server
idpaytronix-public/id
usernamermellgren/username
!-- password element omitted --
/server
/servers
/settings
{code}

I switched to http and then used tcpdump to watch the request, then decoded the 
Authorization header. The {mumblemumble} password hash was sent not the 
decrypted password.

Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml which 
does not include plexus-sec-dispatcher from maven-core. I tried spinning my own 
copy of maven-ant-tasks with the appropriate component for 
plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my depth 
in the troubleshooting/rectification department.


  was:
I have a mirror repository configured in .m2/settings.xml, and its server 
entry uses an encrypted password in password, using the master password set 
in .m2/settings-security.xml.

I followed this guide:

http://maven.apache.org/guides/mini/guide-encryption.html

I get authentication errors every time i use ?xml version=1.0 ?
settings
mirrors
mirror
idpaytronix-public/id

urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
mirrorOf*/mirrorOf
/mirror
/mirrors
servers
server
idpaytronix-public/id
usernamermellgren/username
!-- password element omitted --
/server
/servers
/settings

I switched to http and then used tcpdump to watch the request, then decoded the 
Authorization header. The {mumblemumble} password hash was sent not the 
decrypted password.

Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml which 
does not include plexus-sec-dispatcher from maven-core. I tried spinning my own 
copy of maven-ant-tasks with the appropriate component for 
plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my depth 
in the troubleshooting/rectification department.



 artifact:dependencies ignores settings-security.xml and sends password hash 
 to repository
 -

 Key: MANTTASKS-177
 URL: https://jira.codehaus.org/browse/MANTTASKS-177
 Project: Maven 2.x Ant Tasks
  Issue Type: Bug
  Components: dependencies task
Affects Versions: 2.1.0
 Environment: Mac OS X, Ant 1.7.1, Maven 2.2.1, maven-ant-tasks 2.1.0, 
 Sonatype Nexus Open Source Edition 1.5.0
Reporter: Ross Mellgren

 I have a mirror repository configured in .m2/settings.xml, and its server 
 entry uses an encrypted password in password, using the master password set 
 in .m2/settings-security.xml.
 I followed this guide:
 http://maven.apache.org/guides/mini/guide-encryption.html
 I get authentication errors every time i use
 {code:xml}
 ?xml version=1.0 ?
 settings
 mirrors
 mirror
 idpaytronix-public/id
 
 urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
 mirrorOf*/mirrorOf
 /mirror
 /mirrors
 servers
 server
 idpaytronix-public/id
 usernamermellgren/username
 !-- password element omitted --
 /server
 /servers
 /settings
 {code}
 I switched to http and then used tcpdump to watch the request, then decoded 
 the Authorization header. The {mumblemumble} password hash was sent not the 
 decrypted password.
 Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml 
 which does not include plexus-sec-dispatcher from maven-core. I tried 
 spinning my own copy of maven-ant-tasks with the appropriate component for 
 plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my 
 depth in the troubleshooting/rectification department.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MANTTASKS-177) artifact:dependencies ignores settings-security.xml and sends password hash to repository

2012-02-24 Thread SebbASF (JIRA)

[ 
https://jira.codehaus.org/browse/MANTTASKS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=292720#comment-292720
 ] 

SebbASF commented on MANTTASKS-177:
---

Still seems to be broken in 2.1.3

 artifact:dependencies ignores settings-security.xml and sends password hash 
 to repository
 -

 Key: MANTTASKS-177
 URL: https://jira.codehaus.org/browse/MANTTASKS-177
 Project: Maven 2.x Ant Tasks
  Issue Type: Bug
  Components: dependencies task
Affects Versions: 2.1.0
 Environment: Mac OS X, Ant 1.7.1, Maven 2.2.1, maven-ant-tasks 2.1.0, 
 Sonatype Nexus Open Source Edition 1.5.0
Reporter: Ross Mellgren

 I have a mirror repository configured in .m2/settings.xml, and its server 
 entry uses an encrypted password in password, using the master password set 
 in .m2/settings-security.xml.
 I followed this guide:
 http://maven.apache.org/guides/mini/guide-encryption.html
 I get authentication errors every time i use ?xml version=1.0 ?
 settings
 mirrors
 mirror
 idpaytronix-public/id
 
 urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
 mirrorOf*/mirrorOf
 /mirror
 /mirrors
 servers
 server
 idpaytronix-public/id
 usernamermellgren/username
 !-- password element omitted --
 /server
 /servers
 /settings
 I switched to http and then used tcpdump to watch the request, then decoded 
 the Authorization header. The {mumblemumble} password hash was sent not the 
 decrypted password.
 Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml 
 which does not include plexus-sec-dispatcher from maven-core. I tried 
 spinning my own copy of maven-ant-tasks with the appropriate component for 
 plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my 
 depth in the troubleshooting/rectification department.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (MANTTASKS-177) artifact:dependencies ignores settings-security.xml and sends password hash to repository

2012-02-24 Thread SebbASF (JIRA)

[ 
https://jira.codehaus.org/browse/MANTTASKS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=292720#comment-292720
 ] 

SebbASF edited comment on MANTTASKS-177 at 2/24/12 7:16 PM:


Still seems to be broken in 2.1.3 - for deploy at least

  was (Author: sebbasf):
Still seems to be broken in 2.1.3
  
 artifact:dependencies ignores settings-security.xml and sends password hash 
 to repository
 -

 Key: MANTTASKS-177
 URL: https://jira.codehaus.org/browse/MANTTASKS-177
 Project: Maven 2.x Ant Tasks
  Issue Type: Bug
  Components: dependencies task
Affects Versions: 2.1.0
 Environment: Mac OS X, Ant 1.7.1, Maven 2.2.1, maven-ant-tasks 2.1.0, 
 Sonatype Nexus Open Source Edition 1.5.0
Reporter: Ross Mellgren

 I have a mirror repository configured in .m2/settings.xml, and its server 
 entry uses an encrypted password in password, using the master password set 
 in .m2/settings-security.xml.
 I followed this guide:
 http://maven.apache.org/guides/mini/guide-encryption.html
 I get authentication errors every time i use ?xml version=1.0 ?
 settings
 mirrors
 mirror
 idpaytronix-public/id
 
 urlhttps://greylock.corp.paytronix.com/nexus/content/groups/public/url
 mirrorOf*/mirrorOf
 /mirror
 /mirrors
 servers
 server
 idpaytronix-public/id
 usernamermellgren/username
 !-- password element omitted --
 /server
 /servers
 /settings
 I switched to http and then used tcpdump to watch the request, then decoded 
 the Authorization header. The {mumblemumble} password hash was sent not the 
 decrypted password.
 Looking into maven-ant-tasks.jar, I see a META-INF/plexus/components.xml 
 which does not include plexus-sec-dispatcher from maven-core. I tried 
 spinning my own copy of maven-ant-tasks with the appropriate component for 
 plexus-sec-dispatcher added, but it didn't work, so I think I'm out of my 
 depth in the troubleshooting/rectification department.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira