#24213: RFC 2231 Section 4.1 is not implemented
-------------------------------+-----------------------------------------
     Reporter:  Raúl Cumplido  |                    Owner:  Raúl Cumplido
         Type:  New feature    |                   Status:  new
    Component:  HTTP handling  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+-----------------------------------------
Description changed by Anton Samarchyan:

Old description:

> Currently RFC 2231 Section 4 is implemented (there is an open PR from me
> for a fix), but section 4.1 of the RFC is not implemented:
> http://tools.ietf.org/html/rfc2231#section-4.1
> Section 4.1 is about being able to have parameter continuation when
> combining Character Set and language Language headers:
>
> {{{
>
> Content-Type: application/x-stuff
>     title*0*=us-ascii'en'This%20is%20even%20more%20
>     title*1*=%2A%2A%2Afun%2A%2A%2A%20
>     title*2="isn't it!"
>
> }}}

New description:

 Currently RFC 2231 Section 4 is implemented (there is a closed
 [https://github.com/django/django/pull/3983 PR] from me for a fix), but
 section 4.1 of the RFC is not implemented:
 http://tools.ietf.org/html/rfc2231#section-4.1
 Section 4.1 is about being able to have parameter continuation when
 combining Character Set and language Language headers:

 {{{

 Content-Type: application/x-stuff
     title*0*=us-ascii'en'This%20is%20even%20more%20
     title*1*=%2A%2A%2Afun%2A%2A%2A%20
     title*2="isn't it!"

 }}}

--

--
Ticket URL: <https://code.djangoproject.com/ticket/24213#comment:5>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.f66b40234d47a49856445499329dc6de%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to