Closed
Bug 738743
Opened 13 years ago
Closed 13 years ago
bedrock-dev isn't auto-escaping forms
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 733520
People
(Reporter: jlong, Unassigned)
References
Details
For some really weird reason, form output isn't being auto-escaped on the dev site:
https://www-dev.allizom.org/b/en-US/apps/
But it works locally and on the live site:
https://mozilla.org/b/en-US/apps/
This depends on a monkeypatch that we do in funfactory. Funfactory is an installed app at /vendor/src/funfactory/funfactory, and there's a models.py which fires off all the monkeypatches. Django will load the models file every times.
I'm stumped, and would like advice on how to debug this. Can you somehow make sure that the monkeypatch code is running?
Reporter | ||
Comment 1•13 years ago
|
||
Also, this is working fine locally too, where all DEBUG modes are turned on. So it doesn't seem to depend on the DEBUG/TEMPLATE_DEBUG/DEV mode.
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•