Juergen Hoeller
99a3e9cacb
Revised ByteArrayOutputStream handling in MarshallingView and co
...
Issue: SPR-11646
(cherry picked from commit 8006696)
12 years ago
Juergen Hoeller
f93bfa8f84
ResourceHttpRequestHandler explicitly closes a Resource's InputStream
...
Issue: SPR-11644
(cherry picked from commit 3a96f16 )
12 years ago
Juergen Hoeller
b80dc9d642
Polishing
...
Issue: SPR-11262
(cherry picked from commit d628025)
12 years ago
Juergen Hoeller
623b1fc0d5
Polishing
12 years ago
Juergen Hoeller
a2bdc284f9
DispatcherServlet logs request URI in encoded form only
...
Issue: SPR-11591
(cherry picked from commit 465ca24)
12 years ago
Juergen Hoeller
dbd5f67498
Consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase
...
Issue: SPR-11594
(cherry picked from commit dd7f54c)
12 years ago
Juergen Hoeller
9585752693
Polishing
12 years ago
Juergen Hoeller
5c0fdb05bd
AbstractFlashMapManager needs to decode parameter names
...
Also includes general alignment with the 4.0.3 versions of AbstractFlashMapManager and FlashMapManagerTests.
Issue: SPR-11504
12 years ago
Juergen Hoeller
75e08695a0
Mixed polishing along with recent changes
...
(cherry picked from commit 14e5a02)
12 years ago
Juergen Hoeller
5da79ebca6
Related polishing
...
Issue. SPR-11428
(cherry picked from commit 9c6df76)
12 years ago
Juergen Hoeller
bb7a1372c0
Avoid unnecessary getMappingForMethod repeat (in particular for RequestMappingInfo)
...
Issue. SPR-11428
(cherry picked from commit f913940)
12 years ago
Juergen Hoeller
7e3c722146
Objects with multi-threaded access should not lazily populate a hash field
...
Issue. SPR-11428
(cherry picked from commit 72fe7eb)
12 years ago
Juergen Hoeller
4ac4630b0b
Polishing
12 years ago
Juergen Hoeller
85e336e6da
Consistently avoid close() call on Servlet OutputStream
...
Issue: SPR-11413
(cherry picked from commit 5f1592a)
12 years ago
Juergen Hoeller
b223e6efec
MarshallingView should not close response OutputStream after copying to it
...
MarshallingView also explicitly skips BindingResult when searching for a model object now, implementing common custom subclass behavior out-of-the-box.
Issue: SPR-11411
Issue: SPR-11417
12 years ago
Juergen Hoeller
4d2d223b0c
Revised ExcelViewTests
12 years ago
Juergen Hoeller
61ab40cd7a
Upgraded to Commons FileUpload 1.3.1, TestNG 6.8.7, Hibernate 4.2.8, Joda-Time 2.2, Jackson 1.7.9
12 years ago
Juergen Hoeller
4233d0a99e
Removed outdated hibernate3 references across the codebase
...
Issue: SPR-9028
(cherry picked from commit 09e2e58)
12 years ago
Sebastien Deleuze
a2ec8f864e
Fix EvalTagTests with locales other than English
...
Issue: SPR-11392
(cherry picked from commit edb0b0e)
12 years ago
Juergen Hoeller
3af9d1f29b
Consistent iteration over actualValue in Velocity and FreeMarker macros
...
This requires consistent exposure of an actualValue in BindStatus, even if no BindingResult available.
Issue: SPR-10837
(cherry picked from commit 4f60b98)
12 years ago
Juergen Hoeller
2ef39a5666
Consistently declare @SuppressWarnings("serial") instead of dummy serialVersionUID
...
(cherry picked from commit 56b7d7a )
12 years ago
Juergen Hoeller
5307a87d1a
Polishing
...
Issue: SPR-11357
12 years ago
Juergen Hoeller
341d645d09
Polishing
...
Issue: SPR-11357
12 years ago
Juergen Hoeller
9845d9eb21
Allow consolidating config in root context with Java
...
Issue: SPR-11357
(backported from 4.0.1)
12 years ago
Juergen Hoeller
11ef4308b8
Polishing
12 years ago
Juergen Hoeller
e0f9a85955
Locale/ThemeChangeInterceptor alignment and javadoc polishing
...
Issue: SPR-11128
(cherry picked from commit 5e5add4)
12 years ago
Juergen Hoeller
b229d54172
Consistent evaluation of empty theme names to default theme name
...
Issue: SPR-11128
(cherry picked from commit cc81aae)
12 years ago
Juergen Hoeller
5fb2665d1c
Introduced "globalInitializerClasses" next to the existing "contextInitializerClasses", applying to FrameworkServlets as well
...
Issue: SPR-11314
(cherry picked from commit 91881ff)
12 years ago
Juergen Hoeller
0606c98277
Polishing (along with the Tiles 2.2.2 upgrade in the Spring 4.0 line)
...
Issue: SPR-11285
12 years ago
Juergen Hoeller
6045914057
Polishing
12 years ago
Juergen Hoeller
c48da0d9a4
Avoid hard reference to LocalValidatorFactoryBean in <mvc:annotation-driven> parser
...
Issue: SPR-11272
12 years ago
Juergen Hoeller
e3344898cd
Support varargs for DomUtils.getChildElementsByTagName
...
Issue: SPR-11272
12 years ago
Juergen Hoeller
551364f668
Polishing
13 years ago
Rossen Stoyanchev
236981aaa9
Support multi-value x-forwarded-host header
...
Issue: SPR-11140
13 years ago
Juergen Hoeller
25c7e3645b
Polishing (including removal of javadoc imports that show as package cycles in IntelliJ)
...
(cherry picked from commit 2a52dec)
13 years ago
Rossen Stoyanchev
2f13e05b4f
Return 415 on bad request body content-type
...
Issue: SPR-10982
13 years ago
Juergen Hoeller
70907fd326
Only retrieve the FlashMapManager if a non-empty output FlashMap has been found
...
Issue: SPR-10937
(cherry picked from commit 4ac6801 )
13 years ago
Juergen Hoeller
1ac8e48ebf
Polishing (backported from several master changes)
13 years ago
Rossen Stoyanchev
d4f4225e53
Avoid filling up AntPathMatcher cache
...
This change avoid use of AntPathMatcher to extract URI template
variables when the lookup path is used as the best matching pattern.
Issue: SPR-10803
(cherry picked from commit a7af950 )
13 years ago
Phillip Webb
1ea7f741fe
Multicaster support for events with null source
...
Update `AbstractApplicationEventMulticaster` to support `EventObjects`
with a null source (which can happen if they have been serialized).
Issue: SPR-10945
(cherry picked from commit b0ff834e)
13 years ago
Rossen Stoyanchev
7a5a6893e3
Avoid filling up AntPathMatcher cache
...
This change avoid use of AntPathMatcher to extract URI template
variables when the lookup path is used as the best matching pattern.
Issue: SPR-10803
13 years ago
Juergen Hoeller
a302c4ac45
Polishing
...
(cherry picked from commit 52cca48)
13 years ago
Rossen Stoyanchev
507cf8ad14
Make method in RequestMappingHandlerMapping protected
...
Issue: SPR-10950
13 years ago
Juergen Hoeller
9317d8f43e
Polishing
...
(cherry picked from commit caa1218)
13 years ago
Juergen Hoeller
d8e3ef7640
Polishing
...
Issue: SPR-10752
Issue: SPR-10627
13 years ago
Juergen Hoeller
ae0f23e942
Polishing
...
Issue: SPR-10752
Issue: SPR-10627
13 years ago
Rossen Stoyanchev
6c11fd3b5e
Fix issue with parsing x-forwarded-host header
...
Issue: SPR-10701
13 years ago
Phillip Webb
8feeec4a60
Fix ResourceHttpRequestHandler empty location log
...
Fix ResourceHttpRequestHandler to only log warning when locations
is empty.
Issue: SPR-10780
(cherry picked from bc52469)
13 years ago
Rossen Stoyanchev
dd7508d606
Replace assert w/ warning in ResourceHttpRequestHandl.
...
Issue: SPR-9186
13 years ago
Rossen Stoyanchev
3bf56dda56
Fix issue in MappingJacksonJsonView
...
Issue: SPR-10752
13 years ago