#18404: SuspiciousOperation exception is thrown if application static path 
contains
non-ascii characters
-------------------------------------+-------------------------------------
     Reporter:  andkit@…             |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  contrib.staticfiles  |                  Version:  1.4
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:
    Has patch:  1                    |  Unreviewed
  Needs tests:  0                    |      Needs documentation:  0
Easy pickings:  0                    |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by andkit@…):

 Replying to [comment:2 jezdez]:
 > I can't reproduce the problem, can you provide a test case demonstrating
 it?
 I have attached a sample project. The zip file should contains a directory
 with a german u-umlaut in latin1 encoding. Set your encoding (export
 LC_CTYPE=de_DE.ISO-8859-1 should do), unpack anywhere run manage.py
 runserver and access http://127.0.0.1:8000/ in your browser. (in case
 unziping doesnt preserve the encoding, you can create a suitable directory
 with `os.mkdir(u"kap\xfct".encode("latin1"))`)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18404#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