Ńň 6ŐUc @sźdZdZdgZddkZddkZddkZddkZddkZddkZdei fd„ƒYZ e a d„Z d„Ze eid„Zed jo eƒndS( súCGI-savvy HTTP Server. This module builds on SimpleHTTPServer by implementing GET and POST requests to cgi-bin scripts. If the os.fork() function is not present (e.g. on Windows), os.popen2() is used as a fallback, with slightly altered semantics; if that function is not present either (e.g. on Macintosh), only Python scripts are supported, and they are executed by the current process. In all cases, the implementation is intentionally naive -- all requests are executed sychronously. SECURITY WARNING: DON'T USE THIS CODE UNLESS YOU ARE INSIDE A FIREWALL -- it may execute arbitrary Python code or external programs. Note that status code 200 is sent prior to execution of a CGI script, so scripts cannot send other status codes such as 302 (redirect). s0.4tCGIHTTPRequestHandleri˙˙˙˙NcBsƒeZdZeedƒZeedƒZeedƒZdZd„Z d„Z d„Z dd gZ d „Z d „Zd „ZRS( s­Complete HTTP server with GET, HEAD and POST commands. GET and HEAD also support running CGI scripts. The POST command is *only* implemented for CGI scripts. tforktpopen2tpopen3icCs/|iƒo|iƒn|iddƒdS(sRServe a POST request. This is only implemented for CGI scripts. iősCan only POST to CGI scriptsN(tis_cgitrun_cgit send_error(tself((s#/usr/lib/python2.6/CGIHTTPServer.pytdo_POST5s cCs,|iƒo |iƒStii|ƒSdS(s-Version of send_head that support CGI scriptsN(RRtSimpleHTTPServertSimpleHTTPRequestHandlert send_head(R((s#/usr/lib/python2.6/CGIHTTPServer.pyR As  cCs{|i}xk|iD]`}t|ƒ}|| |jo=|| p||djo || ||df|_tSqWtS(s Test whether self.path corresponds to a CGI script, and return a boolean. This function sets self.cgi_info to a tuple (dir, rest) when it returns True, where dir is the directory part before the CGI script name. Note that rest begins with a slash if it is not empty. The default implementation tests whether the path begins with one of the strings in the list self.cgi_directories (and the next character is a '/' or the end of the string). t/i(tpathtcgi_directoriestlentcgi_infotTruetFalse(RR txti((s#/usr/lib/python2.6/CGIHTTPServer.pyRHs   . s/cgi-bins/htbincCs t|ƒS(s1Test whether argument path is an executable file.(t executable(RR ((s#/usr/lib/python2.6/CGIHTTPServer.pyt is_executablebscCs(tii|ƒ\}}|iƒdjS(s.Test whether argument path is a Python script.s.pys.pyw(s.pys.pyw(tosR tsplitexttlower(RR theadttail((s#/usr/lib/python2.6/CGIHTTPServer.pyt is_pythonfsc(Cs |i}|i\}}|idt|ƒdƒ}xz|djol|| }||d}|i|ƒ}tii|ƒo-||}}|idt|ƒdƒ}q7Pq7W|idƒ}|djo|| ||d}}nd}|idƒ}|djo|| ||} }n|d} }|d| } |i| ƒ} tii| ƒp|i dd| ƒdStii | ƒp|i d d | ƒdS|i | ƒ} | pd|i p|i p|ip|i d d | ƒdS|i| ƒp|i d d | ƒdSnh} |iƒ| d <|ii| d| |ti-ƒWq |ii?|i@|iƒtiAd6ƒq XnűddkB}| g} |i | ƒoItCiD}!|!i ƒiEd7ƒo|!d8 |!d9}!n|!d:g| } nd4|jo| i'|ƒn|iFd;|iG| ƒƒytH|ƒ}"WntItJfj o d}"nX|iK| d<|iLd=|iLd>|iLƒ}#|ii ƒd?jo#|"djo|i7i8|"ƒ}$nd}$xFt6i6|i7iMgggdƒdo|i7iMiNdƒpPqeqeW|#iO|$ƒ\}%}&|i2iP|%ƒ|&o|i9d@|&ƒn|#iQ}'|'o|i9d5|'ƒn|iFdAƒdS(CsExecute a CGI script.R iit?ti”sNo such CGI script (%r)Ni“s#CGI script is not a plain file (%r)s&CGI script is not a Python script (%r)s!CGI script is not executable (%r)tSERVER_SOFTWAREt SERVER_NAMEsCGI/1.1tGATEWAY_INTERFACEtSERVER_PROTOCOLt SERVER_PORTtREQUEST_METHODt PATH_INFOtPATH_TRANSLATEDt SCRIPT_NAMEt QUERY_STRINGt REMOTE_HOSTt REMOTE_ADDRt authorizationii˙˙˙˙t AUTH_TYPEtbasict:t REMOTE_USERt CONTENT_TYPEscontent-lengthtCONTENT_LENGTHtreferert HTTP_REFERERtaccepts it,t HTTP_ACCEPTs user-agenttHTTP_USER_AGENTtcookies, t HTTP_COOKIEiČsScript output followst+t t=sCGI script exit status %#xisw.exeiű˙˙˙iü˙˙˙s-us command: %ststdintstdouttstderrtposts%ssCGI script exited OK(R(R)R1R7R9R3(RR RtfindRttranslate_pathRtisdirtrfindtexistsRtisfileRt have_forkt have_popen2t have_popen3Rtversion_stringtservert server_nametprotocol_versiontstrt server_porttcommandturllibtunquotetaddress_stringtclient_addresstheaderst getheadertsplittbase64tbinasciiRt decodestringtErrort typeheadertNonettypetgetallmatchingheaderstappendtstriptjointfiltert getheaderst setdefaulttenvirontupdatet send_responsetreplacet nobody_uidtwfiletflushRtwaitpidtselecttrfiletreadt log_errortsetuidterrortdup2tfilenotexecvet handle_errortrequestt_exitt subprocesstsysRtendswitht log_messaget list2cmdlinetintt TypeErrort ValueErrortPopentPIPEt_socktrecvt communicatetwritet returncode((RR tdirtrestRtnextdirtnextrestt scriptdirtquerytscriptt scriptnamet scriptfiletispytenvtuqrestthostR+RXRYtlengthR2R4tlinetuatcotkt decoded_querytargstnobodytpidtstsRztcmdlinetinterptnbytestptdataR>R?tstatus((s#/usr/lib/python2.6/CGIHTTPServer.pyRks>                          #          #&  (t__name__t __module__t__doc__thasattrRRGRHRItrbufsizeRR RRRRR(((s#/usr/lib/python2.6/CGIHTTPServer.pyR"s     c Cs†totSyddk}Wntj odSXy|idƒdaWn5tj o)dttd„|iƒƒƒanXtS(s$Internal routine to get nobody's uidi˙˙˙˙NRiicSs|dS(i((R((s#/usr/lib/python2.6/CGIHTTPServer.pyt<s(Rtpwdt ImportErrortgetpwnamtKeyErrortmaxtmaptgetpwall(RŹ((s#/usr/lib/python2.6/CGIHTTPServer.pyRj0s'cCs>yti|ƒ}Wntij otSX|id@djS(sTest for executable file.iIi(RtstatRsRtst_mode(R tst((s#/usr/lib/python2.6/CGIHTTPServer.pyR@s cCsti||ƒdS(N(R ttest(t HandlerClasst ServerClass((s#/usr/lib/python2.6/CGIHTTPServer.pyRśIst__main__(R¨t __version__t__all__RR{RQtBaseHTTPServerR RnR RR]RRjRt HTTPServerRśRŚ(((s#/usr/lib/python2.6/CGIHTTPServer.pyts"       ˙