WebStack

Changelog

(0) -300 -100 -10 tip
778:e9e0d350a6f1
2009-12-01 Paul Boddie changeset files shortlog graph Changed the readline implementation in the MessageBodyStream class to use the bounded readline capability presumably available on the underlying stream. default tip
WebStack/Helpers/Request.py
777:02eed6f94db8
2009-11-28 Paul Boddie changeset files shortlog graph Reverted local identifier changes in order to restore their URL/URI character. Introduced URL-encoding of identity information for non-ASCII characters, due to limitations in HTML 4. Introduced URL-encoding of the association handle since python-openid (2.0.2) does not like being presented with a handle containing non-ASCII characters.
WebStack/Resources/OpenIDLogin.py examples/Common/OpenIDLogin/__init__.py
776:8c014bfe6b68
2009-11-27 Paul Boddie changeset files shortlog graph Changed authentication tokens to use UTF-8, not ISO-8859-1 which was presumably in use as a safe interpretation of bytes, but would not be appropriate as a target encoding for Unicode objects. Changed OpenID redirection to include the query string, although this should be tested with the example resources. Added HTML-level character set information for the OpenID identity examples, although python-openid's HTML parsing doesn't respect the encoding, at least in release 2.0.2.
WebStack/Helpers/Auth.py WebStack/Resources/OpenIDLogin.py examples/Common/OpenIDLogin/__init__.py
775:127c9715df14
2009-11-25 Paul Boddie changeset files shortlog graph Added a test for empty identifiers in OpenID initiation. Changed the user identity to be the claimed identity (not the local identity from the provider) for users authenticated via OpenID. Made the local identities distinct from the claimed identities in the login/provider example.
WebStack/Resources/OpenIDInitiation.py WebStack/Resources/OpenIDRedirect.py examples/Common/OpenIDLogin/__init__.py
774:28844d7a5ffb
2009-07-07 Paul Boddie changeset files shortlog graph Added a content_type attribute on Transaction instances. Updated release information.
README.txt WebStack/BaseHTTPRequestHandler.py WebStack/CGI.py WebStack/Django.py WebStack/Generic.py WebStack/JavaServlet.py WebStack/ModPython.py WebStack/Twisted.py WebStack/WSGI.py WebStack/Webware.py ...
773:56b405d5a872
2009-03-21 Paul Boddie changeset files shortlog graph Added filename fix for uploads. Added a rollback method to the DirectoryRepository class in order to support the use of such repositories with StoreSelector instances.
WebStack/Helpers/Request.py WebStack/Repositories/Directory.py
772:893516dc2a2c
2009-03-20 Paul Boddie changeset files shortlog graph Added size limits on uploaded files. Added a comment about the recent fsync controversy and renaming.
WebStack/Helpers/Request.py WebStack/Repositories/Directory.py
771:bff315d0bd3c
2009-02-13 Paul Boddie changeset files shortlog graph Fixed initialiser arguments.
examples/Common/SimpleWithOpenID/__init__.py
770:991f6ca7563b
2008-11-20 Paul Boddie changeset files shortlog graph Added a filename attribute to FileContent instances. Updated release notes.
README.txt WebStack/Helpers/Request.py examples/Common/Form/__init__.py packages/ubuntu-feisty/jython-webstack/debian/changelog packages/ubuntu-feisty/python-webstack/debian/changelog packages/ubuntu-gutsy/jython-webstack/debian/changelog packages/ubuntu-gutsy/python-webstack/debian/changelog packages/ubuntu-hoary/python2.4-webstack/debian/changelog
769:87123838ebfd
2008-11-18 Paul Boddie changeset files shortlog graph Refrain from emitting the 200 status code since Apache will sometimes make decisions about responses employing Last-Modified headers which conflict with any previously reported status code. See this report: https://issues.apache.org/bugzilla/show_bug.cgi?id=38070
WebStack/CGI.py
(0) -300 -100 -10 tip