]> source.dussan.org Git - gitblit.git/commitdiff
docu: Fix typo
authorFlorian Zschocke <f.zschocke+git@gmail.com>
Sat, 7 Mar 2020 11:01:08 +0000 (12:01 +0100)
committerFlorian Zschocke <f.zschocke+git@gmail.com>
Sat, 4 Apr 2020 13:18:55 +0000 (15:18 +0200)
src/site/rpc.mkd

index e51fbaaec2c16e4fcff0e354fc8caedb7ad8dc5a..ac963a878850f46e8413544232bafba31d779650 100644 (file)
@@ -8,7 +8,7 @@ Gitblit optionally allows a remote client to administer the Gitblit server.  Thi
     web.enableRpcManagement=false\r
     web.enableRpcAdministration=false\r
 \r
-**https** is strongly recommended because passwords are insecurely transmitted form your browser/rpc client using Basic authentication!\r
+**https** is strongly recommended because passwords are insecurely transmitted from your browser/rpc client using Basic authentication!\r
 \r
 The Gitblit JSON RPC mechanism, like the Gitblit JGit servlet, syndication/feed servlet, etc, supports request-based authentication.  Making an *admin* request will trigger Gitblit's basic authentication mechanism.  Listing of repositories, generally, will not trigger this authentication mechanism unless *web.authenticateViewPages=true*.  That means its possible to allow anonymous enumeration of repositories that are not *view restricted* or *clone restricted*.  Of course, if credentials are provided then all private repositories that are available to the user account will be enumerated in the JSON response.\r
 \r