summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-07-18 18:10:34 -0400
committerJames Moger <james.moger@gitblit.com>2011-07-18 18:10:34 -0400
commit7e5ee5a454ec396b5dc2f00e89adeca84d6ef683 (patch)
tree1dfa2f1914646df33818e42bd51c0773e3395814 /docs
parentb795b83d76b7a044c7d5bafeb8e45eefb1303581 (diff)
downloadgitblit-7e5ee5a454ec396b5dc2f00e89adeca84d6ef683.tar.gz
gitblit-7e5ee5a454ec396b5dc2f00e89adeca84d6ef683.zip
Allow specification of forward-slash character in urls (issue 11)
Diffstat (limited to 'docs')
-rw-r--r--docs/00_index.mkd1
-rw-r--r--docs/02_faq.mkd3
-rw-r--r--docs/04_releases.mkd1
3 files changed, 5 insertions, 0 deletions
diff --git a/docs/00_index.mkd b/docs/00_index.mkd
index edb058d8..a2f83132 100644
--- a/docs/00_index.mkd
+++ b/docs/00_index.mkd
@@ -23,6 +23,7 @@ Gitblit requires a Java 6 Runtime Environment (JRE) or a Java 6 Development Kit
**%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*
+- forward-slashes ('/', %2F) can be encoded using a custom character to workaround some servlet container default security measures for proxy servers<br/>**New:** *web.forwardSlashCharacter = /*
- optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
- tone-down repository group header color
diff --git a/docs/02_faq.mkd b/docs/02_faq.mkd
index e160773d..a1fcf139 100644
--- a/docs/02_faq.mkd
+++ b/docs/02_faq.mkd
@@ -36,6 +36,9 @@ Run the server as *root* (security concern) or change the ports you are serving
### Gitblit WAR will not authenticate any users?!
Confirm that the &lt;context-param&gt; *realm.userService* value in your `web.xml` file actually points to a `users.properties` file.
+### Gitblit won't open my grouped repository (/group/myrepo.git) or browse my branch/tag/ref?!
+This is likely an url encoding/decoding problem. In `gitblit.properties` or `web.xml`, try setting *web.mountParameters* to *false*.
+
## General Interest Questions
### Gitblit? What kind of name is that?
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index 94aaa1a1..559b1327 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -3,6 +3,7 @@
### Current Release
**%VERSION%** ([go](http://code.google.com/p/gitblit/downloads/detail?name=%GO%)|[war](http://code.google.com/p/gitblit/downloads/detail?name=%WAR%)) based on [%JGIT%][jgit] &nbsp; *released %BUILDDATE%*
+- forward-slashes ('/', %2F) can be encoded using a custom character to workaround some servlet container default security measures for proxy servers<br/>**New:** *web.forwardSlashCharacter = /*
- optionally display repository on-disk size on repositories page<br/>**New:** *web.showRepositorySizes = true*
- tone-down repository group header color