You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/05/18 01:54:08 UTC

DO NOT REPLY [Bug 47211] New: Images with Japanese file names not passed correctly to IIS 6

https://issues.apache.org/bugzilla/show_bug.cgi?id=47211

           Summary: Images with Japanese file names not passed correctly
                    to IIS 6
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: major
          Priority: P2
         Component: mod_proxy_http
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jwexler@mail.usa.com
                CC: jwexler@mail.usa.com


Set-up description: Apache listens on port 80. Proxy pass of a directory
(containing vbscript .asp files) to IIS 6 which listens on another port (e.g.
8080).

Problem: Links to most images that have Japanese file names are not rendered
when the page is viewed via the proxypass but are rendered fine when viewed
directly via IIS.

Illustration:

http://localhost/aspdir/aspfile.asp  (Apache passthrough: Many images with
Japanese file names not rendered and displayed as broken links) 

http://localhost:8080/aspdir/aspfile.asp (Direct to IIS 6: All images including
those with Japanese file names displayed correctly.)

Note on probable reason for some images ok, others not:

A note from long history of working with unicode issues which I believe may be
happening in this case because some Japanese files are rendered and many are
not: Often an application does not handle Japanese characters correctly as
double-byte entities and instead each of the 2 bytes that make up a double byte
character is evaluated separately. This often results in issues when one of the
double-byte components is a punctuation character such as a double quote,
single quote, semicolon, or other. For example, if a Japanese file name is
enclosed in double quotes but one of the characters in the name contains a
double quote, then that double-quote component incorrectly closes the string
causing problems. This or something similar might be the case here because a
few of the images with Japanese file names are rendered ok via proxypass but
many are not.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #5 from jwexler@mail.usa.com  2009-05-17 23:55:51 PST ---
Created an attachment (id=23676)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23676)
File which illustrates the issues

As can be seen in the output files (will also attach those). Some images with
Japanese text in the file names are not rendered by apache proxypass but all
are rendered when direct to IIS.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #4 from jwexler@mail.usa.com  2009-05-17 20:56:56 PST ---
Will upload some additional files and description in a couple of hours.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #15 from jwexler@mail.usa.com  2009-05-19 19:36:50 PST ---
Sorry, the url for the apache direct (proxypass from port 80 to port 8060) in
the above comment is:

http://wexlerassociates.com/apache/aspdir/aspfile.htm

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211


Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #9 from Nick Kew <ni...@webthing.com>  2009-05-18 02:15:17 PST ---
Yes, I had guessed *the* server you're using was not visible.  That's why I
asked for *a URL* that demonstrates the alleged problem.  It doesn't matter
where: I can set up apache locally to proxy a URL anywhere on the 'net.

If there's an Apache bug, I need to be able to reproduce it.  Details of your
configuration are IRRELEVANT without a test-case URL that demonstrates it.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #1 from jwexler@mail.usa.com  2009-05-17 17:06:20 PST ---
Addendum: OS is native Japanese Windows 2003 Server

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211


jwexler@mail.usa.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




--- Comment #13 from jwexler@mail.usa.com  2009-05-19 17:01:10 PST ---
I performed the test again using (% escaped) utf-8. However, it still appears
to be an Apache bug.
I updated aspfile.htm to illustrate. Kindly verify via the following links:

Apache proxypass:
http://wexlerassociates.com/aspdir/aspfile.htm

IIS direct:
http://wexlerassociates.com:8070/aspdir/aspfile.htm

Please note the following about the modified file:
1. I used the following site to encode: http://andrewu.co.uk/tools/uriencoder/
2. For the top image, I illustrated that non of the encodings of the
andrewu.co.uk site work in Apache Proxypass. "Javascript encodeURI()", "ASP's
Server.HTMLEncode(): (HTML-Safe Encoding)", "Partial Decimal Entities", and
"Decimal Entities" render in IIS direct but not Apache Proxypass.
3. Following the encoding examples for the top image, the other image examples
are ordered below with the ones that work in both IIS direct and via Apache
Proxypass at the very bottom of the page (only one of these at the very bottom
have Japanese characters in it; the other two are just ascii names and hence
would be expected to work).

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211


Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEW




