Statistics
| Branch: | Tag: | Revision:

root / pithos / middleware / __init__.py @ af7bb62f

History | View | Annotate | Download (108 Bytes)

# Date Author Comment
6e441a16 01/05/2012 03:07 pm Antony Chazapis

Update user middleware.

5d56107c 01/04/2012 06:59 pm Antony Chazapis

Remove im app.

Refs #1761

1e20eb36 12/14/2011 04:21 pm Antony Chazapis

Replace the request's is_secure call with one that checks for the X-Forwarded-Protocol header.

Refs #1765

9fefc052 11/29/2011 12:01 am Antony Chazapis

Restrict header count and size. URL-encode/decode specific headers that may contain unicode characters.

Refs #1511

a53ef24e 11/23/2011 02:04 pm Antony Chazapis

Process incoming headers. URL-decode if necessary.

Refs #1511

d7d60147 08/04/2011 06:06 pm Antony Chazapis

New authentication middleware.
Uses users stored in a django model.

Update settings.py and then run:
python manage.py syncdb
python manage.py loaddata aai/fixtures/auth_test_data.json

5635f9ef 05/27/2011 05:20 pm Antony Chazapis

Add license.

Fixes #577

16526868 05/05/2011 01:32 pm Antony Chazapis

Clean up, sort out logging.