| | |
| | | review the defaults for any new settings. Settings are always versioned
|
| | | with a SINCE x.y.z attribute and also noted in the release changelog.
|
| | | -->
|
| | | <context-param>
|
| | | <param-name>baseFolder</param-name>
|
| | | <param-value>${contextFolder}/WEB-INF/data</param-value>
|
| | | </context-param>
|
| | | <env-entry>
|
| | | <description>The base folder is used to specify the root location of your Gitblit data.</description>
|
| | | <env-entry-name>baseFolder</env-entry-name>
|
| | | <env-entry-type>java.lang.String</env-entry-type>
|
| | | <env-entry-value>${contextFolder}/WEB-INF/data</env-entry-value>
|
| | | </env-entry>
|
| | |
|
| | | <!-- Gitblit Displayname -->
|
| | | <display-name>
|
| | |
| | | <url-pattern>/logo.png</url-pattern>
|
| | | </servlet-mapping>
|
| | |
|
| | | <!-- Branch Graph Servlet
|
| | | <url-pattern> MUST match: |
| | | * Wicket Filter ignorePaths parameter -->
|
| | | <servlet>
|
| | | <servlet-name>BranchGraphServlet</servlet-name>
|
| | | <servlet-class>com.gitblit.BranchGraphServlet</servlet-class>
|
| | | </servlet>
|
| | | <servlet-mapping>
|
| | | <servlet-name>BranchGraphServlet</servlet-name> |
| | | <url-pattern>/graph/*</url-pattern>
|
| | | </servlet-mapping>
|
| | |
|
| | | <!-- Robots.txt Servlet
|
| | | <url-pattern> MUST match:
|
| | |
| | | * PagesFilter <url-pattern>
|
| | | * PagesServlet <url-pattern>
|
| | | * com.gitblit.Constants.PAGES_PATH -->
|
| | | <param-value>git/,feed/,zip/,federation/,rpc/,pages/,robots.txt,logo.png,sparkleshare/</param-value>
|
| | | <param-value>git/,feed/,zip/,federation/,rpc/,pages/,robots.txt,logo.png,graph/,sparkleshare/</param-value>
|
| | | </init-param>
|
| | | </filter>
|
| | | <filter-mapping>
|