1364 Commits (d4a8f76bf9c73598662f860f86b6c3674c254b40)

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