Problem: OnlyOffice sendete JWT-Token im Callback-Request und im Body, unser Endpoint hat das ignoriert -> Speichern schlug fehl. Fix: - Callback validiert OnlyOffice JWT aus Authorization-Header - Callback entpackt JWT-wrapped Body (OnlyOffice wraps den Body in einen JWT-Token wenn JWT_ENABLED=true) - Download der gespeicherten Datei sendet JWT-Header mit - Besseres Error-Logging mit Traceback Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| app | ||
| requirements.txt | ||
| wsgi.py | ||