]> source.dussan.org Git - gitblit.git/commit
Refactored federation servlet and utils. Started rpc servlet and utils.
authorJames Moger <james.moger@gitblit.com>
Sat, 1 Oct 2011 21:30:48 +0000 (17:30 -0400)
committerJames Moger <james.moger@gitblit.com>
Sat, 1 Oct 2011 21:30:48 +0000 (17:30 -0400)
commit93f0b1a11d5a7f7c44cfcb8ff5300bb68b8b8188
tree3f25c8ad55fc16e552e9277a0c5848c0affac4ce
parent5b5b31f125c33973aebbae28226163c716d2d332
Refactored federation servlet and utils. Started rpc servlet and utils.
13 files changed:
distrib/gitblit.properties
src/WEB-INF/web.xml
src/com/gitblit/Constants.java
src/com/gitblit/FederationServlet.java
src/com/gitblit/GitBlit.java
src/com/gitblit/JsonServlet.java [new file with mode: 0644]
src/com/gitblit/RpcServlet.java [new file with mode: 0644]
src/com/gitblit/utils/FederationUtils.java
src/com/gitblit/utils/JsonUtils.java [new file with mode: 0644]
src/com/gitblit/utils/RpcUtils.java [new file with mode: 0644]
src/com/gitblit/wicket/panels/FederationTokensPanel.java
tests/com/gitblit/tests/FederationTests.java
tests/com/gitblit/tests/RpcTests.java [new file with mode: 0644]