Bug 33724 - apache didn't get uri arguments (utf8 problem)
Summary: apache didn't get uri arguments (utf8 problem)
Status: RESOLVED DUPLICATE of bug 13029
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Core (show other bugs)
Version: 2.0.53
Hardware: PC Windows Server 2003
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-24 10:29 UTC by Leo Cardia
Modified: 2007-12-22 13:07 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Cardia 2005-02-24 10:29:32 UTC
apache can't get UTF-8 get string when i request with <img 
src="http://a.com/bbsdata/ÇѱÛÆÄÀÏ.jpg"> tag. 
(test2.html is a request document which data contains metatag set to utf-8)

belown is error log
[Thu Feb 24 17:44:48 2005] [error] [client 192.168.0.1] Attempt to serve 
directory: D:/slrclub/bbsdata/pds2/, referer: http://www.slrclub.com/test2.html

test2.html calls image source reference from img01.slrclub.com 

we founding this problem on apache 2.0.53 win32 version (binary package)
another base apache works well, such like as linux or bsd


also, apache needs uri header conversation module
(i'm korean, and this is most korean server needs)

korea using EUC-KR and UTF-8 both.
basically we used euc-kr, almost user turn off url transfering to UTF-8 
setting on IE. cause of some server didn't parsing UTF-8 naming.

so we using mod_url module. (it converting EUC->UTF8 UTF8->EUC)
http://cvs.kldp.net/cgi-bin/cvsweb.cgi/mod_url/apache2/mod_url.c?cvsroot=modurl

it matter on japan, korea, china some kinds of nation which using multi-byte 
language.

now we try to changing apache to iis server. 
test.html & test2.html will working
Comment 1 Takashi Sato 2007-11-25 00:23:30 UTC
apache httpd 2.2.6 on Windows XP, it wokrs fine.
Comment 2 William A. Rowe Jr. 2007-12-22 13:07:02 UTC

*** This bug has been marked as a duplicate of 13029 ***