#16470: RFC6266 Support
-------------------------+--------------------------------------
 Reporter:  mnot@…       |          Owner:  nobody
     Type:  New feature  |         Status:  new
Milestone:               |      Component:  Internationalization
  Version:  1.3          |       Severity:  Normal
 Keywords:               |   Triage Stage:  Unreviewed
Has patch:  0            |  Easy pickings:  0
    UI/UX:  0            |
-------------------------+--------------------------------------
 RFC6266, recently published by the IETF HTTPbis WG, describes a way to use
 the Content-Disposition header in HTTP in a manner whereby almost all
 current browsers can handle files (e.g., downloading with disposition
 'attachment') that have non-ASCII characters in them, with other browsers
 using an ASCII fallback.

 Django currently does not have an API for setting Content-Disposition,
 although there are a few references to it in the documentation. Adding
 such an API would allow Django sites to download files in any language
 easily.

 Additionally, there's advice in the RFC that, properly implemented in a
 Django API, would help sites avoid common pitfalls.

 For more information, see:
 
http://trac.tools.ietf.org/wg/httpbis/trac/wiki/ContentDispositionProducerAdvice

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16470>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to