--- Comment #16 from Nick Kew <ni...@webthing.com>  2009-05-20 16:41:37 PST ---
Thanks for the URLs, which confirm several things NOT being the problem.

I've just tested proxying that:

<Location /aspdir/>
        ProxyPass http://wexlerassociates.com:8070/aspdir/
        Order allow,deny
        Allow from all
</Location>

I then request /aspdir/aspfile.htm and I see all the images under the head
"Encodings of above that work when direct to IIS but not through Apache
Proxypass".  In other words, WorksForMe.

You have either a configuration issue or a windows-platform issue.  I can't
test the latter because I don't have a windows box, so I won't close it.

I note your server identifies itself as
Server: Apache/2.2.11 (Win32) DAV/2 mod_ssl/2.2.11 OpenSSL/0.9.8i PHP/5.2.9
mod_jk/1.2.27 mod_perl/2.0.4 Perl/v5.10.0
What happens if you remove PHP, Perl, SSL, DAV and mod_jk?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #17 from jwexler@mail.usa.com  2009-05-20 21:01:49 PST ---
Created an attachment (id=23699)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23699)
Original unmodified httpd.conf

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #6 from jwexler@mail.usa.com  2009-05-17 23:57:53 PST ---
Created an attachment (id=23677)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23677)
Results from Apache proxypass

Some of the images with Japanese file names are not rendered.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #19 from jwexler@mail.usa.com  2009-05-20 21:04:06 PST ---
Created an attachment (id=23701)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23701)
Original unmodified perl.conf

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #18 from jwexler@mail.usa.com  2009-05-20 21:03:09 PST ---
Created an attachment (id=23700)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23700)
Original unmodified httpd-xampp.conf

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #20 from jwexler@mail.usa.com  2009-05-20 21:07:36 PST ---
I performed tests removing components as Nick suggested and further identified
the source of the bug. Based on these results, the bug may (or may not) be
located in a project complementary to Apache.

Distribution downloaded from http://www.apachefriends.org/en/xampp-windows.html
The following were installed:
1. XAMPP Windows 1.7.1 [Basic package]
xampp-win32-1.7.1-installer.exe

2. XAMPP Add-On: Perl 5.10.0-2.2.11
xampp-win32-perl-addon-5.10.0-2.2.11-pl2-installer.exe

3. XAMPP Add-On: Tomcat 6.0.18
xampp-win32-tomcat-addon-6.0.18-2.2.11-pl1-installer.exe

There are 3 lines in two default configuration files that cause this bug.  The
bug disappears when these 3 lines are commented out. They are related to Perl
and PHP. (I did not bother to investigate at this juncture as to what portions
of perl.conf are causing this):

Within apache/conf/httpd.conf:
Include conf/extra/perl.conf

Within apache/conf/extras/httpd-xampp.conf:
PHPINIDir "C:/dev/xampp/php"
LoadModule php5_module "C:/dev/xampp/apache/bin/php5apache2_2.dll"

I am attaching the default (unmodified) versions of httpd.conf,
httpd-xampp.conf, and perl.conf for your review.

It seems surprising to me that these are the culprits given that there is no
perl or php in the test file.

How do you suggest proceeding with the resolution of these bugs?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211


Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #2 from Nick Kew <ni...@webthing.com>  2009-05-17 19:23:47 PST ---
This report is meaningless without details.  There are many possible
explanations other than an apache bug: for example a misconfiguration, or a
backend that violates the HTTP protocol.

Please provide a URL that demonstrates the problem.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #11 from jwexler@mail.usa.com  2009-05-18 18:44:24 PST ---
I hope I understood what you are looking for in terms of a url to provide. If
not, kindly clarify so that I can provide it.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #22 from jwexler@mail.usa.com  2009-05-25 16:30:45 PST ---
Nick, Wow! Adding nocanon worked.
The new proxypass:
ProxyPass /aspdir/ http://localhost:8070/aspdir/ nocanon

