Petals CDK

Don't use 'File.toURI()'

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 5.7.1
  • Fix Version/s: 5.8.0
  • Component/s: runtime
  • Security Level: Public
  • Environment:
    -

Issue Links

Activity

Hide
Christophe DENEUX added a comment - Tue, 23 Oct 2018 - 12:49:38 +0200

Fixed in trunk using 'URI.create(new File(slZipURL).toURI().toASCIIString())' instead of 'new File(slZipURL).toURI()'

Show
Christophe DENEUX added a comment - Tue, 23 Oct 2018 - 12:49:38 +0200 Fixed in trunk using 'URI.create(new File(slZipURL).toURI().toASCIIString())' instead of 'new File(slZipURL).toURI()'

People

Dates

  • Created:
    Tue, 23 Oct 2018 - 12:45:41 +0200
    Updated:
    Tue, 23 Oct 2018 - 12:49:38 +0200
    Resolved:
    Tue, 23 Oct 2018 - 12:49:38 +0200