cozy / cozy-data-system

Deprecated - Data Layer for Cozy V2 Platform
https://cozy.io
GNU Affero General Public License v3.0
24 stars 21 forks source link

Avoid file creation with empty name #194

Closed Sergio-Muriel closed 8 years ago

Sergio-Muriel commented 8 years ago

When making a request to POST /ds-api/data/ with: { docType: 'folder' path: '', name: '' }

It creates a folder with no file name (which should not be not allowed).

frankrousseau commented 8 years ago

Thank you @Sergio-Muriel for reporting!