Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -118/+0 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+9 |
| | |||||
* | Rename setCurrentXyz() to setCurrent() (#9029) | Leif Åstrand | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | #8164 Make WrappedHttpServletRequest extend HttpServletRequestWrapper | Leif Åstrand | 2012-01-06 | 1 | -57/+9 |
| | | | | | | | Clean up some of the code as WrappedHttpServletRequest can directly be used as a HttpServletRequest Similar changes for WrappedHttpServletResponse | ||||
* | Initial unsupported-browser-warning-page for #7985 | Marc Englund | 2011-12-21 | 1 | -2/+16 |
| | | | | | Includes support for checking isChromeFrame and isChromeFrameCapable. Warning page can be bypassed with cookie. Works, but needs more thought, and it seems the (V)BrowserDetails and WebBrowser mess should be simplified somehow. | ||||
* | #8052 Restore Portlet support | Leif Åstrand | 2011-12-14 | 1 | -21/+48 |
| | |||||
* | Refactor to use different WrappedRequests for Portal specific hacks | Leif Åstrand | 2011-12-14 | 1 | -4/+17 |
| | | | | | Also move the code for updating WebBrowser to that class instead of the duplicated code for Servlet and Portlet. | ||||
* | Update old license headers | Henri Sara | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | Initial support for lazy root creation | Leif Åstrand | 2011-11-25 | 1 | -0/+5 |
| | |||||
* | Move ajax page generation code to AjaxPageHandler | Leif Åstrand | 2011-11-22 | 1 | -0/+4 |
| | |||||
* | Initial migration of ajax page generation to a RequestHandler (#7888) | Leif Åstrand | 2011-11-22 | 1 | -0/+4 |
| | |||||
* | Add license to a bunch of files | Leif Åstrand | 2011-11-18 | 1 | -0/+4 |
| | |||||
* | Create wrapped requests and responses in service and handleRequest | Leif Åstrand | 2011-11-08 | 1 | -0/+4 |
| | |||||
* | Use WrappedRequest instead of CommunicationManager.Request | Leif Åstrand | 2011-11-08 | 1 | -0/+82 |
| | | | Move the WrappedRequest implementations to top level classes | ||||
* | Remove wrapped request and response as existing classes are used | Leif Åstrand | 2011-11-08 | 1 | -71/+0 |
| | |||||
* | Added initial support for RequestHandlers | Leif Åstrand | 2011-11-03 | 1 | -0/+71 |