Petals SE Activiti

Don't use 'File.toURI()'

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 1.2.0
  • Fix Version/s: 1.2.1
  • Component/s: Service engine
  • Security Level: Public
  • Environment:
    -

Issue Links

Activity

Hide
Christophe DENEUX added a comment - Tue, 23 Oct 2018 - 14:29:20 +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 - 14:29:20 +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 - 13:00:42 +0200
    Updated:
    Tue, 23 Oct 2018 - 14:51:18 +0200
    Resolved:
    Tue, 23 Oct 2018 - 14:29:20 +0200