Juergen Hoeller
d418eed56f
AbstractJasperReportsView only sets locale model attributes if not present already
14 years ago
Juergen Hoeller
be21358db7
reintroduced getHandler(request, cache) in deprecated form (after removing it in 3.0.4)
14 years ago
Juergen Hoeller
4c73a29f99
polishing
14 years ago
Arjen Poutsma
4108927b28
SPR-5367 - PathVariable mappings are greedy over hard coded mappings
14 years ago
Juergen Hoeller
7ad191c912
made ResourceHttpRequestHandlerTests more reliable (SPR-7565)
14 years ago
Chris Beams
562747ef41
Review recent documentation and default servlet changes
...
- Relocate and fix typos in interface-based @RequestMapping tip (SPR-7537)
- Fix typos in constructor-arg 'name' disambiguation section (SPR-7443)
- Polish whitespace in DefaultServletHttpRequestHandler (SPR-7553)
14 years ago
Jeremy Grelle
334a294e2a
SPR-7553 - DefaultServletHttpRequestHandler fails on Google App Engine
14 years ago
Juergen Hoeller
7a42ff16ac
polishing
14 years ago
Juergen Hoeller
284f98f12a
fixed @MVC processing of parameter-level annotations to work with interface-based proxies again (SPR-7483)
14 years ago
Juergen Hoeller
907febd86e
revised @RequestParam processing to support CSV-to-array/collection binding with ConversionService (SPR-7479)
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
Juergen Hoeller
3f68ccadd9
polishing
14 years ago
Juergen Hoeller
5ddf8245dd
fixed EvalTag's EvaluationContext caching (SPR-7482)
14 years ago
Arjen Poutsma
d0f13b5beb
SPR-7490 - Reverting RedirectView to it's 3.0.3 version
14 years ago
Arjen Poutsma
4504ab8bc2
SPR-7316 - writeAcceptCharset now also set to false when using mvc namespace.
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
Arjen Poutsma
001d676dec
SPR-7471 - Regression in redirect URL encoding
14 years ago
Juergen Hoeller
e4792aaf33
polishing
14 years ago
Juergen Hoeller
b58e19b04c
polishing
14 years ago
Juergen Hoeller
48869a86cc
consistent converting and escaping of label values (following AbstractMultiCheckedElementTag's SPR-7174)
14 years ago
Juergen Hoeller
a032ce12cb
renamed "mapping-order" to "order"; added "cache-period"
14 years ago
Juergen Hoeller
ecb351c475
return 404 in case of no media type found
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
5b0448c609
MockMultipartHttpServletRequest pre-defines method "POST" and content type "multipart/form-data"
14 years ago
Juergen Hoeller
a5b30fd074
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
e27f4b1577
revised DispatcherServlet's last-modified handling to properly work with scoped controllers
14 years ago
Juergen Hoeller
f6c07b371f
revised DispatcherServlet's last-modified handling to properly work with scoped controllers; added HEAD support to ResourceHttpRequestHandler
14 years ago
Juergen Hoeller
a79c015297
refined logging of handler objects in order to avoid early access to scoped proxies (SPR-7456)
14 years ago
Juergen Hoeller
34ebad5fff
fixed JSP EvalTag to render null result as empty String instead of "null" String (SPR-7459)
14 years ago
Arjen Poutsma
6e303d25c4
SPR-7427 - URL in a redirect is not escaped by RedirectView
14 years ago
Juergen Hoeller
771db05608
changed contentLength() from int to long
14 years ago
Juergen Hoeller
e250ff0fb4
fixed package-info
14 years ago
Juergen Hoeller
b4cd58394a
revised ResourceHttpRequestHandler (SPR-7116)
14 years ago
Chris Beams
91172f4f43
Clarify ServletException is thrown when no view is resolved (SPR-7339)
14 years ago
Jeremy Grelle
c1246d506c
SPR-7116 - javadocs
14 years ago
Jeremy Grelle
367048c5d1
SPR-7116 - Simplified (removed gzip and white-listing) and completed XML namespace config.
15 years ago
Jeremy Grelle
bd4f4d0d30
SPR-7116 further work in progress. Added white-listing by media type, checking MIME type from the ServletContext, and some additional validations.
15 years ago
Jeremy Grelle
60a69bd653
SPR-7116 work in progress. ResourceHttpRequestHandler is now functionally equivalent to the Spring JS ResourceServlet, with the exception of the resource concatenation feature (which will be deferred for reconsideration in 3.1).
15 years ago
Juergen Hoeller
8e5c033446
avoid double ConversionFailedException nesting
15 years ago
Arjen Poutsma
c24ffc9175
SPR-7381 - HTTP headers returned as part of ResponseEntity(MultiValueMap<String, String> headers, HttpStatus statusCode) are ignored when using this constructor
15 years ago
Arjen Poutsma
228c0b18cb
SPR-7345 - HTTP 405 (Method not supported) returned when 404 Status (Not Found) was expected
15 years ago
Arjen Poutsma
f8425a5f7b
SPR-7346 - @RequestHeader negation expressions (e.g. !Accept=text/plain) are not applied
15 years ago
Juergen Hoeller
e0e1cb3c24
polishing
15 years ago
Juergen Hoeller
df5e9b1211
MVC HandlerExceptionResolvers prevent caching for exception views if preventResponseCaching=true (SPR-7334)
15 years ago
Juergen Hoeller
263fabb0fc
JSP EvalTag resolves "@myBeanName" references in expressions against the WebApplicationContext (SPR-7312); for consistency, expressions in an ApplicationContext support the same syntax against the local BeanFactory
15 years ago
Juergen Hoeller
3918518779
polishing
15 years ago