#17455: CachedFilesMixin fails when postprocessing files with url('data:*')
-------------------------------------+-------------------------------------
     Reporter:  tkaemming            |                    Owner:  tkaemming
         Type:  Bug                  |                   Status:  new
    Component:  contrib.staticfiles  |                  Version:
     Severity:  Normal               |  1.4-alpha-1
     Keywords:                       |               Resolution:
    Has patch:  1                    |             Triage Stage:  Accepted
  Needs tests:  1                    |      Needs documentation:  0
Easy pickings:  1                    |  Patch needs improvement:  1
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by aaugustin):

 * needs_better_patch:  0 => 1
 * needs_tests:  0 => 1
 * stage:  Unreviewed => Accepted


Comment:

 While we're at it, I think the right prefixes to ignore are `('http://',
 'https://', '//', 'data:')` — that would avoid False positives on URLs
 such as `http_ftw/css/mysite.css`, and also support protocol-relative
 URLs.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/17455#comment:3>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to