summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/utils/ContainerUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Automatically adjust web.forwardSlash on Tomcat containersJames Moger2013-11-261-45/+21
| | | | | | | | | | | | | One issue that frequently arises in the discussion group and the bug tracker is how Tomcat automatically re-encodes %2f as '/' which breaks url parameters with %2f. After documenting this in half a dozen places it still comes up. Clearly I haven't done enough. Gitblit will now act on, instead of just report, an improperly configured web.forwardSlash character on Tomcat containers. This will make Gitblit "just work" for more users and will make the world a better place. Change-Id: I344428804070a2d6082022cf6b80e2a3d83cea84
* Trim trailing whitespace and organize importsJames Moger2013-09-301-4/+4
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+135
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.