~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/http_smart_server.txt

  • Committer: John Arbash Meinel
  • Date: 2006-12-18 15:42:15 UTC
  • mto: This revision was merged to the branch mainline in revision 2195.
  • Revision ID: john@arbash-meinel.com-20061218154215-e0vj23m4r1tn8wys
Comment that https:// is a good way to have a writable URL next to a read-only http:// url.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
actually write data on your system.  At this time, it is not possible to
211
211
allow some people to have read-only access and others to have read-write
212
212
access to the same urls. Because at the HTTP layer (which is doing the
213
 
Authenticating), everything is just a POST request.  However, with a
214
 
simple symlink, you could configure 2 URLs where one has restricted write
215
 
access, and the other has read-only access.
 
213
Authenticating), everything is just a POST request.  However, it would
 
214
certainly be possible to have HTTPS require authentication and use a
 
215
writable server, and plain HTTP allow read-only access.
 
216
 
216
217
 
217
218
.. 
218
219
   vim: ft=rst tw=74 et