mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-13 10:14:50 +02:00
44832ada5e
Two bugs in Analyzer URL generation: 1. Firmware omits null+padding when header+text exactly fills AES block boundary (len % 16 == 0), but our code always added \0+padding → wrong MAC → wrong hash 2. content.strip() in event handler removed trailing whitespace that was part of the original packet. Now uses raw_text from raw_json (preserves original text) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>