493: Scands causes Internal Server Error

matl****@gmai***** (Google Code) (Is this you? Claim this profile.)
Sept. 23, 2008
What steps will reproduce the problem?
1. Open diff view of a review request
2. Write a comment which includes scands (ä,ö,...)

What is the expected output? 
The comment should appear

What do you see instead?
"Internal server error"

What operating system are you using? What browser?
WinXP, Firefox 2.0
chipx86
#1 chipx86
What database server (and version) are you using, and what web server?

What version of Django?
  • +NeedInfo
#2 matl****@gmai***** (Google Code) (Is this you? Claim this profile.)
Using MySQL as database:
# mysql --version
mysql  Ver 14.12 Distrib 5.0.32, for pc-linux-gnu (i486) using readline 5.2

Django version:
>>> django.VERSION
(0, 97, 'pre')

Apache 2.2.3 as a web server.
david
#3 david
Can you set DEBUG=True and get a traceback?
#4 atsushi*******@jp.so****** (Google Code) (Is this you? Claim this profile.)
I saw the same problem.
The differences are 

* Japanese characters also cause the problem.
* OS is Ubuntu 8.04.  Browser is FireFox 3.0 & Internet Explorer 6.
* When I use Safari, the problem doesn't appear.

"Internal Server Error" appears left bottom corner of the pop-up window for comment writing.
No traceback appears in the pop-up window nor the main window of the browser even if I set DEBUG=True in 
settings_local.py.

david
#5 david
If you install firebug, you can get a traceback out of the request log.
david
#6 david
Closing because the needed information was not provided. If you can reproduce this
and get a traceback, please add a comment and we'll reopen the bug.
  • -NeedInfo
    +Incomplete