%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /proc/227033/root/opt/alt/python27/lib/python2.7/site-packages/paste/
Upload File :
Create Path :
Current File : //proc/227033/root/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyc

�
a�Nc@sddZddlZddlZddlmZmZmZmZddlZej	d�Z
ej	d�Zdefd��YZ
dd�Zd	efd
��YZdefd��YZd
efd��YZdefd��YZdefd��YZd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zd�Zee_ddgZdS(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).
i����N(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;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyRxscs�fd�}|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).
    cs�t|�dkstd��|s1td��|\}�t|�g���fd�}t|d�|d<t|d�|d<�||�}|dk	r�|tks�td��t|�t|��S(NisTwo arguments requiredsNo keyword arguments allowedcs�t|�dks4t|�dks4td|��|sGtd��|d}|d}t|�dkrz|d}nd}t|�t|�t||�t|��jd�t�|��S(NiisInvalid number of arguments: %ssNo keyword arguments allowedii(	tlentAssertionErrortNonetcheck_statust
check_headerstcheck_content_typetcheck_exc_infotappendtWriteWrapper(targstkwtstatustheaderstexc_info(tstart_responsetstart_response_started(s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pytstart_response_wrapper�s'








s
wsgi.inputswsgi.errorss>The application must return an iterator, if only an empty list(	RR	t
check_environtInputWrappertErrorWrapperR
tFalsetcheck_iteratortIteratorWrapper(RRtenvironRtiterator(tapplication(RRs;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pytlint_app�s
	
((R!tglobal_confR"((R!s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyt
middleware}s)RcBs>eZd�Zd�Zd�Zd�Zd�Zd�ZRS(cCs
||_dS(N(tinput(tselft
wsgi_input((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyt__init__�scGsLt|�dkst�|jj|�}t|�td�ksHt�|S(Nit(RR	R%treadttype(R&Rtv((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR*�scGs4|jj|�}t|�td�ks0t�|S(NR)(R%treadlineR+R	(R&RR,((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR-�scGs{t|�dkst�|jj|�}t|�tg�ksHt�x,|D]$}t|�td�ksOt�qOW|S(NiR)(RR	R%t	readlinesR+(R&Rtlinestline((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR.�s
"ccs%x|j�}|sdS|VqdS(N(R-(R&R0((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyt__iter__�s
cCsdstd��dS(Nis input.close() must not be called(R	(R&((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pytclose�s(RRR(R*R-R.R1R2(((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR�s					RcBs5eZd�Zd�Zd�Zd�Zd�ZRS(cCs
||_dS(N(terrors(R&twsgi_errors((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR(�scCs2t|�td�kst�|jj|�dS(NR)(R+R	R3twrite(R&ts((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR5�scCs|jj�dS(N(R3tflush(R&((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR7�scCs"x|D]}|j|�qWdS(N(R5(R&tseqR0((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyt
writelines�s
cCsdstd��dS(Nis!errors.close() must not be called(R	(R&((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR2�s(RRR(R5R7R9R2(((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR�s
				RcBseZd�Zd�ZRS(cCs
||_dS(N(twriter(R&twsgi_writer((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR(�scCs/t|�td�kst�|j|�dS(NR)(R+R	R:(R&R6((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyt__call__�s(RRR(R<(((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR�s	tPartialIteratorWrappercBseZd�Zd�ZRS(cCs
||_dS(N(R (R&t
wsgi_iterator((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR(�scCs
t|j�S(N(RR (R&((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR1�s(RRR(R1(((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR=�s	RcBs5eZd�Zd�Zd�Zd�Zd�ZRS(cCs.||_t|�|_t|_||_dS(N(toriginal_iteratortiterR Rtclosedtcheck_start_response(R&R>RB((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR(�s		cCs|S(N((R&((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR1scCsY|jstd��|jj�}|jdk	rU|jsItd��d|_n|S(NsIterator read after closedsjThe application returns and we started iterating over its body, but start_response has not yet been called(RAR	R tnextRBR
(R&R,((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyRCs
		cCs/t|_t|jd�r+|jj�ndS(NR2(tTrueRAthasattrR?R2(R&((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR2s	cCs5|jstjjd�n|js1td��dS(Ns/Iterator garbage collected without being closed(RAtsyststderrR5R	(R&((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyt__del__s
		
(RRR(R1RCR2RH(((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR�s
			
	c	Cs�t|�tks.tdt|�|f��xEdddddddd	d
g	D]"}||ksPtd|��qPWx:dd
gD],}||ks�td||df��q�Wd|kr�tjdt�nxc|j�D]U}d|kr�q�nt||�tks�td|t||�||f��q�Wt|d�tksbtd|d��|dd+ks�td|d��t	|d�t
|d�|dd,kr�tjd |dt�n|jd!�s|d!jd"�std#|d!��|jd$�s;|d$jd"�s;td%|d$��|jd&�rwt
|d&�d'kswtd(|d&��n|jd!�s�|jd$�s�td)��n|jd!�d"ks�td*��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_STRINGs�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: %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 '/'(RPRQ(RRRSRTRURVRWRX(R+RR	twarningstwarnRtkeysRRtcheck_inputtcheck_errorstgett
startswithtintthas_key(Rtkey((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyRs`	

%	
cCsFx?ddddgD]+}t||�std||f��qWdS(NR*R-R.R1s-wsgi.input (%r) doesn't have the attribute %s(RER	(R'tattr((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR`]scCsCx<dddgD]+}t||�std||f��qWdS(NR7R5R9s.wsgi.errors (%r) doesn't have the attribute %s(RER	(R4Rg((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyRacscCs�t|�tks"td|��|jdd�d}t|�dksZtd|��t|�}|dks�td|��t|�dks�|dd	kr�tjd
|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+RR	tsplitR
RRdR]R^R(Rtstatus_codet
status_int((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyRis

"cCs|t|�tks.td|t|�f��i}xA|D]9}t|�tksotd|t|�f��t|�dks�t�|\}}|j�dks�td|��d||j�<d|kr�d|ks�td|��tj|�std	|��|j	d
�r,|j	d�s<td|��t
j|�s;td
|t
j|�jd�f��q;WdS(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 '_': %rs#Bad header value: %r (bad char: %r)i(R+RR	RRtlowerR
t	header_retsearchtendswithtbad_header_value_retgroup(Rtheader_namestitemtnametvalue((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyRxs,


#
cCs�t|jdd�d�}d}d	}xO|D]G\}}|j�dkr/||kr]dSdsvtd|��q/q/W||kr�ds�td|��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(i�i0(RdRiR
RoR	(RRtcodetNO_MESSAGE_BODYtNO_MESSAGE_TYPERwRx((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR
�scCsD|dks@t|�td�ks@td|t|�f��dS(Ns exc_info (%r) is not a tuple: %r((R
R+R	(R((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR�s'cCs t|t�std��dS(NsvYou should not return a string as your application iterator, instead return a single-item list containing that string.(t
isinstancetstrR	(R ((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyR�scCs
t|�S(N(R$(R!R#((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pytmake_middleware�sR$R~( RtreRFttypesRRRRR]tcompileRpRstWarningRR
R$tobjectRRRR=RRR`RaRRR
RRR~t__all__(((s;/opt/alt/python27/lib/python2.7/site-packages/paste/lint.pyt<module>ns0"7"		!	A									

Zerion Mini Shell 1.0