mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Both is_safe_path rejection and PermissionError were returning 403 without a detail message, making them indistinguishable in logs. Add specific detail strings to each: - is_safe_path: 'Path is outside the project directory' - PermissionError (write): 'Permission denied writing to ...' - PermissionError (delete): 'Permission denied deleting ...'