Skip to content

Commit 8b18ac3

Browse files
committed
docu: Fix typo
1 parent fffdda5 commit 8b18ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/rpc.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gitblit optionally allows a remote client to administer the Gitblit server. Thi
88
web.enableRpcManagement=false
99
web.enableRpcAdministration=false
1010

11-
**https** is strongly recommended because passwords are insecurely transmitted form your browser/rpc client using Basic authentication!
11+
**https** is strongly recommended because passwords are insecurely transmitted from your browser/rpc client using Basic authentication!
1212

1313
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.
1414

0 commit comments

Comments
 (0)