3122 Commits (7c2471e3cc7dabfbe0eb93e36a979d29fa150d35)

Author SHA1 Message Date
Sam Brannen da071c1fce Remove unused code 6 years ago
Sam Brannen 59cab5e7d9 Polishing 6 years ago
Rossen Stoyanchev 5ca7928153 Use Servlet 4 mapping type if available 6 years ago
Rossen Stoyanchev 23233c3041 Shared read-only instance of UrlPathHelper 6 years ago
Juergen Hoeller 9631db71c4 Direct exposure of StringBuilder instead of intermediate String 6 years ago
Juergen Hoeller c35b21b49f Consistent not-null assertions for configured interceptors 6 years ago
Сергей Цыпанов 703d54677e Avoid unnecessary boxing/unboxing of primitives 6 years ago
Brian Clozel 567265123b Avoid using regex matching for static patterns 6 years ago
Sam Brannen fe3b36af68 Polishing 6 years ago
Juergen Hoeller 3c1ee64b7f Explicit nullability declarations for all AOP Alliance methods 6 years ago
Brian Clozel 60fac67884 Polish 6 years ago
Brian Clozel 612a63c0f1 Optimize MediaType parsing 6 years ago
Juergen Hoeller 5de6ae6fca Ignore resolved bean from non-active scope in getIfAvailable/getIfUnique 6 years ago
Rossen Stoyanchev e88eb0ecf7 Option for advanced ObjectMapper customization 6 years ago
Rossen Stoyanchev e881d4b144 Allow use of JsonInclude.Value 6 years ago
Rossen Stoyanchev b31f2bdad2 @ExceptionHandler resolves nested exceptions 6 years ago
Sam Brannen 3809d885b6 Fix Checkstyle violation 6 years ago
Сергей Цыпанов 6305a69cc1
Avoid StringBuilder.append(Object) in ContentDisposition 6 years ago
Brian Clozel e4cb25f365 Reject "/path/**/other" patterns in PathPatternParser 6 years ago
Rossen Stoyanchev 94824e30a4 Avoid parse cookies when mutating request or response 6 years ago
Rossen Stoyanchev c908ec1937 Wrappers for native headers on the client side 6 years ago
Rossen Stoyanchev df99889aa6 Avoided repeated creation of ReadOnlyHttpHeaders wrapper 6 years ago
Rossen Stoyanchev 3276f81851 Avoid one layer of HttpHeaders wrapping 6 years ago
Rossen Stoyanchev 19ba9087f5 HttpHeaders#equals handles wrapping correctly 6 years ago
Rossen Stoyanchev 1da903dd59 Add PartHttpMessageWriter 6 years ago
Sam Brannen 12e05280ad Upgrade to AssertJ 3.16 6 years ago
Rossen Stoyanchev f28e08eceb Improving contribution 6 years ago
Parviz ROzikov 816466e492 #24406 - Add String based URI template variants 6 years ago
Rossen Stoyanchev d1708460e7 Log message for unused @ModelAttribute name 6 years ago
Rossen Stoyanchev 66bb145247 Fix typo 6 years ago
Rossen Stoyanchev a7c736915a Polishing and completing contribution 6 years ago
Rossen Stoyanchev 147b8fb755 Turn off use of path extensions by default 6 years ago
Rossen Stoyanchev aa97563853 Add UnknownContentTypeException 6 years ago
Rossen Stoyanchev c35b3e5c82 Fix race condition in WriteResultPublisher 6 years ago
Arjen Poutsma 7bd524e9d7 Add ClientHttpConnector test suite 6 years ago
martin-tarjanyi 3bc1d42dcd Integrate Apache http client with WebClient 6 years ago
Rossen Stoyanchev 583435d068 Consistent ordering in MethodNotAllowedException 6 years ago
Rossen Stoyanchev 18474c921d Document IAE in HttpHeaders methods that parse ETags 6 years ago
Brian Clozel dc4cda1b13 WARN against invalid patterns with PathPatternParser 6 years ago
Rossen Stoyanchev 8d31dcaa29 Clarification on path extension deprecations 6 years ago
Deycoesr 87f28ce48e
Simplify some control flow code 6 years ago
Sam Brannen b8835c9f32 Copy MockHttpServletRequest changes to spring-web 6 years ago
Oliver Degener df291a39b1
Fix Javadoc link in DefaultCorsProcessor 6 years ago
Sébastien Deleuze 67955dfb35 Prevent duplicated Vary headers in CORS processing 6 years ago
Juergen Hoeller de0d06fab5 Polishing 6 years ago
Lars Grefer 8682a5d89a Honor overriden AccepptHeaderLocaleContextResolver.getDefaultLocale() 6 years ago
Sam Brannen 9f0ce09cf0 Update copyright date 6 years ago
Sam Brannen c9e13d448a
Revert change to PathPattern Javadoc 6 years ago
Gurps Bassi 4aca91c3b0 corrected javadoc 6 years ago
Rossen Stoyanchev 7d0f48289b Improve error handling in WebAsyncManager 6 years ago