NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1867 (closed defect: fixed)

Opened 2013-05-14T11:11:20-05:00

Last modified 2013-05-31T16:09:32-05:00

Uploading files with spaces does not work correctly

Reported by: curtis Owned by: dscho
Priority: major Milestone: imagej2-b7-ndim-data
Component: Updater Version:
Severity: major Keywords:
Cc: Blocked By:
Blocking: #1901

Description

If you upload a file with a space in the name, the uploader incorrectly writes only the first part of the filename to the update site. For example, attempting to upload "luts/glow (OU).lut" will result in a file "luts/glow" on the server rather than the expected "luts/glow.lut-<TIMESTAMP>".

Subsequently attempts to update Fiji will give errors because the db.xml.gz metadata does not match the server's filesystem.

Change History

comment:1 Changed 2013-05-14T16:48:09-05:00 by dscho

  • Status changed from new to closed
  • Resolution set to fixed
  • Blocking 1347 added
  • Milestone set to imagej2-b7-ndim-data

Fixed in e18fd7dea19e620d79c45fb3762c76f1ad198e81.

comment:2 Changed 2013-05-31T16:09:32-05:00 by bdezonia

  • Blocking 1901 added; 1347 removed