[
https://issues.apache.org/jira/browse/VFS-421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397453#comment-13397453
]
Gary D. Gregory commented on VFS-421:
-------------------------------------
Hi Benjamin,
All new Java files MUST contain the Apache license header:
{code:java}
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{code}
This is missing from {{IdentityRepositoryFactory.java}}.
This should be the last detail for you to address before I can apply the patch.
Thank you,
Gary
> Allows Identity Repository for SFTP
> -----------------------------------
>
> Key: VFS-421
> URL: https://issues.apache.org/jira/browse/VFS-421
> Project: Commons VFS
> Issue Type: Improvement
> Affects Versions: 2.0
> Environment: Any
> Reporter: Benjamin Piwowarski
> Priority: Minor
> Labels: sftp, ssh-agent
> Attachments: identity.diff
>
> Original Estimate: 12h
> Remaining Estimate: 12h
>
> The SFTP filesystems does not allow to use a custom Identity Repository, but
> this is needed to allows SSH authentication through an SSH agent, e.g. using
> http://www.jcraft.com/jsch-agent-proxy/
> This is usually done within jsch by calling
> jsch.setIdentityRepository(repository);
> If you are interested by such a functionality, I will modify the code and
> post a patch.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira