1038 Commits (cd95f346662148b6bb9d2c9a2b11eee334b3d441)

Author SHA1 Message Date
Juergen Hoeller c668d9a473 Polishing 9 years ago
Rossen Stoyanchev abe3cfd8de Flux<String> + "application/json" renders as text 9 years ago
Rossen Stoyanchev c67b0d6507 Properly support ResponseEntity<Flux<T>> in Spring MVC 9 years ago
Stephane Nicoll 239b7086c6 Polish "Reuse constant in DispatcherServlet" 9 years ago
QBNemo 224e369484 Reuse constant in DispatcherServlet 9 years ago
Rossen Stoyanchev 7df3d68b2a Replace WebMvcConfigurerAdapter with default methods 9 years ago
Rossen Stoyanchev d3b178a812 Consistent JSON array result for Flux<T> in Spring MVC 9 years ago
Rossen Stoyanchev a93698487e Fix handling for ResponseEntity<Flux<T>> in Spring MVC 9 years ago
Juergen Hoeller 0b118322b0 Polishing 9 years ago
Juergen Hoeller cec36fe784 Configurable locale/timezone attribute name for SessionLocaleResolver 9 years ago
Rossen Stoyanchev 043c7070e3 Polish default content type change 9 years ago
Ryan O'Meara 4a890226ea Support for multiple default content types 9 years ago
Juergen Hoeller cf306037b5 Support for JSON Binding API (JSON-B) 9 years ago
Juergen Hoeller ea98ee820a AcceptHeaderLocaleResolver returns default locale in case of no supported locale found 9 years ago
Juergen Hoeller 5986f881d0 HandlerMethod evaluates ResponseStatus annotation for early caching 9 years ago
Dávid Karnok 68cc57549a Restore correct order of terminated flag check 9 years ago
Rossen Stoyanchev 43eea41dd6 Polish 9 years ago
akarnokd 3312ef0aa2 Refactor AbstractEmitterSubscriber 9 years ago
Sebastien Deleuze ed8565894a Return 5xx HTTP status for invalid target types with Jackson 9 years ago
Rossen Stoyanchev f293c4d84b Doc use of reactive types in Spring MVC controllers 9 years ago
Rossen Stoyanchev de6f34893a Restore ResponseBodyEmitterReturnValueHandler constructor 9 years ago
Rossen Stoyanchev d9221fb87d Async boundary for Spring MVC reactive type streaming 9 years ago
Juergen Hoeller f29ffb37f7 Compatibility with Servlet 4.0 b05 9 years ago
Rossen Stoyanchev 62c1e44db2 Spring MVC supports reactive return values 9 years ago
Rossen Stoyanchev ae1ed16cb8 Async return values refactoring in Spring MVC 9 years ago
Brian Clozel 2baceac5ff Resolve ResourceUrlProvider from current request 9 years ago
Brian Clozel fdd503152d VersionResourceResolver should delegate to the chain 9 years ago
Juergen Hoeller 65ba865d70 Support for populating model attributes through data class constructors 9 years ago
Juergen Hoeller 5ea4abdb85 Revised supportedMethods null handling in HttpRequestMethodNotSupportedException 9 years ago
Arjen Poutsma a287e67992 Introduce 'useRegisteredExtensionsOnly' property in classes using MediaTypeFactory 9 years ago
Juergen Hoeller e892e02f41 Polishing 9 years ago
Arjen Poutsma 0aaa6528dc Remove JAF references 9 years ago
Rossen Stoyanchev 84d11e9c17 Update Javadoc on exception resolvers in MVC config 9 years ago
stonio 7d062df992 Use String#isEmpty() 9 years ago
Juergen Hoeller d2cc97af47 Polishing 9 years ago
Rossen Stoyanchev 5ea5f81c00 Support flash attributes on ResponseEntity redirect 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
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