code:
========================
SlctType = cgi.escape( self.request.get( 'selecttype' ))
SlctCodes = cgi.escape( self.request.get( 'codes' ))
logging.info( "selecttype = %s, codes = %s" % ( SlctType,
SlctCodes ))
========================
log:
========================
#
1.
07-18 11:30PM 48.863 /gumo?
selecstyle=1&codes=000001,000003,000005 200 6ms 0cpu_ms 1kb Mozilla/
5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.6) Gecko/20100625
Firefox/3.6.6 GTB7.1,gzip(gfe)
See details
125.39.117.198 - saintthor [18/Jul/2010:23:30:48 -0700] "GET /
gumo?selecstyle=1&codes=000001,000003,000005 HTTP/1.1" 200 1718 -
"Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.2.6) Gecko/
20100625 Firefox/3.6.6 GTB7.1,gzip(gfe)" "smarthor8.appspot.com" ms=6
cpu_ms=0 api_cpu_ms=0 cpm_usd=0.000295
2.
I 07-18 11:30PM 48.867 selecttype = , codes =
000001,000003,000005
========================
you see, the selecstyle=1 in querystring is not get.
this app works well till this morning. and wrong afternoon. what
happened? how to fix it?
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.