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 |
Juergen Hoeller
|
e68f2f0a5f
|
removed unused HandlerExecutionChain caching
|
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
|
66b4499973
|
polishing
|
14 years ago |
Juergen Hoeller
|
e035477e6a
|
extended synchronization for methodResolverCache (SPR-7525)
|
14 years ago |
Ben Hale
|
7730e76c06
|
Publishing license and notice files
|
14 years ago |
Arjen Poutsma
|
dbfa049e1e
|
Prepping for 3.0.5
|
14 years ago |
Juergen Hoeller
|
d1afb29074
|
Servlet/PortletContextResource inherit isReadable, contentLength and lastModified from AbstractFileResolvingResource
|
14 years ago |
Juergen Hoeller
|
b2b1ff60dd
|
CommonsMultipartResolver cleans up all multipart files in case of multiple files for same name as well (SPR-2784)
|
14 years ago |
Juergen Hoeller
|
255d1ad434
|
WebDataBinder and @MVC request param binding detect and introspect MultipartFile arrays as well (SPR-2784)
|
14 years ago |
Juergen Hoeller
|
1841b14b21
|
consistent mocks between modules
|
14 years ago |
Juergen Hoeller
|
fd159246ed
|
polishing
|
14 years ago |
Juergen Hoeller
|
35971f9f90
|
revised handler method resolution, in particular with respect to generic interfaces (SPR-7355)
|
14 years ago |
Juergen Hoeller
|
4af36454ba
|
PortletWrappingController supports Portlet 2.0 resource and event requests as well (SPR-7430)
|
14 years ago |
Juergen Hoeller
|
753cda3d81
|
Portlet AbstractController consistently uses session mutex if "synchronizeOnSession" is active
|
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
|
5d6937bab1
|
Portlet @MVC's implicit render model will be updated at the end of the event phase
|
15 years ago |
Juergen Hoeller
|
037c277351
|
@MVC handler methods reliably resolve MultipartRequest arguments with HiddenHttpMethodFilter (SPR-7296)
|
15 years ago |
Arjen Poutsma
|
b31c34ed7d
|
Upgrading version to 3.0.4
|
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 |
David Syer
|
eb7f8309e2
|
Update version in POMs to 3.0.3
|
15 years ago |
Juergen Hoeller
|
65e88449aa
|
DispatcherPortlet passes handler instance into HandlerExceptionResolver for action exception; DispatcherPortlet applies preHandleRender callbacks in case of action exception as well (SPR-6959)
|
15 years ago |
Juergen Hoeller
|
20de98362a
|
use simple type name in "missing parameter" exception text
|
15 years ago |
Juergen Hoeller
|
ea7ff5241d
|
polishing
|
15 years ago |
Juergen Hoeller
|
2c9753ad25
|
NativeWebRequest detects native MultipartRequest even when decorated (SPR-6594)
|
15 years ago |
David Syer
|
fd4b9cf6a3
|
SPR-6881: remove extra dependency
|
15 years ago |
David Syer
|
1a351db6e0
|
Update Central POMs to 3.0.2
|
15 years ago |
Costin Leau
|
8d0bb00188
|
+ make use or property placeholders inside template.mf
|
15 years ago |
Costin Leau
|
0fd4a45070
|
+ upgrade to AspectJ 1.6.8
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
|
15 years ago |
Juergen Hoeller
|
0a6f2348b8
|
WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727)
|
15 years ago |
David Syer
|
b077d5ba97
|
SPR-6678: fix poms for 3.0.1
|
15 years ago |
Juergen Hoeller
|
b5b1962530
|
removed MultipartRequest mixin interface again (avoiding a package dependency cycle)
|
15 years ago |
Juergen Hoeller
|
1e1964a060
|
reintroduced createBinder template method in Servlet/Portlet AnnotationMethodHandlerAdapter (SPR-6534)
|
15 years ago |
Juergen Hoeller
|
f72769a621
|
added order property to AnnotationMethodHandlerAdapter (SPR-6516)
|
15 years ago |
David Syer
|
1202f67cc8
|
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
|
15 years ago |
Arjen Poutsma
|
541aae12ef
|
SPR-5802 - NullPointerException when using @CookieValue annotation
|
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
|
6494041849
|
changed Servlet API dependency to provided (SPR-6284)
|
15 years ago |
Arjen Poutsma
|
8de34c6fa7
|
SPR-6301 - Support @RequestHeader on HttpHeaders parameters
|
15 years ago |