165 Commits (49f728eae839ddbb1a1d17a65a86cf196549d986)

Author SHA1 Message Date
Spring Buildmaster 49f728eae8 Release version 3.1.2.RELEASE 13 years ago
Juergen Hoeller 79b86a7e3a DispatcherPortlet does not forward event exceptions to the render phase by default 13 years ago
Rossen Stoyanchev 0cf93711b9 Fix race condition in AnntationMethodHER 13 years ago
Juergen Hoeller d36979bc80 fixed WindowState comparison 13 years ago
Spring Buildmaster b32a365f14 Increment version to 3.1.2.BUILD-SNAPSHOT 13 years ago
Spring Buildmaster 79c9ca1a26 Release version 3.1.1.RELEASE 13 years ago
Juergen Hoeller f8238f5243 Servlet/PortletContextResource's "isReadable()" implementation returns false for directories (SPR-9067) 13 years ago
Chris Beams 87a021d5c9 Add <license> section to 3.1.x Maven poms 13 years ago
Chris Beams 41c405998e Convert CRLF=>LF on files missed earlier 13 years ago
Chris Beams 88913f2b23 Convert CRLF (dos) to LF (unix) 13 years ago
Chris Beams e158f61e93 Increment version to 3.1.1.BUILD-SNAPSHOT 13 years ago
Chris Beams ac107d0c2a Release Spring Framework 3.1.0.RELEASE 13 years ago
Juergen Hoeller 66b4eb16a5 Portlet MVC annotation mapping allows for distributing action names across controllers (SPR-7685) 13 years ago
Juergen Hoeller 21f61e3680 Portlet session mutex uses global session attribute to be shared among all portlets in the session (SPR-8888) 13 years ago
Juergen Hoeller b55040cf02 Servlet/PortletContextResource's getFile prefers "file:" URL resolution over calling getRealPath (SPR-8461) 13 years ago
Juergen Hoeller 2fdc2b5822 fixed StandardServlet/PortletEnvironment to check for JNDI (for Google App Engine compatibility) 13 years ago
Sam Brannen 1de71c6e37 [SPR-8222] Upgraded to JUnit 4.9. 13 years ago
Chris Beams 2c239e30d5 Update spring-webmvc-portlet template.mf 13 years ago
Chris Beams f0460ce6fd Register JndiPropertySource by default in portlet environments 13 years ago
Sam Brannen 87dad65ff0 [SPR-8622] Upgraded to JUnit 4.8.2 13 years ago
Juergen Hoeller fad865fbad polishing 13 years ago
Juergen Hoeller 4385367f2d optimized getMethodResolver implementation to actually benefit from ConcurrentHashMap 13 years ago
Juergen Hoeller 571535352b revised Servlet 3.0 based StandardServletMultipartResolver for correct param/file distinction; added multipart content type and headers access to MultipartRequest (dropping the previous header access solution on MultipartFile); MultipartFilter uses a Servlet 3.0 based StandardServletMultipartResolver by default 14 years ago
Juergen Hoeller 3bbefb3e65 fixed getHeaderNames signature 14 years ago
Juergen Hoeller 0371f569ec added headers support to MultipartFile abstraction 14 years ago
Juergen Hoeller c60511bf04 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 14 years ago
Chris Beams 0756a6abfe Polish PropertySource and Environment Javadoc 14 years ago
Chris Beams c4363673dc Delegate parent environment to child app contexts 14 years ago
Chris Beams c481d2e9fb Rename {Default=>Standard}PortletEnvironment 14 years ago
Chris Beams f893b62a9b Rename {DefaultWeb=>StandardServlet}Environment 14 years ago
Chris Beams c06752ef72 Rename {Default=>Standard}Environment 14 years ago
Chris Beams 7271ba8182 Introduce AbstractEnvironment#customizePropertySources 14 years ago
Chris Beams 2f7c2230f0 Include license.txt and notice.txt in module JARs 14 years ago
Juergen Hoeller b3f039ae5f Servlet/PortletRequestDataBinder perform unwrapping for MultipartRequest as well (SPR-7795) 14 years ago
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource 14 years ago
Chris Beams 5e6912302a Introduce "Aware" superinterface 14 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 14 years ago
Sam Brannen b130a36af7 [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 14 years ago
Costin Leau 01e79cfedd SPR-7703 14 years ago
Arjen Poutsma 7cc3f49910 SPR-7695 - Add ETag version of WebRequest.checkNotModified() 14 years ago
Chris Beams f480333d31 Merge 3.1.0 development branch into trunk 14 years ago
Juergen Hoeller 40fa8afce4 DispatcherPortlet's default resource serving explicitly prevents access to WEB-INF and META-INF (SPR-7540) 14 years ago
Juergen Hoeller 668207d59d fixed Portlet UnavailableException tests (SPR-7542) 14 years ago
Juergen Hoeller 803b336354 fixed Portlet UnavailableException tests (SPR-7542) 14 years ago
Juergen Hoeller bf90a2ddb6 DispatcherPortlet throws custom NoHandlerFoundException instead of misleading UnavailableException (SPR-7542) 14 years ago
Juergen Hoeller 88e0dcfa06 added MockMultipartFile to web-portlet module 14 years ago
Juergen Hoeller bd05b046d0 reverted shortening of action exception parameter value; fixed multipart test (SPR-7495) 14 years ago
Juergen Hoeller 7e5215b5d4 fixed typo 14 years ago
Juergen Hoeller ba946c08dd copy event parameters to render parameters in case of an action exception as well (SPR-7495) 14 years ago
Juergen Hoeller 3eda5144ae DispatcherPortlet copies all action parameters to render parameters in case of an action exception (SPR-7495); shortened Portlet MVC's action exception render parameter value to "true" 14 years ago