Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Feature
- YADE implements a Virtual File System that supports a number of data providers, e.g. SMB/CIFS protocol implementation by Samba.
- Data providers can make use of individual Java properties, e.g. for SMB/CIFS to specify compatibility levels for authentication with NTLMv2 and newer.
- YADE allows to specify Java property files at a global level and individually per transfer fragment.
- Properties from Java property files are applied as system properties by YADE.
Configuration
- The YADE XSD Schema reflects the use of any number of Java property files.The XML Editor allows to specify the Java property files with the file transfer XML configuration.
- Java property files can be specified globally and are applied for all transfer profiles. In addition Java property files can be specified for individual fragment, This allows to use e.g. different SMB/CIFS property files when using multiple Samba servers with different versions of the protocol.
Implementation
- Update the YADE XSD Schema for use of any number of Java property files.
- Add an option system_property_files to YADE that receives a semicolon separated list of Java property file names.
- Enable the mapping of multiple XML elements for Java property files to a single YADE option.
- Extent YADE to read Java property files and to set system properties accordingly.
- Java property files are processed in the specified sequence. Properties that have previously been set will be overwritten by subsquent Java property files.
- First the global Java property files are applied, next the Java property files specified for a transfer profile are applied.
- Consider use of Java property files with jump host file transfers.
- Update the documentation.
Attachments
Issue Links
- is related to
-
YADE-403 Consider configuration files for data provider
- Released
-
YADE-468 YADE Client: XML configuration - SystemPropertyFiles element has no effect
- Released
- relates to
-
YADE-401 Add configurable Java options to YADE start script
- Dismissed
-
YADE-397 Support extended security for NTLMv2
- Released
- mentioned in
-
Page Loading...