This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/oodt.git
commit 3f182c834781271efb8ed407b6735548ce5c5721 Merge: 20a2bb9 8608531 Author: Chris Mattmann <[email protected]> AuthorDate: Sun Dec 16 12:37:22 2018 -0800 Merge pull request #75 from madhawav/fix-tourl [OODT-999] Fix for "File.toURL fails when their are spaces in project/repository paths" .../src/main/java/org/apache/oodt/commons/Configuration.java | 2 +- .../test/java/org/apache/oodt/commons/ConfigurationTest.java | 2 +- .../org/apache/oodt/cas/curation/service/MetadataResource.java | 4 ++-- .../org/apache/oodt/cas/curation/service/PolicyResource.java | 2 +- .../java/org/apache/oodt/cas/filemgr/tools/ExpImpCatalog.java | 4 ++-- .../apache/oodt/cas/filemgr/validation/XMLValidationLayer.java | 2 +- .../org/apache/oodt/cas/filemgr/versioning/BasicVersioner.java | 2 +- .../apache/oodt/cas/filemgr/versioning/DateTimeVersioner.java | 4 ++-- .../apache/oodt/cas/filemgr/versioning/VersioningUtils.java | 6 +++--- .../metadata/extractors/TestAbstractFilemgrMetExtractor.java | 4 ++-- .../apache/oodt/cas/filemgr/structs/type/TestTypeHandler.java | 2 +- .../apache/oodt/cas/filemgr/versioning/TestBasicVersioner.java | 10 +++++----- .../oodt/cas/filemgr/versioning/TestDateTimeVersioner.java | 8 ++++---- .../cas/metadata/extractors/CopyAndRewriteConfigReader.java | 2 +- .../oodt/cas/metadata/extractors/CopyAndRewriteExtractor.java | 2 +- .../main/java/org/apache/oodt/pcs/input/PGEXMLFileUtils.java | 2 +- pge/src/main/java/org/apache/oodt/cas/pge/PGETask.java | 4 ++-- .../cas/workflow/instrepo/WorkflowInstanceMetadataReader.java | 2 +- .../oodt/cas/workflow/lifecycle/WorkflowLifecyclesReader.java | 2 +- .../org/apache/oodt/cas/workflow/policy/TaskPolicyReader.java | 2 +- .../oodt/cas/workflow/repository/XMLWorkflowRepository.java | 2 +- 21 files changed, 35 insertions(+), 35 deletions(-)
