89 Commits (0ed9cb23022537c79aed1b9928e97fb26e67efdc)

Author SHA1 Message Date
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
Rossen Stoyanchev b093b30315 Polish DeferredResult 12 years ago
Tim Meighen e16c40359a Support wildcard style media types in JSON converters 12 years ago
Rossen Stoyanchev 2e1a68893d Update HttpHeaders.getAccept method 12 years ago
Rossen Stoyanchev 0721146b14 Improve regex for parsing query params 12 years ago
Rossen Stoyanchev dbcbdace9e Parameterize AsyncTask type 12 years ago
Juergen Hoeller 9eeb6f15e5 Minor changes along with 3.1.3 backport 12 years ago
Rossen Stoyanchev 3eda02d1b4 Update MediaType's includes method 12 years ago
Rossen Stoyanchev 7718936158 Recognize wildcards in media types with a suffix 12 years ago
Rossen Stoyanchev 7513e2124a Sync up MockHttpServletResponse copies in test sources 12 years ago
Rossen Stoyanchev 4566db82f5 Polish MockFilterChain 12 years ago
Rossen Stoyanchev 7b30ffd522 Work around Servlet dependency in content negotiation 12 years ago
Arjen Poutsma 6e45a79ecb Support opaque URIs in UriComponentsBuilder 12 years ago
Dmitry Katsubo b2037c8316 Add ObjectToStringHttpMessageConverter 12 years ago
Dmitry Katsubo 950786a8cc Add Jackson2ObjectMapperBeanFactory 12 years ago
Juergen Hoeller 53ae345a88 Moved JacksonObjectMapperFactoryBean from web.context.support to http.converter.json 12 years ago
Rossen Stoyanchev 57c36dd395 Add interceptors for async processing 12 years ago
Rossen Stoyanchev 97f97c4e9f Polish async support 12 years ago
Chris Beams dfe05305e2 Upgrade to JUnit 4.11 snapshot in support of JDK7 12 years ago
Rossen Stoyanchev 2ff3d53962 Ignore parse errors in HttpPutFormContentFilter 12 years ago
Rossen Stoyanchev 0a877afa06 Optimize use of HandlerMethod and sub-classes 12 years ago
Rob Winch c92a06f003 Support Filters/Servlet invocation in MockFilterChain 12 years ago