#25283: ManifestStaticFilesStorage does not works in edge cases while importing 
url
font-face with IE hack
-------------------------------------+------------------------------------
     Reporter:  msaelices            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  contrib.staticfiles  |                  Version:  1.8
     Severity:  Normal               |               Resolution:  fixed
     Keywords:                       |             Triage Stage:  Accepted
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+------------------------------------
Changes (by Tim Graham <timograham@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"7624fdb9f8ea4cbff407436606998f572898038b" 7624fdb9]:
 {{{
 #!CommitTicketReference repository=""
 revision="7624fdb9f8ea4cbff407436606998f572898038b"
 Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment
 with a path.

 A @font-face declaration may contain a fragment that looks like a relative
 path,
 e.g. @font-face { src: url('../fonts/font.svg#../path/like/fragment'); }
 In this case, an incorrect path was passed to the storage backend, which
 raised
 an error that caused collectstatic to crash.
 }}}

--
Ticket URL: <https://code.djangoproject.com/ticket/25283#comment:7>
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/067.84191fdb1e21aece028777254aa58a23%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to