sendError(" 1. you created the ticket");\r
sendError(" 2. you created the first patchset");\r
sendError(" 3. you are specified as responsible for the ticket");\r
- sendError(" 4. you are listed as a reviewer for the ticket");\r
- sendError(" 5. you have push (RW) permission to {0}", repository.name);\r
+ sendError(" 4. you have push (RW) permissions to {0}", repository.name);\r
sendError("");\r
sendRejection(cmd, "not permitted to push to ticket {0,number,0}", ticket.number);\r
return null;\r
- Added SparkleShareInviteServlet\r
- Added EnforceAuthenticationFilter\r
- Moved GitServlet\r
+\r
+### 1.4.0 web.xml\r
+\r
+- Changed baseFolder from a context-parameter to a JNDI env-entry\r
+- Added pt servlet
\ No newline at end of file
5. Manually apply any changes you made to your original web.xml file to the gitblit.properties file you copied to your data folder\r
6. Edit the new WAR's `WEB-INF/web.xml` file and set the *baseFolder* context parameter to your external baseFolder.\r
\r
+## Upgrading Gitblit WAR (1.4.0+)\r
+\r
+The *baseFolder* context parameter has been replaced with a *baseFolder* JNDI env-entry. This means you can define the *baseFolder* from the administrative console of your servlet container and not have to manipulate anything in the web.xml file.
\ No newline at end of file