mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-04-30 18:42:29 +02:00
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>