cedadev / django-jdma_control

JASMIN Data Migration App (JDMA) django control app
Other
0 stars 0 forks source link

GWS manager should not need write permission on files to submit MIGRATE request #21

Open alaniwi opened 5 years ago

alaniwi commented 5 years ago

Currently a migrate request from the GWS manager fails if the files are not writable by the GWS manager (although they are writable by their owner). The error is:

User does not have write permission for file/directory

and a 403 HTTP status is returned.

The test needs to be changes to take account of the powers of a GWS manager.

alaniwi commented 5 years ago

@agstephens