Files
PowerToys/PythonHome/Lib/wsgiref/validate.pyc

155 lines
16 KiB
Plaintext
Raw Normal View History

2014-07-09 18:15:23 +08:00
<03>
<EFBFBD>W`Sc@sFdZdgZddlZddlZddlmZmZmZmZddl Z ej
d<00>Z ej
d<00>Z de fd<00><00>YZd <00>Zd
<00>Zd dd <00><00>YZd dd<00><00>YZddd<00><00>YZdd d<00><00>YZdd!d<00><00>YZd<00>Zd<00>Zd<00>Zd<00>Zd<00>Zd<00>Zd<00>Zd<00>ZdS("s"
Middleware to check for obedience to the WSGI specification.
Some of the things this checks:
* Signature of the application and start_response (including that
keyword arguments are not used).
* Environment checks:
- Environment is a dictionary (and not a subclass).
- That all the required keys are in the environment: REQUEST_METHOD,
SERVER_NAME, SERVER_PORT, wsgi.version, wsgi.input, wsgi.errors,
wsgi.multithread, wsgi.multiprocess, wsgi.run_once
- That HTTP_CONTENT_TYPE and HTTP_CONTENT_LENGTH are not in the
environment (these headers should appear as CONTENT_LENGTH and
CONTENT_TYPE).
- Warns if QUERY_STRING is missing, as the cgi module acts
unpredictably in that case.
- That CGI-style variables (that don't contain a .) have
(non-unicode) string values
- That wsgi.version is a tuple
- That wsgi.url_scheme is 'http' or 'https' (@@: is this too
restrictive?)
- Warns if the REQUEST_METHOD is not known (@@: probably too
restrictive).
- That SCRIPT_NAME and PATH_INFO are empty or start with /
- That at least one of SCRIPT_NAME or PATH_INFO are set.
- That CONTENT_LENGTH is a positive integer.
- That SCRIPT_NAME is not '/' (it should be '', and PATH_INFO should
be '/').
- That wsgi.input has the methods read, readline, readlines, and
__iter__
- That wsgi.errors has the methods flush, write, writelines
* The status is a string, contains a space, starts with an integer,
and that integer is in range (> 100).
* That the headers is a list (not a subclass, not another kind of
sequence).
* That the items of the headers are tuples of strings.
* That there is no 'status' header (that is used in CGI, but not in
WSGI).
* That the headers don't contain newlines or colons, end in _ or -, or
contain characters codes below 037.
* That Content-Type is given if there is content (CGI often has a
default content type, but WSGI does not).
* That no Content-Type is given when there is no content (@@: is this
too restrictive?)
* That the exc_info argument to start_response is a tuple or None.
* That all calls to the writer are with strings, and no other methods
on the writer are accessed.
* That wsgi.input is used properly:
- .read() is called with zero or one argument
- That it returns a string
- That readline, readlines, and __iter__ return strings
- That .close() is not called
- No other methods are provided
* That wsgi.errors is used properly:
- .write() and .writelines() is called with a string
- That .close() is not called, and no other methods are provided.
* The response iterator:
- That it is not a string (it should be a list of a single string; a
string will work, but perform horribly).
- That .next() returns a string
- That the iterator is not iterated over until start_response has
been called (that can signal either a server or application
error).
- That .close() is called (doesn't raise exception, only prints to
sys.stderr, because we only know it isn't called when the object
is garbage collected).
t validatori<72><69><EFBFBD><EFBFBD>N(tDictTypet
StringTypet TupleTypetListTypes^[a-zA-Z][a-zA-Z0-9\-_]*$s [\000-\037]t WSGIWarningcBseZdZRS(s:
Raised in response to WSGI-spec-related warnings
(t__name__t
__module__t__doc__(((s.\Lib\wsgiref\validate.pyRzscGs|st|<00><00>ndS(N(tAssertionError(tcondtargs((s.\Lib\wsgiref\validate.pytassert_scs<00>fd<00>}|S(s<>
When applied between a WSGI server and a WSGI application, this
middleware will check for WSGI compliancy on a number of levels.
This middleware does not modify the request or response in any
way, but will raise an AssertionError if anything seems off
(except for a failure to close the application iterator, which
will be printed to stderr -- there's no way to raise an exception
at that point).
cs<>tt|<00>dkd<00>t| d<00>|\}<00>t|<00>g<00><00><00>fd<00>}t|d<19>|d<t|d<19>|d<<3C>||<00>}t|dk o<>|tkd<00>t|<00>t|<00><00>S(NisTwo arguments requiredsNo keyword arguments allowedcs<>tt|<00>dkp$t|<00>dkd|f<16>t| d<00>|d}|d}t|<00>dkrs|d}nd}t|<00>t|<00>t||<00>t|<00><01>jd<00>t<00>|<00><00>S(NiisInvalid number of arguments: %ssNo keyword arguments allowedii( R tlentNonet check_statust check_headerstcheck_content_typetcheck_exc_infotappendt WriteWrapper(R tkwtstatustheaderstexc_info(tstart_responsetstart_response_started(s.\Lib\wsgiref\validate.pytstart_response_wrapper<65>s$

 

 
 s
wsgi.inputs wsgi.errorss>The application must return an iterator, if only an empty list( R R t check_environt InputWrappert ErrorWrapperRtFalsetcheck_iteratortIteratorWrapper(R RtenvironRtiterator(t application(RRs.\Lib\wsgiref\validate.pytlint_app<70>s 

((R$R%((R$s.\Lib\wsgiref\validate.pyR<00>s )RcBs>eZd<00>Zd<00>Zd<00>Zd<00>Zd<00>Zd<00>ZRS(cCs ||_dS(N(tinput(tselft
wsgi_input((s.\Lib\wsgiref\validate.pyt__init__<5F>scGsHtt|<00>dk<00>|jj|<00>}tt|<00>td<00>k<00>|S(Nit(R R R&treadttype(R'R tv((s.\Lib\wsgiref\validate.pyR+<00>scCs/|jj<00>}tt|<00>td<00>k<00>|S(NR*(R&treadlineR R,(R'R-((s.\Lib\wsgiref\validate.pyR.<00>scGsutt|<00>dk<00>|jj|<00>}tt|<00>tg<00>k<00>x*|D]"}tt|<00>td<00>k<00>qKW|S(NiR*(R R R&t readlinesR,(R'R tlinestline((s.\Lib\wsgiref\validate.pyR/<00>s   ccs%x|j<00>}|sdS|VqdS(N(R.(R'R1((s.\Lib\wsgiref\validate.pyt__iter__<5F>s
 cCstdd<00>dS(Nis input.close() must not be called(R (R'((s.\Lib\wsgiref\validate.pytclose<73>s(RRR)R+R.R/R2R3(((s.\Lib\wsgiref\validate.pyR<00>s      RcBs5eZd<00>Zd<00>Zd<00>Zd<00>Zd<00>ZRS(cCs ||_dS(N(terrors(R't wsgi_errors((s.\Lib\wsgiref\validate.pyR)<00>scCs0tt|<00>td<00>k<00>|jj|<00>dS(NR*(R R,R4twrite(R'ts((s.\Lib\wsgiref\validate.pyR6<00>scCs|jj<00>dS(N(R4tflush(R'((s.\Lib\wsgiref\validate.pyR8<00>scCs"x|D]}|j|<00>qWdS(N(R6(R'tseqR1((s.\Lib\wsgiref\validate.pyt
writelines<65>s cCstdd<00>dS(Nis!errors.close() must not be called(R (R'((s.\Lib\wsgiref\validate.pyR3<00>s(RRR)R6R8R:R3(((s.\Lib\wsgiref\validate.pyR<00>s
    RcBseZd<00>Zd<00>ZRS(cCs ||_dS(N(twriter(R't wsgi_writer((s.\Lib\wsgiref\validate.pyR)<00>scCs-tt|<00>td<00>k<00>|j|<00>dS(NR*(R R,R;(R'R7((s.\Lib\wsgiref\validate.pyt__call__<5F>s(RRR)R=(((s.\Lib\wsgiref\validate.pyR<00>s tPartialIteratorWrappercBseZd<00>Zd<00>ZRS(cCs ||_dS(N(R#(R't wsgi_iterator((s.\Lib\wsgiref\validate.pyR)<00>scCst|jd<00>S(N(R!R#R(R'((s.\Lib\wsgiref\validate.pyR2<00>s(RRR)R2(((s.\Lib\wsgiref\validate.pyR><00>s R!cBs5eZd<00>Zd<00>Zd<00>Zd<00>Zd<00>ZRS(cCs.||_t|<00>|_t|_||_dS(N(toriginal_iteratortiterR#Rtclosedtcheck_start_response(R'R?RC((s.\Lib\wsgiref\validate.pyR)s  cCs|S(N((R'((s.\Lib\wsgiref\validate.pyR2 scCsOt|j d<00>|jj<00>}|jdk rKt|jd<00>d|_n|S(NsIterator read after closedsjThe application returns and we started iterating over its body, but start_response has not yet been called(R RBR#tnextRCR(R'R-((s.\Lib\wsgiref\validate.pyRD s
  cCs/t|_t|jd<00>r+|jj<00>ndS(NR3(tTrueRBthasattrR@R3(R'((s.\Lib\wsgiref\validate.pyR3s cCs0|jstjjd<00>nt|jd<00>dS(Ns/Iterator garbage collected without being closed(RBtsyststderrR6R (R'((s.\Lib\wsgiref\validate.pyt__del__s
  
 (RRR)R2RDR3RI(((s.\Lib\wsgiref\validate.pyR!s
  
c Cs<>tt|<00>tkdt|<00>|f<16>xCdddddddd d
g D] }t||kd |f<16>qKWx5d d gD]'}t||kd||df<16>q|Wd|kr<>tjdt<00>nx^|j<00>D]P}d|kr<>q<>ntt||<19>tkd|t||<19>||f<16>q<>Wtt|d<19>tkd|df<16>t|dd+kd|d<16>t |d<19>t
|d<19>|dd,kr<>tjd |dt<00>nt|j d!<00> p<>|d!j d"<00>d#|d!<16>t|j d$<00> p
|d$j d"<00>d%|d$<16>|j d&<00>rPtt |d&<19>d'kd(|d&<16>n|j d!<00>sutd$|kd)<00>nt|j d!<00>d"kd*<00>dS(-Ns:Environment is not of the right type: %r (environment: %r)tREQUEST_METHODt SERVER_NAMEt SERVER_PORTs wsgi.versions
wsgi.inputs wsgi.errorsswsgi.multithreadswsgi.multiprocesss wsgi.run_onces$Environment missing required key: %rtHTTP_CONTENT_TYPEtHTTP_CONTENT_LENGTHs8Environment should not have the key: %s (use %s instead)it QUERY_STRINGs<47>QUERY_STRING is not in the WSGI environment; the cgi module will use sys.argv when this variable is missing, so application errors are more likelyt.s9Environmental variable %s is not a string: %r (value: %r)s#wsgi.version should be a tuple (%r)swsgi.url_schemethttpthttpsswsgi.url_scheme unknown: %rtGETtHEADtPOSTtOPTIONStPUTtDELETEtTRACEsUnknown REQUEST_METHOD: %rt SCRIPT_NAMEt/s$SCRIPT_NAME doesn't start with /: %rt PATH_INFOs"PATH_INFO doesn't start with /: %rtCONTENT_LENGTHisInvalid CONTENT_LENGTH: %rsgOne of SCRIPT_NAME or PATH_INFO are required (PATH_INFO should at least be '/' if SCRIPT_NAME is empty)sOSCRIPT_NAME cannot be '/'; it should instead be '', and PATH_INFO should be '/'(RQRR(RSRTRURVRWRXRY(R R,RtwarningstwarnRtkeysRRt check_inputt check_errorstgett
startswithtint(R"tkey((s.\Lib\wsgiref\validate.pyR"s`      
 #  
 
