[google-appengine] Re: Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-06 Thread Tag++
To Wooble, I can't separate bad from error,fault or wrong results, as a normal/ general/ordinary user I just click on this link to open it http://admins.googleapps.com/system/app/pages/search?q=error|400 I got a correct/exact/right results and then I focus on browser's address box and press

[google-appengine] Re: Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-05 Thread Tag++
guess having it fail on a google apps domain has something to do with how ghs handles mapping URLs to applications. On May 3, 4:30 am, Tag++ tagpp.ad...@gmail.com wrote: Hi,all My app: tagplusplus.appspot.com have bound to domain: gae.tagpp.com Access URL

[google-appengine] Re: Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-05 Thread Tag++
with '|' smoothly. On May 5, 5:04 pm, barryhunter barrybhun...@googlemail.com wrote: hasn't Wooble already told you why this is happening? - and that should be enough to work out how to fix it. On May 5, 12:57 am, Tag++ tagpp.ad...@gmail.com wrote: Hi,all Please copy this three url

[google-appengine] Re: Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-05 Thread Tag++
Nick Johnson, IE can convert '|' to %7C but Firefox will not! I (a normal visitor) didn't constructing any URL, so this is not Vistor's or Firefox's business, this is Web Server's matter I know some kind of Web Server can handle '|' char, including App Engine, and I am sure something failed on

[google-appengine] Re: Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-05 Thread Tag++
To Nick Johnson, But if you fill out a form (such as a search box) in Firefox, it will correctly URL-escape the | character for the URL Is this real? but my Firefox 3.0.4(Windows XP) or Chrome 1.0.154.59 (Windows XP) always keep the '|' in the address box!!! I have try this test on google

[google-appengine] Re: Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-05 Thread Tag++
(Google) nick.john...@google.com wrote: On Tue, May 5, 2009 at 11:28 AM, Tag++ tagpp.ad...@gmail.com wrote: To Nick Johnson, But if you fill out a form (such as a search box) in Firefox, it will correctly URL-escape the | character for the URL Is this real? but my Firefox 3.0.4

[google-appengine] Re: Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-05 Thread Tag++
To Nick Johnson, I am normal visitor now, I didn't do any URL encoding, I use the popular browser, including Chrome from google. I want to making a comparison between popular Web Server(Google Search Server,Yahoo Search Server,Wikipedia.org) and RFC follower (ghs.google.com:

[google-appengine] Re: Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-05 Thread Tag++
Like others general visitors, I often copy a url from address box and share to friends If you submit a search by click 'Search' button, Firefox will escape '|' to '%7c' and send to Web Server, but it will keep '|' remain in the address box If you paste 'error%7C400' to Firefox and press enter

[google-appengine] Binding appspot to google custom domain cause Error 400

2009-05-04 Thread Tag++
app.yaml: pre application: tagplusplus version: 1 runtime: python api_version: 1 handlers: - url: .* script: main.py /pre main.py: pre class MainPage(webapp.RequestHandler): def get(self): url = self.request.url q = self.request.get('q')

[google-appengine] Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-04 Thread Tag++
Hi,all My app: tagplusplus.appspot.com have bound to domain: gae.tagpp.com Access URL Status http://tagplusplus.appspot.com/ OK http://tagplusplus.appspot.com/search?q=abc OK http://tagplusplus.appspot.com/search?q=a+b+c OK

[google-appengine] Error 400: app engine + custom domain + /search?q=a|b|c

2009-05-04 Thread Tag++
Hi,all Please copy this three url to the address box and press enter, don't click to open it from here. http://www.google.com/search?q=%22bad+request%22|%22error+400%22 http://admins.googleapps.com/system/app/pages/search?q=%22bad+request%22