264 Commits (53eec48ffd4cb2a15f54617129272a00f93eb50f)

Author SHA1 Message Date
Phillip Webb 92ad66bf10 Add setOutputStreaming option for HTTP factory 12 years ago
Phillip Webb 6661788748 Ensure HTTP classes don't close streams 12 years ago
Phillip Webb 2ca75386f1 Align UriComponents.toUri() with toUriString() 12 years ago
Phillip Webb 203b22b246 UriComponentsBuilder supports query without value 12 years ago
Phillip Webb f32ce3a613 Make HierarchicalUriComponents Serializable 12 years ago
Phillip Webb 536325bc75 Make HierarchicalUriComponents Serializable 12 years ago
Juergen Hoeller 58f59d6851 MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException 12 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 12 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 12 years ago
Phillip Webb 6a1e841952 Fix unused type compiler warnings 12 years ago
Juergen Hoeller 5a773b771d MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility 12 years ago
Juergen Hoeller c1a4f5c0fe MockHttpServletRequest's getParameter(Values) returns null for null parameter name 12 years ago
Rossen Stoyanchev 0c56e86bfb Fix NPE in FormHttpMessageConverter 12 years ago
Chris Beams 0829cbfdd3 Update license header for recently modified files 12 years ago
Rossen Stoyanchev 2391277115 Fix issue in BufferedImageHttpMessageConverter 12 years ago
Stevo Slavic 4c0a306943 Mark all IsFastEnough tests as performance tests 12 years ago
Phillip Webb 42b5d6dd7e Remove duplicate test classes 12 years ago
Rossen Stoyanchev 9f9f1ed253 Fix ClassCastException when setting media types 12 years ago
Rossen Stoyanchev 42cdb200ed Fix null parameterName issue in content negotiation 12 years ago
Phillip Webb 65fb26f847 Move spring-build-junit into spring-core 12 years ago
Phillip Webb 6626a38730 Fix [deprecation] compiler warnings 12 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 12 years ago
Phillip Webb 60032e0012 Ignore performance-sensitive tests by default 12 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 12 years ago
Chris Beams 4c7cafbde6 Fix "unnecessary @SuppressWarnings" warnings 12 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 12 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 12 years ago
Phillip Webb 731d5be644 Fix warnings due to unused import statements 12 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 12 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 12 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 12 years ago
Rossen Stoyanchev 85a552daed Fix package cycle among http message converters 12 years ago
Sam Brannen 31dfffde52 Update TODOs with new JIRA issue 12 years ago
Sam Brannen 025d111efc Re-enable and document @Ignore'd tests 12 years ago
Rossen Stoyanchev d3c977b54b Fix failing tests failing when debug logging is on 12 years ago
Rob Winch 149e6f6425 polish web.Mock* classpath 12 years ago
Rob Winch 1e62ad8665 Add beforeConcurrentHandling support 12 years ago
Rob Winch 157a1d6ee2 Rename MvcAsyncTask to WebAsyncTask 12 years ago
Rossen Stoyanchev 5cb1930550 Fix issue in Callable processing interceptor chain 12 years ago
Juergen Hoeller 62ccc8dd7e Deprecated Spring's own JSP expression evaluation 12 years ago
Rossen Stoyanchev e3681c107d Set response to 503 for async requests that time out 12 years ago
Rossen Stoyanchev b7f7fae78a Fix issue with @RequestBody args that are type vars 12 years ago
Rossen Stoyanchev f528c39456 Add UnknownHttpStatusCodeException 12 years ago
Rossen Stoyanchev d701464517 Add onTimeout/onCompletion callbacks to DeferredResult 12 years ago
Rossen Stoyanchev d8469d118b Fix issue with extracting matrix variables 12 years ago
Rossen Stoyanchev 5d04ef4c4a Support selective filtering of error dispatches 12 years ago
Rossen Stoyanchev f7ec738857 Sync up MockAsyncContext implementations in src/test 12 years ago
Sam Brannen 591aa01741 Configurable locales in MockHttpServletRequest 12 years ago
Rossen Stoyanchev f036ed639f Polish (major) MVC async processing interceptors 12 years ago
Rossen Stoyanchev cb86712187 Provide method to set async TimeoutHandler 12 years ago