DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39105>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39105 ------- Additional Comments From [EMAIL PROTECTED] 2006-03-26 13:30 ------- Created an attachment (id=17984) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17984&action=view) test case in utf8 Writing file in unicode solves problem but one cant mix unicode and other 1-byte charsets in file. And koi8-r and cp1251 are main charsets for russian internet while uniode in uncommon. There is nothing in http://httpd.apache.org/docs/2.0/env.html http://httpd.apache.org/docs/2.0/howto/ssi.html http://httpd.apache.org/docs/2.0/mod/mod_include.html about utf8. Even if we close eyes on charsets and so then there is still strange behaviour of apache: - why httpd can include static html files while there are non latin1 symbols in non utf8 in variables? - why httpd can successfully assign and print these variables? - why httpd talks about "mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed, referer: doesnt_works.html" in log file? does it removes filter when it find attempt to include cgi while there are non latin1 characters in non utf8 in enviroment variables? - why this happens in windows only? :) (at least in linux it does works with variables in any charset) PS: it is nothing related to bash, same problem is with python also. httpd doesnt even start cgi - that you can see by creating some file in that cgi so you will see that no file will be created. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
