#22706: Debug error is not working fine when filepath is bad
--------------------------------------+--------------------
Reporter: gox21mx@… | Owner: nobody
Type: Bug | Status: new
Component: File uploads/storage | Version: 1.6
Severity: Normal | Keywords: Debug
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+--------------------
Write an upload_to_function that overrides the upload_to on models. Use
MEDIA_ROOT/modelname/file.ext for that, on settings.py remove tha last
slash (/) from MEDIA_ROOT.
Write a model that have a field that have upload_to=upload_to_function
It will cause that the complete url seems like:
/MEDIA_ROOTmodelname/file.ext #clearly you see there is a slash (/)
missing.
Go to the admin and try to add a new object for the model that calls to
upload_to_function you created
on django 1.3 you'll got:
SuspiciousOperation at /admin/app/model/add/
Attemped access to '/BASE_PATH/mediafolderfile.ext' denied
on django 1.6.5 you'll got
Bad Request (400)
Definitively it is impossible to figure out what is causing the error on
django 1.6.5
--
Ticket URL: <https://code.djangoproject.com/ticket/22706>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/060.fb85c3e01b67f00a6465b619c29a18dc%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.