summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/ApplicationResourceHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+1
* Update regex to cope with the request paths used in portletsLeif Åstrand2011-12-141-1/+1
* Update old license headersHenri Sara2011-12-131-1/+1
* #6702 Requesting a removed resource should give an errorLeif Åstrand2011-11-231-0/+7
* Add license to a bunch of filesLeif Åstrand2011-11-181-0/+4
* Handle null pathsLeif Åstrand2011-11-161-0/+3
* Move code for writing a DownloadStream to a WrappedResponseLeif Åstrand2011-11-091-74/+1
* Moved setting cache time and date headers to WrappedResponseLeif Åstrand2011-11-091-26/+1
* Created and integrated a RequestHandler for application resourcesLeif Åstrand2011-11-081-0/+138