]> git.openstreetmap.org Git - rails.git/commit
Fix identification of bzip2 compressed traces
authorTom Hughes <tom@compton.nu>
Tue, 23 Sep 2025 17:59:52 +0000 (18:59 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 23 Sep 2025 18:09:11 +0000 (19:09 +0100)
commit9f4fb95093b9a3d7d78d2e76f4176ec98e4f269d
treef8c8a08e999576ed6f29a3ab80a58c904a2271e1
parentc8616c3431257c24ec3ddb0531bb9c53ad73e7d9
Fix identification of bzip2 compressed traces

Marcel 1.1.0 stops bzip2 wrongly matching as bzip but it's new rule
for bzip2 is buggy so we have to add our own rule for now.

https://github.com/rails/marcel/issues/128
config/initializers/marcel.rb [new file with mode: 0644]
lib/gpx.rb