Re: XMLHttpRequest not populating Query variable (yui connection manager)

"culleyharrelson" <[email protected]> Tue, 13 Jan 2009 05:47:22 -0000
Newsgroups gmane.text.clearsilver.general
Message-ID <[email protected]>
The yui connection manager is stubbornly changing CONTENT_TYPE to:

application/x-www-form-urlencoded; charset=UTF-8

line 643 of cgi.c has:

    if (type && !strcmp(type, "application/x-www-form-urlencoded"))

If the charset=UTF-8 is a valid addition, line 643 might need to be
changed.