Files
codeocean/app/assets/javascripts
Sebastian Serth 17dd8b1267 Change syntax for routes with filename
Previously, the filename was URL-encoded, thus each / was replaced with %2F. This caused issues with some Apache2 configuration, smartly mingling with the URL to either encode it a second time (resulting in %252F) or decoding it (generating a real /). However, for authenticated file downloads with the JWT, we hardly require a byte-by-byte matching. With these changes, the URL parameter is no longer URL-encoded, so that Apache2 won't break our implementation any longer.

Further, we use this opportunity to get rid of the unnecessary .json extension for those filename routes, simplifying the routes generated and doing some further cleanup.
2024-01-19 11:06:40 +01:00
..
2023-10-13 00:14:19 +02:00
2023-07-31 11:48:42 +02:00
2023-07-31 11:48:42 +02:00
2022-08-12 11:45:32 +02:00
2023-07-31 11:48:42 +02:00
2023-07-31 11:48:42 +02:00
2023-07-31 11:48:42 +02:00