1309 Commits (d06129debdfd7dad3a446355773dbbf9276875bb)

Author SHA1 Message Date
Juergen Hoeller d2cc97af47 Polishing 9 years ago
Rossen Stoyanchev 5ea5f81c00 Support flash attributes on ResponseEntity redirect 9 years ago
Juergen Hoeller 1ddf8ec625 Polishing 9 years ago
Juergen Hoeller 73493bc490 Revised imports in tests (org.jetbrains.annotations.NotNull etc) 9 years ago
Juergen Hoeller fc11321010 ServletRequestMethodArgumentResolver passes null references through (again) 9 years ago
Juergen Hoeller 1ee0626c94 Polishing 9 years ago
Juergen Hoeller 199aa776c9 Support for Servlet 4.0 (PushBuilder argument, MockServletContext) 9 years ago
Juergen Hoeller d44325ec91 Defensively ignore multipart parsing failure in case of error dispatch 9 years ago
Brian Clozel 47ac3379ea Do not use ParsingPathMatcher by default in Spring MVC 9 years ago
Andy Clement f58ffad939 Introduce PathPatternParser for optimized path matching 9 years ago
Sebastien Deleuze 02c4aff4ce Upgrade to Kotlin 1.1.0-beta-38 9 years ago
Juergen Hoeller acf511ac0e Polishing 9 years ago
Juergen Hoeller e44533f4c2 ServletRequestMethodArgumentResolver validates argument type match 9 years ago
Juergen Hoeller f84907a1fc Polishing 9 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 9 years ago
Sebastien Deleuze 7ff257c0ea Prevent NPE in ScriptTemplateView when no view is found 9 years ago
Sebastien Deleuze 2a5d1b086f Fix Spring MVC ScriptTemplateView locale support 9 years ago
Sebastien Deleuze 2d95199466 Support i18n and nested templates in ScriptTemplateView 9 years ago
Juergen Hoeller e8776f80da Revised CookieLocaleResolver parse exception handling 9 years ago
Juergen Hoeller ecc22f7179 DispatcherServet.checkMultipart considers MultipartException cause as well 9 years ago
Sebastien Deleuze 35d5dca571 Upgrade to Kotlin 1.1-beta-17 9 years ago
Juergen Hoeller af7289d6e9 Clarify WebContentInterceptor path mappings and efficiently match them 9 years ago
Juergen Hoeller ac6aa53031 Drop outdated BeanFactoryLocator / beanRefContext.xml mechanism 9 years ago
Juergen Hoeller 743ce2cda6 Polishing 9 years ago
Mark Hobson 2ce2f7d9a5 Introduce mime/media types for application/rss+xml 9 years ago
Sam Brannen 9ed66bf2eb Clean up warnings across code base 9 years ago
Philippe Marschall 19e77cd140 Remove use of Boolean constructors 9 years ago
Sebastien Deleuze e78ea34711 Temporary rollback to Kotlin 1.0.6 9 years ago
Sebastien Deleuze badde3a479 Add Kotlin based ScriptTemplateView rendering test 9 years ago
Juergen Hoeller 4c005e6336 ResolvableType-based matching respects generic factory method return type 9 years ago
Rossen Stoyanchev 6119415427 Support for "request parameters" 9 years ago
Juergen Hoeller 8a7467020f Polishing 9 years ago
Juergen Hoeller 5169c51a6c Polishing 9 years ago
Juergen Hoeller eeb7ae537f @RequestBody supports java.util.Optional 9 years ago
Brian Clozel 52f664139f Improve VersionResourceResolve javadoc 9 years ago
Brian Clozel 933f1501e8 Do not include URL hash in resource paths 9 years ago
Brian Clozel 17089d607f Allow RedirectAttributes on ExceptionHandlers 10 years ago
bedrin 8315a4033f Add consumes attribute to @GetMapping 10 years ago
Nicklas Holm 9a7028ad0d Javadoc fix 10 years ago
Rossen Stoyanchev 93cfc791a7 Spring MVC supports ResponseStatusException 10 years ago
Sebastien Deleuze a143b57d4b Polish Kotlin nullable support 10 years ago
Raman Gupta fada91e538 Treat Kotlin nullable as non-required 10 years ago
Juergen Hoeller 0b71e3640b Avoid defensive check for Servlet 3.1 setContentLengthLong method 10 years ago
Brian Clozel b10045dc0e Do not execute ResourceUrlEncodingFilter only once per request 10 years ago
Rossen Stoyanchev 9bcc7c3b06 Remove ResourceServlet (deprecated in 4.3) 10 years ago
Juergen Hoeller 96bfc14dba No warn logging for propagated original exception 10 years ago
Juergen Hoeller 85b0ce1ef7 Avoid defensive checks against java.time API 10 years ago
Juergen Hoeller da63898d5f Polishing 10 years ago
Brian Clozel cb44f2746e Prevent resource transformation of gzipped CSS files 10 years ago
Juergen Hoeller 84d3808b3b Upgrade to Mockito 2.2 10 years ago