Commit Graph

16 Commits

Author SHA1 Message Date
Phil Webb
4d008f3f09 Refactor code to use Java 5 features
- Apply and use Generics
- Remove JdkVersion.isAtLeastJava15() conditionals
- Replace iterator loops with foreach syntax
- Switch on warning in eclipse

Issues: SWF-1532
2012-03-29 21:02:07 -07:00
Rossen Stoyanchev
7986cbdb0e SWF-1386 Make tests independent of (the location of) Spring.js. That allows them to run inside an IDE without relying on the Ant build. 2010-09-13 10:17:04 +00:00
Rossen Stoyanchev
fe9229cf15 SWF-1367 Add support for JSF 2 Ajax requests, update booking-faces sample (JSF 2 based Ajax, jsr-303 validation), add chained delegation to AjaxHandlers, other miscellaneous improvements 2010-07-28 12:56:24 +00:00
Rossen Stoyanchev
5de788d396 SWF-1053 Apply fix to ensure cascaded attributes are inherited 2010-07-11 23:37:04 +00:00
Rossen Stoyanchev
5ca1a1d58a SWF-1256 Upgrade to Spring 3.0.3 2010-06-16 07:33:26 +00:00
Rossen Stoyanchev
968014b4d7 SWF-1238 Ensure the response is committed when rendering multiple fragments. 2010-05-11 15:38:28 +00:00
Rossen Stoyanchev
74875b37ab SWF-1078 Remove code forcing session creation. 2010-05-06 20:58:35 +00:00
Rossen Stoyanchev
c6900f31dc SWF-1226 Upgrade dependencies to Spring 3.0.2.RELEASE, Portlet API 2.0, and Tiles 2.1.2. Change AjaxTilesView to be compatible with and take advantage of Tiles 2.1.2 features. 2010-04-19 05:33:19 +00:00
Jeremy Grelle
b4c674144d Cleanup and testing for SWF-1092 2009-04-11 04:27:02 +00:00
Scott Andrews
c972fc7c4c SWF-941 Multiple Fragments not rendering
Restored rendering of multiple page fragments
2008-11-10 15:12:14 +00:00
Scott Andrews
52a89397d9 SWF-566 Make org.springframework.js.resource.ResourceServlet more reusable
setAllowedResourcePaths now accepts a comma separated String instead of String[].  This has better compatibility with HttpServletBean.

Added support for Ant style wildcard compressed mime types. "text/*" is now the default.  This property is configurable with setCompressedMimeType, accepting a comma separated String.
2008-10-23 19:55:17 +00:00
Scott Andrews
5d178452b9 SWF-904 Ajax Tiles partial renders fail when session is not available 2008-10-07 20:04:19 +00:00
Jeremy Grelle
b7e5df3438 SWF-706 - ResourceServlet allows HTTP access to sensitive files 2008-06-05 21:43:24 +00:00
Jeremy Grelle
24e23d4fb6 SWF-706 - ResourceServlet allows HTTP access to sensitive files 2008-06-05 21:27:08 +00:00
Jeremy Grelle
7d3e1d611b -Moving AjaxHandler to spring-js
-Polishing Spring.js API
-Refactoring spring-faces components to match Spring.js API changes.
2008-04-22 22:28:11 +00:00
Jeremy Grelle
4751dcfca4 Moving Spring JavaScript into its own module 2008-04-05 00:04:07 +00:00