dispatch/request: Added new fields: method and username. Added new methods: get_session and get_fieldstorage. dispatch/html: Writes out username of logged in user, and a "logout" link. dispatch/__init__: Handles special logout app. Performs authentication, and stores username in req. No longer lets apache print HTML errors. Just returns OK. dispatch: Added login module.
Added new package: auth (handles authentication and authorization). Currently just does hard-coded dummy authentication.
debuginfo: Added new info for new fields of request, and also prints out fieldstorage and session information.
conf/apps.py: debuginfo does not require auth (careful!) Commented out debuginfo (no longer displays warning)