Juergen Hoeller
62a6c3733d
Polishing
...
(cherry picked from commit e9d24d5 )
11 years ago
Juergen Hoeller
9413204838
Polishing
...
(cherry picked from commit 50c578c )
11 years ago
Juergen Hoeller
f6e1856276
Rearranged WebAsyncTask constructor interdependencies and assertions
...
Issue: SPR-12457
(cherry picked from commit aadb93f )
11 years ago
Juergen Hoeller
e1d6826fcd
Polishing
12 years ago
Juergen Hoeller
d5e4592728
Polishing
12 years ago
Juergen Hoeller
4ab27d83a1
Consistently accept empty Content-Type header and empty character encoding
...
Issue: SPR-12173
(cherry picked from commit a1c0905 )
12 years ago
Juergen Hoeller
b45d08f192
Remove outdated references to ContextLoaderServlet
...
Issue: SPR-7725
12 years ago
Juergen Hoeller
65d47afc11
WebAsyncManager avoids concurrentResult.toString() and builds correct DeferredResultProcessingInterceptor keys
...
Issue: SPR-12253
(cherry picked from commit 901346e )
12 years ago
Juergen Hoeller
e819999c08
Polishing
12 years ago
Juergen Hoeller
3a1f7b6d14
Client request implementations enforce RFC 6265 (cookies in a single header)
...
Issue: SPR-12196
(cherry picked from commit 26a93b6 )
12 years ago
Juergen Hoeller
44c52a9096
Accept empty Content-Type header
...
Issue: SPR-12173
(cherry picked from commit 70412a9 )
12 years ago
Juergen Hoeller
3264437cec
Polishing
12 years ago
Juergen Hoeller
21f0057990
Polishing
12 years ago
Juergen Hoeller
3e17331fd9
PropertySource implementations perform conversion to String arrays via StringUtils (getting rid of EMPTY_NAMES_ARRAY)
...
(cherry picked from commit b73c531 )
12 years ago
Juergen Hoeller
0c89279d61
Polishing
12 years ago
Juergen Hoeller
c0a4631fd1
Polishing
12 years ago
Juergen Hoeller
780ea59ff3
Polishing
12 years ago
Juergen Hoeller
e14aad8840
ResourceHttpMessageConverter does not call contentLength() on InputStreamResource
...
Issue: SPR-12017
(cherry picked from commit f0bcb77 )
12 years ago
Brian Clozel
8c43fe1796
Fix UriComponentsBuilder.fromUriString parsing error
...
This commit fixes cases where part of the URI was mistaken for the
userinfo when:
* the URI did not contain any path
* the query string contained the "@"
Issue: SPR-11970
(cherry picked from commit a4484bb )
12 years ago
Juergen Hoeller
a45d49c857
RestTemplate accepts getMessageConverters() List on setMessageConverters again
...
Issue: SPR-11962
(cherry picked from commit 1222ca3 )
12 years ago
Juergen Hoeller
fe72fcede5
Polishing
...
(cherry picked from commit ede2150 )
12 years ago
Juergen Hoeller
c033f889bf
Polishing (backported from master)
...
(cherry picked from commit 48f753f )
12 years ago
Juergen Hoeller
44c61e5d5f
Consistent declaration of private static final logger variables
...
Issue: SPR-11905
(cherry picked from commit c16032b )
12 years ago
Juergen Hoeller
247771ce91
UriComponentBuilder allows for multiple independent build() calls on same builder instance
...
Issue: SPR-11885
(cherry picked from commit c73ac07 )
12 years ago
Juergen Hoeller
d96550898f
HttpHeaders fails getAllow if set to EmptyCollection
...
Prior to this commit, calls to getAllow would fail is setAllow was set
to an EmptyCollection right before.
java.lang.IllegalArgumentException: No enum constant
org.springframework.http.HttpMethod
This commit fixes this by testing the header value for an empty value
before trying to use it to get a value from the Enum.
Issue: SPR-11917
(cherry picked from commit 9054f4f )
12 years ago
Juergen Hoeller
8aabc43dad
Servlet 3 multipart request implements getParameterMap defensively as well
...
Issue: SPR-11074
(cherry picked from commit c7d1c49 )
12 years ago
Juergen Hoeller
4d3aa59028
Polishing
...
(cherry picked from commit 6fef8b9 )
12 years ago
Rossen Stoyanchev
c6503ebbf7
Disable URL resolution in DTD declarations
...
Issue: SPR-11768
12 years ago
Juergen Hoeller
f42f2231a4
Minor UriComponentsBuilder javadoc revision
...
(cherry picked from commit 545c28f )
12 years ago
Juergen Hoeller
0313222bc7
Consistent use of IllegalStateException instead of InternalError for UnsupportedEncodingException cause
...
(cherry picked from commit d9b39ad )
12 years ago
Juergen Hoeller
c7b2ac7bac
Backported proper updateAccessedAttributes test
...
Issue: SPR-11738
(cherry picked from commit 1bbc032 )
12 years ago
Juergen Hoeller
cbff8b01bb
Javadoc fixes
12 years ago
Juergen Hoeller
faaf43677d
Servlet 3 multipart request implements getParameterNames defensively (for WebLogic 12 compatibility)
...
This commit also includes lazy resolution support for StandardServletMultipartResolver, along the lines of existing lazy mode in CommonsMultipartResolver.
Issue: SPR-11074
Issue: SPR-11730
(cherry picked from commit 82336c3 )
12 years ago
Juergen Hoeller
a5606a6c46
Polishing
12 years ago
Juergen Hoeller
779a6b79eb
Polishing
12 years ago
Juergen Hoeller
5d5f70473a
checkNotModified leniently handles IE-10-style If-Modified-Since values and silently proceeds if header value cannot be parsed at all
...
Issue: SPR-11727
(cherry picked from commit 794e859 )
12 years ago
Juergen Hoeller
ffaac0ecf3
Polishing
12 years ago
Juergen Hoeller
99a3e9cacb
Revised ByteArrayOutputStream handling in MarshallingView and co
...
Issue: SPR-11646
(cherry picked from commit 8006696 )
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
dbd5f67498
Consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase
...
Issue: SPR-11594
(cherry picked from commit dd7f54c )
12 years ago
Juergen Hoeller
ab85aa2096
BufferedImageHttpMessageConverter ignores empty MIME types
...
Issue: SPR-11581
(cherry picked from commit 90e3dbb )
12 years ago
Juergen Hoeller
9585752693
Polishing
12 years ago
Juergen Hoeller
4c9c7634d0
Log4jWebConfigurer does not try to parse empty "log4jRefreshInterval" context-param
...
Issue: SPR-11507
(cherry picked from commit 9b77157 )
12 years ago
Rossen Stoyanchev
fb0683c066
Add processExternalEntities support to OXM
...
Update OXM AbstractMarshaller to support processing of external
XML entities. By default external entities will not be processed.
Issue: SPR-11376
12 years ago
Juergen Hoeller
4886bf0708
Polishing
12 years ago
Juergen Hoeller
5da79ebca6
Related polishing
...
Issue. SPR-11428
(cherry picked from commit 9c6df76 )
12 years ago
Sam Brannen
27ad1990e3
Fix imports in SourceHttpMessageConverterTests
...
Replaced static import of org.junit.Assert.* with implicit imports in
order to avoid ambiguity between JUnit's static Assert methods and those
in org.custommonkey.xmlunit.XMLAssert.
12 years ago
Juergen Hoeller
4ac4630b0b
Polishing
12 years ago
Juergen Hoeller
29b40b9d0e
Revised InvocableHandlerMethod exception handling
...
Issue: SPR-11281
(cherry picked from commit 1a1c72c )
12 years ago