~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/http_smart_server.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-12-16 07:31:24 UTC
  • mfrom: (5570.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20101216073124-20n1cshje27j3a2i
(mbp) change acronyms to uppercase in docs (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
258
258
.. _WSGI standard: http://www.python.org/dev/peps/pep-0333/
259
259
 
260
260
 
261
 
Pushing over the http smart server
 
261
Pushing over the HTTP smart server
262
262
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
263
263
 
264
 
It is possible to allow pushing data over the http smart server. The
 
264
It is possible to allow pushing data over the HTTP smart server. The
265
265
easiest way to do this, is to just supply ``readonly=False`` to the
266
266
``wsgi.make_app()`` call. But be careful, because the smart protocol does
267
267
not contain any Authentication. So if you enable write support, you will
278
278
    </Location>
279
279
 
280
280
At this time, it is not possible to allow some people to have read-only
281
 
access and others to have read-write access to the same urls. Because at
 
281
access and others to have read-write access to the same URLs. Because at
282
282
the HTTP layer (which is doing the Authenticating), everything is just a
283
283
POST request.  However, it would certainly be possible to have HTTPS
284
284
require authentication and use a writable server, and plain HTTP allow