summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet/PagesServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ticket/154' into developJames Moger2014-09-041-2/+2
|\
| * Fix raw serving of files/directories that do not exist in a branch/refJames Moger2014-09-041-2/+2
| |
* | Merge branch 'ticket/148' into developJames Moger2014-09-041-89/+116
|\|
| * Do not stamp raw servlet responses with cache-control headersJames Moger2014-09-041-0/+27
| |
* | Use Guice annotations, not javax.inject annotationsJames Moger2014-07-031-2/+2
| |
* | Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-031-0/+13
|/
* Replace RawPage with RawServletJames Moger2014-05-051-1/+1
|
* Refine branch and pages servletsJames Moger2014-05-041-0/+6
|
* Split pages servlet into a raw branch servlet and a gh-pages servletJames Moger2014-05-041-282/+16
|
* Ensure repository is closed after processing a pages requestJames Moger2014-04-231-3/+2
|
* Fix subdirectory navigation in pages servlet (issue-412)James Moger2014-04-231-51/+59
|
* Improve pages servlet raw navigation (issue-411)James Moger2014-04-231-2/+13
|
* Fix subdirectory links in pages servlet (issue-411)James Moger2014-04-231-2/+9
|
* Rollback to Servlet 2.5James Moger2013-12-111-13/+10
| | | | | | | | | | | | | | | | | Combining Dagger and Servlet 3 works really well on stock Tomcat and Jetty but it is a troublesome combination on JEE containers with their own ideas on how to instantiate classes. JBoss AS 7 has been particularly nasty and it is just simpler to scaleback and stay with Servlet 2.5 than it is to fight all permuations of containers. Instead of using constructor DI, the servlets and filters each have an inject(ObjectGaph) method which is automatically called during initialization. Each servlet or filter is responsible for retrieving the required dependency from the graph. The Dagger object graph is created in the context listener and stuffed into the context as an attribute. Change-Id: Ib5714584fe73e2a6b9c6fda12af080a43356cbda
* Remove @Inject references because they confuse JEE containersJames Moger2013-12-101-4/+0
| | | | Change-Id: I2e4a8e7424e7c62d1e89ca62a91423fdf3e36ac8
* Moved servlets and services to separate packagesJames Moger2013-11-291-0/+318
Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035