In researching how to add nocanon, I saw your post:
http://mail-archives.apache.org/mod_mbox/httpd-users/200810.mbox/%3C9D057998-B452-4CA4-A2B5-2F34F7903285@webthing.com%3E
where you suggested DefaultType None instead of DefaultType text/plain to
address an issue with passing arguments to cgi and js when nocanon is used. I
just tested both "None" and "text/plain" and both work for rendering these
images. Thus, it should still be DefaultType none if nocanon is used? I am
guessing that that is the accepted solution/requirement for nocanon?
AllowEncodedSlashes On, ProxyRequests Off, KeepAlive Off were also configured
according to the above thread. I am guessing that they are
irrelevant/unnecessary for nocanon (although I already have ProxyRequests Off).


Php and perl: Without nocanon, the bug occurs when either one is enabled (and
the other not enabled) as well as when both are enabled. Without nocanon, both
must be disabled to avert the error. To help other folks as well, I am guessing
that I should submit a bug to both the php and perl projects or do you think
just leaving it as nocanon as the accepted workaround is best?

Thank you for all your help in analyzing this bug issue.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211


Will Rowe <wr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #12 from Will Rowe <wr...@apache.org>  2009-05-19 10:32:44 PST ---
"OS is native Japanese Windows 2003 Server"

Windows is a unicode operating system; all file paths in the Windows OS are
handled with utf-8 naming from the perspective of the server, Apache will not
serve files by URLs named with local code pages.

If you correct the img ref='' targets to (% escaped) utf-8, all will be well.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #14 from jwexler@mail.usa.com  2009-05-19 19:29:35 PST ---
Addendum:
When the same page is viewed direct to Apache, the page renders correctly (as
in the case of direct to iis). Actually, it is really a proxypass from port 80
to port 8060 since I have / of 80 proxypass to tomcat6.
Thus, the page is only incorrectly rendered in the proxypass to IIS.

The following is the url to test viewing the page direct to apache (proxypass
from port 80 to 8060):
http://localhost/apache/aspdir/aspfile.htm

For the above url, I copied the aspdir directory into the apache server root
and added the following to httpd.conf:

Listen 8060

Inside the <VirtualHost *:80>, I added the following:

ProxyPass /apache/ http://localhost:8060/
<Location /apache/>
        ProxyPassReverse /
</Location>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211


jwexler@mail.usa.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




--- Comment #10 from jwexler@mail.usa.com  2009-05-18 18:41:43 PST ---
Ok, I understand. Please verify via the following two urls:

Apachy proxypass:
http://wexlerassociates.com/aspdir/aspfile.htm

IIS:
http://wexlerassociates.com:8070/aspdir/aspfile.htm

Changes made to httpd.conf to enable this test:
Changed 127.0.0.1:80 to *:80 in VirtualHost
Added ServerAlias wexlerassociates.com *.wexlerassociates.com

Updated VirtualHost section is now as follows:

<VirtualHost *:80>
ServerName localhost
ServerAlias wexlerassociates.com *.wexlerassociates.com
ProxyRequests Off
ProxyPass    /aspdir/    http://localhost:8070/aspdir/
<Location /aspdir/>
        ProxyPassReverse /
</Location>
ProxyPass    /    http://localhost:8085/tomcat6root/
<Location />
        ProxyPassReverse /
</Location>
</VirtualHost>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #8 from jwexler@mail.usa.com  2009-05-18 00:05:36 PST ---
Attached are the following:

1. aspfile.asp
Simple html file with the links. I made this a very short file to emphasize
unlikeliness of this being a user error.

2. Output_Apache_Proxypass.pdf
Output from http://localhost/aspdir/aspfile.asp

3. Output_IIS.pdf
Output from http://localhost:8070/aspdir/aspfile.asp

I am happy to help in testing/investigating/etc. given that I have access to
Japanese language OS.

Please let me know of other info, files, etc. that I should post that would be
helpful.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211


