Actions
Bug #2946
openCollection #2957: Bug fixing of several modules
Zlib::DataError (invalid code lengths set)
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Wiki annotate feature throws an error:
I, [2025-02-21T08:16:25.966499 #2346887] INFO -- : [c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] Started GET "/projects/<project>/wiki/Guide/58/annotate" for 93.219.21.229 at 2025-02-21 08:16:25 +0100
I, [2025-02-21T08:16:25.967199 #2346887] INFO -- : [c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] Processing by WikiController#annotate as HTML
I, [2025-02-21T08:16:25.967251 #2346887] INFO -- : [c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] Parameters: {"project_id"=><project>", "id"=>"Guide", "version"=>"58"}
I, [2025-02-21T08:16:25.971471 #2346887] INFO -- : [c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] Current user: <user> (id=5)
I, [2025-02-21T08:16:25.988747 #2346887] INFO -- : [c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] Completed 500 Internal Server Error in 21ms (ActiveRecord: 5.2ms | Allocations: 5064)
F, [2025-02-21T08:16:25.989431 #2346887] FATAL -- : [c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7]
[c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] Zlib::DataError (invalid code lengths set):
[c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7]
[c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] app/models/wiki_content_version.rb:81:in `inflate'
[c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] app/models/wiki_content_version.rb:81:in `text'
[c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] app/models/wiki_annotate.rb:26:in `initialize'
[c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] app/models/wiki_page.rb:184:in `new'
[c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] app/models/wiki_page.rb:184:in `annotate'
[c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] app/controllers/wiki_controller.rb:257:in `annotate'
[c87b5c24-1d6d-40fa-9ac3-4f4ea091fcb7] lib/redmine/sudo_mode.rb:61:in `sudo_mode'
Actions