fix: can't resolve the git repository path provided by the plugin
If the contextPath is not equals to `/`, gitRepositoryPath contains the contextPath + `/git`. Therefore, gitbucket can not resolve the git repository path provided by the plugin. For example, you can not clone the snippets repository of gist-plugin. To fix this, also deletes contextPath from requestURI. |
---|
|
src/main/scala/gitbucket/core/util/Implicits.scala |
---|