Nick Kew <ni...@webthing.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #21 from Nick Kew <ni...@webthing.com>  2009-05-25 15:27:50 PST ---
It's possible Perl or PHP is doing some normalising in the early stages of
request processing.  You should figure out which of them it is, and raise an
issue with the relevant community.

In either case, I think we've established it's not an httpd bug, so I'm closing
this report.  But I'll leave you with one final thought: does the "nocanon"
proxy option help with this?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211


jwexler@mail.usa.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




--- Comment #3 from jwexler@mail.usa.com  2009-05-17 20:51:38 PST ---
The server is only accessible internally and thus I cannot provide a url to the
server.
I will do my best to provide as many details as possible so that this can be
confirmed as a bug if agreed as such and so that it can be resolved. I will
submit a few posts to separate the info in the interest of readibility.

Below are the uncommented contents of Apache httpd.conf (Note: that IIS is
accessed via 8070 rather than 8080 which I had typed in my original post for
the purpose of keeping that description simple):

ThreadsPerChild 250
MaxRequestsPerChild  0
ServerRoot "C:/dev/xampp/apache"
Listen 80
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule authn_alias_module modules/mod_authn_alias.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbd_module modules/mod_authn_dbd.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule cache_module modules/mod_cache.so
LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule charset_lite_module modules/mod_charset_lite.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
LoadModule expires_module modules/mod_expires.so
LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule headers_module modules/mod_headers.so
LoadModule ident_module modules/mod_ident.so
LoadModule include_module modules/mod_include.so
LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule speling_module modules/mod_speling.so
LoadModule status_module modules/mod_status.so
LoadModule unique_id_module modules/mod_unique_id.so
LoadModule usertrack_module modules/mod_usertrack.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule ssl_module modules/mod_ssl.so
ServerAdmin admin@localhost
ServerName localhost:80
DocumentRoot "C:/dev/xampp/htdocs"
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
</Directory>
<Directory "C:/dev/xampp/htdocs">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>
<IfModule dir_module>
    DirectoryIndex index.php index.php4 index.php3 index.cgi index.pl
index.html index.htm index.shtml index.phtml
</IfModule>
<FilesMatch "^\.ht">
    Order allow,deny
    Deny from all
</FilesMatch>
ErrorLog logs/error.log
LogLevel warn
<IfModule log_config_module>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    <IfModule logio_module>
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"
%I %O" combinedio
    </IfModule>
    CustomLog logs/access.log common
</IfModule>
<IfModule alias_module>
    ScriptAlias /cgi-bin/ "C:/dev/xampp/cgi-bin/"
</IfModule>
<Directory "C:/dev/xampp/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
DefaultType text/plain
<IfModule mime_module>
    TypesConfig conf/mime.types
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    AddHandler cgi-script .cgi
   AddType text/html .shtml
   AddOutputFilter INCLUDES .shtml
</IfModule>
EnableMMAP off
EnableSendfile off
Include conf/extra/httpd-xampp.conf
Include conf/extra/httpd-multilang-errordoc.conf
Include conf/extra/httpd-autoindex.conf
Include conf/extra/httpd-languages.conf
Include conf/extra/httpd-userdir.conf
Include conf/extra/httpd-info.conf
Include conf/extra/httpd-vhosts.conf
Include conf/extra/httpd-manual.conf
Include conf/extra/httpd-dav.conf
Include conf/extra/httpd-default.conf
Include conf/extra/httpd-ssl.conf
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
Include conf/extra/perl.conf
Include conf/extra/mod_jk.conf
<VirtualHost 127.0.0.1:80>
ServerName localhost
ProxyRequests Off
ProxyPass    /aspdir/    http://localhost:8070/aspdir/
<Location /aspdir/>
        ProxyPassReverse /
</Location>
ProxyPass    /    http://localhost:8085/tomcat6root/
<Location />
        ProxyPassReverse /
</Location>
</VirtualHost>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 47211] Images with Japanese file names not passed correctly to IIS 6

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47211





--- Comment #7 from jwexler@mail.usa.com  2009-05-17 23:58:47 PST ---
Created an attachment (id=23678)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23678)
Output when direct to IIS

All images rendered.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org