[ http://jira.codehaus.org/browse/WAGON-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brett Porter moved WAGONSSH-8 to WAGON-203:
-------------------------------------------
Fix Version/s: (was: 1.0-alpha-5)
1.0-alpha-5
Component/s: (was: wagon-ssh)
wagon-ssh
Key: WAGON-203 (was: WAGONSSH-8)
Project: Maven Wagon (was: wagon-ssh)
> patch: scp: honour repository directory permission mode
> -------------------------------------------------------
>
> Key: WAGON-203
> URL: http://jira.codehaus.org/browse/WAGON-203
> Project: Maven Wagon
> Issue Type: Improvement
> Components: wagon-ssh
> Reporter: Juan F. Codagnone
> Assignee: Trygve Laugstol
> Fix For: 1.0-alpha-5
>
> Attachments: scp-honour-mode.diff
>
>
> makes the Scp wagon to honor the directory mode. follow (posix?) mkdir conventions ("By
default, the mode of created directories is 0777 (`a+rwx') minus the bits set in the umask").
> It remains the question whether the directory mode string should be shell escaped or
if it was already validated before, or we trust the user (the best option!)
> M2 pom model doesn't support permission definition (¿yet?) so to test you need to inject
some permisions when the Repository is created (i did it at org.apache.maven.artifact.manager.DefaultWagonManager@line
142)
--
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
|