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 |
Arjen Poutsma
|
ccdd1a9efd
|
SPR-7316 - remove "Accept-Charset" header from response, generated by @ResponseBody
|
15 years ago |
Keith Donald
|
ab13e9b5ec
|
mvc resources handler initial commit
|
15 years ago |
Keith Donald
|
5a1bd20864
|
mvc resources handler initial commit
|
15 years ago |
Juergen Hoeller
|
b2204ec94e
|
@CookieValue returns decoded cookie value in a Servlet environment (SPR-7286)
|
15 years ago |
Juergen Hoeller
|
d49c067770
|
DispatcherServlet applies view name translation to error views as well (SPR-7298)
|
15 years ago |
Juergen Hoeller
|
89fadb987c
|
mvc:annotation-driven reliably detects JSR-303 and JAXB2 in an OSGi environment as well (SPR-7291)
|
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
|
65655b949f
|
set Tiles 2.2 ELAttributeEvaluator on RendererFactory as well (SPR-7251)
|
15 years ago |
Arjen Poutsma
|
65885d1dfd
|
SPR-7263 - TypeMismatchException instead of IllegalArgumentException: argument type mismatch for wrong RequestBody
|
15 years ago |
Juergen Hoeller
|
eb3a3a6de2
|
reuse a shared UrlPathHelper instance in order to avoid reinstantiation overhead (SPR-7269)
|
15 years ago |
Juergen Hoeller
|
632c0e7c5e
|
added XmlAwareFormHttpMessageConverter, taking over the 3.0.2-introduced XML multipart support (avoiding a package cycle)
|
15 years ago |
Juergen Hoeller
|
78c906caaa
|
JSP HiddenInputTag allows for using common HTML attributes (SPR-7249)
|
15 years ago |
Juergen Hoeller
|
2ef3a86c4f
|
polishing
|
15 years ago |
Juergen Hoeller
|
53cdb9dfeb
|
fixed JSP ErrorsTag to avoid invalid "*.errors" id, using form object name as id prefix instead (SPR-7258)
|
15 years ago |
Arjen Poutsma
|
4764fa53f0
|
SPR-7259 - ResponseStatus.reason() ignored for @ExceptionHandler methods
|
15 years ago |
Arjen Poutsma
|
d0393ea109
|
SPR-7233 - ResponseEntity having body, headers and HttpStatus mixed up in responseEntity.getBody()
|
15 years ago |
Juergen Hoeller
|
0390c2b9fe
|
added convenient "checkRefresh" bean property to TilesConfigurer (SPR-7225)
|
15 years ago |
Luke Taylor
|
27be8434f1
|
Rolled-back accidental .classpath changes
|
15 years ago |
Luke Taylor
|
3f885d0302
|
Added DomUtils.getChildElements() method. Also refactored ConfigBeanDefinitionParser.parse() to use it.
|
15 years ago |
Juergen Hoeller
|
8ccd74b6c8
|
JSP Radiobutton/CheckboxesTag utilizes PropertyEditor/ConversionService for label rendering (SPR-7174)
|
15 years ago |
Juergen Hoeller
|
fa7472c057
|
MockHttpServletResponse supports multiple includes (SPR-7188)
|
15 years ago |
Arjen Poutsma
|
c1f18582e7
|
SPR-7117 - Add ability for CNVR to search view names that use file extensions
|
15 years ago |
Arjen Poutsma
|
a910ce68ff
|
SPR-7145 - NullPointerException in AnnotationMethodHandlerAdapter if HttpHeaders in ResponseEntity are empty
|
15 years ago |
Juergen Hoeller
|
8ce4037af2
|
TilesConfigurer's "definitionsFactoryClass" property applies common Tiles DefinitionsFactory setup (SPR-7101)
|
15 years ago |
Juergen Hoeller
|
101a5cd8ff
|
factored out getRequestDispatcher template method (SPR-7118)
|
15 years ago |
Juergen Hoeller
|
399b388ea5
|
fixed JSP SelectTag's support for rendering enum constants (SPR-7112)
|
15 years ago |
Juergen Hoeller
|
1ed05eceb9
|
remove trailing servlet path slash on WebSphere only (SPR-7064)
|
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
|
7048f32666
|
fixed canRead breakage
|
15 years ago |
Juergen Hoeller
|
b3b5b356d2
|
polishing
|
15 years ago |
Juergen Hoeller
|
7355dff967
|
EvalTag skips implicit variable check if VariableResolver is null (for Jetty compatibility; SPR-7096)
|
15 years ago |
David Syer
|
eb7f8309e2
|
Update version in POMs to 3.0.3
|
15 years ago |
Arjen Poutsma
|
e6b0a1d4d7
|
SPR-7081 - Add ignoreJafMediaTypes to ContentNegotiatingViewResolver
|
15 years ago |
Arjen Poutsma
|
28da6e0d98
|
SPR-7070 - MappingJacksonJsonView.renderedAttributes to be made visible to subclasses
|
15 years ago |
Arjen Poutsma
|
b5b60cafb7
|
SPR-7063 - MappingJacksonHttpMessageConverter breaks with Jackson 1.0.x
|
15 years ago |
Arjen Poutsma
|
8a1a23af83
|
SPR-7060 - @ResponseStatus: The reason value is not used.
|
15 years ago |