Add explicit access_types from the url
This does two things, it reduces the amount of repeated data (e.g.,
the checkAccess used to repeat the access_type that was already
specified in the url). At the same time, it allows for example the
'create' page to push its access_type to 'edit'.
Patch by: Sverre Rabbelier
Metadata-Version: 1.0Name: WebObVersion: 0.9Summary: WSGI request and response objectHome-page: http://pythonpaste.org/webob/Author: Ian BickingAuthor-email: ianb@colorstudy.comLicense: MITDescription: WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment.Keywords: wsgi request web httpPlatform: UNKNOWNClassifier: Development Status :: 4 - BetaClassifier: Framework :: PasteClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: MIT LicenseClassifier: Topic :: Internet :: WWW/HTTP :: WSGIClassifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application