cCsAx:ddddgD]&}tt||<00>d||f<16>qWdS(NR+R.R/R2s-wsgi.input (%r) doesn't have the attribute %s(R RF(R(tattr((s.\Lib\wsgiref\validate.pyRacscCs>x7dddgD]&}tt||<00>d||f<16>qWdS(NR8R6R:s.wsgi.errors (%r) doesn't have the attribute %s(R RF(R5Rg((s.\Lib\wsgiref\validate.pyRbiscCs<>tt|<00>tkd|<16>|jdd<00>d}tt|<00>dkd|<16>t|<00>}t|dkd|<16>t|<00>dks<>|dd kr<>tjd
|t <00>ndS( Ns Status must be a string (not %r)iiis)Status codes must be three characters: %ridsStatus code is invalid: %rit sjThe status string (%r) should be a three-digit integer followed by a single space and a status explanation(
R R,RtsplitRR ReR^R_R(Rt status_codet
status_int((s.\Lib\wsgiref\validate.pyRos   "cCs_tt|<00>tkd|t|<00>f<16>i}x)|D]!}tt|<00>tkd|t|<00>f<16>tt|<00>dk<00>|\}}t|j<00>dkd|<16>d||j<00><td|ko<>d|kd|<16>ttj|<00>d |<16>t|j d
<00> o|j d <00> d |<16>t
j|<00>r6td d|t
j|<00>j d <00>f<16>q6q6WdS(Ns%Headers (%r) must be of type list: %rs1Individual headers (%r) must be of type tuple: %riRsyThe Status header cannot be used; it conflicts with CGI script, and HTTP status is not given through headers (value: %r).s
t:s,Header names may not contain ':' or '\n': %rsBad header name: %rt-t_s#Names may not end in '-' or '_': %ris#Bad header value: %r (bad char: %r)( R R,RRR tlowerRt header_retsearchtendswithtbad_header_value_retgroup(Rt header_namestitemtnametvalue((s.\Lib\wsgiref\validate.pyR~s,      cCs<>t|jdd<00>d<19>}d}xJ|D]B\}}|j<00>dkr)||krWdStdd|<16>q)q)W||kr<>tdd|<16>ndS( Niii<>i0s content-typesJContent-Type header found in a %s response, which must not return content.s,No Content-Type header found in headers (%s)(i<>i0(ReRiRRoR (RRtcodetNO_MESSAGE_BODYRwRx((s.\Lib\wsgiref\validate.pyR<00>s   cCs?t|dkp$t|<00>td<00>kd|t|<00>f<16>dS(Ns exc_info (%r) is not a tuple: %r((R RR,(R((s.\Lib\wsgiref\validate.pyR<00>s$cCstt|t<00> d<00>dS(NsvYou should not return a string as your application iterator, instead return a single-item list containing that string.(R t
isinstancetstr(R#((s.\Lib\wsgiref\validate.pyR <00>s((((((Rt__all__treRGttypesRRRRR^tcompileRpRstWarningRR RRRRR>R!RRaRbRRRRR (((s.\Lib\wsgiref\validate.pyt<module>ns.   "   7"  ! A