38 Commits (f1168ea45354e1e162979f3462549fe4f2b98de5)

Author SHA1 Message Date
Chris Beams 88913f2b23 Convert CRLF (dos) to LF (unix) 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 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
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 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 45d9b0cb2d allow for writing the response directly in a Portlet @ExceptionHandler method (like in the Servlet equivalent) 14 years ago
Juergen Hoeller 1841b14b21 consistent mocks between modules 14 years ago
Juergen Hoeller 7e9e8401f7 @ExceptionHandler works for inherited method and CGLIB proxies on Portlet controllers as well (SPR-7337) 15 years ago
Juergen Hoeller 2f4453a99c revised Portlet SessionStatus.setComplete() to avoid re-exposure of attributes in render phase (SPR-6126); shortened implicit model render parameter name to "implicitModel" (SPR-7149) 15 years ago
Juergen Hoeller 33252495cf fixed @ExceptionHandler resolution in case of multiple matches at different inheritance levels (SPR-7085) 15 years ago
Juergen Hoeller 2c9753ad25 NativeWebRequest detects native MultipartRequest even when decorated (SPR-6594) 15 years ago
Juergen Hoeller 0a6f2348b8 WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727) 15 years ago
Juergen Hoeller 46cd083976 added chaining-capable "add" method to MutablePropertyValues 15 years ago
Chris Beams 20ec13ded5 SPR-5529: removed package.html files 15 years ago
Chris Beams ca0b590bb9 SPR-5523: converted a few additional package.html artifacts to package-info.java 15 years ago
Juergen Hoeller ee8ed4e410 fixed getBean signature ambiguity in tests 15 years ago
Juergen Hoeller 4d29f65a9c @Event/ResourceMapping uniquely mapped to through event/resource id, even across controllers (SPR-6062); type-level @RequestMapping header conditions validated in Portlet environments as well 15 years ago
Arjen Poutsma 66a799552f SPR-2784: Support MultipartFile-array property 15 years ago
Arjen Poutsma 44cf4e207a SPR-5633 - Portlet-version of @ExceptionHandler 16 years ago
Juergen Hoeller 9d8c99fa1b minimized local MockServletContext dependencies 16 years ago
Juergen Hoeller d446afad33 added local Servlet API mocks 16 years ago
Juergen Hoeller b15e77d5d0 renamed "contextProperties" attribute to "contextParameters" (matching web.xml naming); "contextParameters" contains Servlet/PortletConfig parameters as well; added default "servletContext" and "servletConfig" environment beans; added default "portletContext" and "portletConfig" environment beans; added default web scope "application", wrapping a ServletContext/PortletContext; MockPortletSession supports destruction of session attributes on invalidation 16 years ago
Arjen Poutsma 0a0938fdd6 SPR-5426 - Allow for custom processing or result objects returned from handler/controller methods 16 years ago
Juergen Hoeller 49ba677b64 introduced @CookieValue annotation 16 years ago
Juergen Hoeller 8dbbb533f3 consistent copies of mocks 16 years ago
Juergen Hoeller 464c7eedf2 updated Spring Portlet MVC to Portlet API 2.0 16 years ago
Chris Beams ea68d343fa eliminated svn:externals in favor of localized copies of shared artifacts 16 years ago
Juergen Hoeller f0dbfeb791 removed dependency on Servlet API mocks 16 years ago
Chris Beams 579280d7bf Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles 16 years ago
Chris Beams 93e30a4fc5 moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet 16 years ago
Arjen Poutsma 4ea298a7b0 Initial import of portlet module 16 years ago