4422 Commits (b4187f716be0fdfd0f74584dd2fc4d652d7ea76c)
 

Author SHA1 Message Date
Rossen Stoyanchev b4187f716b SPR-8515 Check for traversal to parent directory via ../ in resource requests 15 years ago
Juergen Hoeller 94ac2b4806 fixed test 15 years ago
Juergen Hoeller 18b6ee5cc5 updated cache aspect after CacheAspectSupport base class changes 15 years ago
Juergen Hoeller 5079575535 introduced AnnotationUtils.getAnnotation(AnnotatedElement, annotationType) 15 years ago
Juergen Hoeller 6ec0405287 general revision of cache package; added ConcurrentMapCacheManager 15 years ago
Michael Isvy 4a66f7a6d1 SPR-7858 15 years ago
Chris Beams 438e673cb1 Use Geronimo j2ee-connector API in JMS pom 15 years ago
Rossen Stoyanchev f90400f2b6 SPR-8483 Add integration test for accessing multipart request parts with @RequestPart 15 years ago
Juergen Hoeller b6d3c6f46a fixed ignored test 15 years ago
Juergen Hoeller 0a9e986899 refined JBoss 6.0 note 15 years ago
Juergen Hoeller aae095d7d3 multipart etc 15 years ago
Juergen Hoeller f565d216b6 added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter 15 years ago
Juergen Hoeller b189a7645a updated javadoc for server-specific LoadTimeWeavers 15 years ago
David Syer 44fe2c2286 Fix typo in MVC docs 15 years ago
Juergen Hoeller 24b43d4c81 improved ExposeInvocationInterceptor error message with respect to advice ordering (SPR-8544) 15 years ago
Juergen Hoeller 50b79a5178 fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231) 15 years ago
Sam Brannen 6da7842bdd [SPR-8387] Added TODO. 15 years ago
Sam Brannen 2cad384641 [SPR-8549] Documented the equals() method implementation in MergedContextConfiguration. 15 years ago
Sam Brannen af728a6aca [SPR-8387] deleted resolved TODO. 15 years ago
Sam Brannen bf5a4e7119 [SPR-8549] ContextCache is now keyed by MergedContextConfiguration instead of String; MergedContextConfiguration now implements custom hashCode() and equals() methods and no longer generates a context cache key. 15 years ago
Juergen Hoeller d8497f7c23 fixed DispatcherServletTests breakage 15 years ago
Juergen Hoeller d3a7fdadb0 revised Servlet 3.0 based StandardServletMultipartResolver for correct param/file distinction; added multipart content type and headers access to MultipartRequest (dropping the previous header access solution on MultipartFile); MultipartFilter uses a Servlet 3.0 based StandardServletMultipartResolver by default 15 years ago
Sam Brannen c76301e1f2 [SPR-8387] Log messages now refer to default detection instead of default generation. 15 years ago
Juergen Hoeller 1c959c2972 alignment with backported 3.0.6 code (SPR-8538) 15 years ago
Chris Beams f26facfed8 Force lazy-init to false when parsing scheduled:task 15 years ago
Juergen Hoeller edf13fd338 ConvertiblePair implements equals and hashCode (SPR-8459) 15 years ago
Juergen Hoeller fae73891db updated Quartz support package for full Quartz 2.0 support (SPR-8275) 15 years ago
Rossen Stoyanchev 6d01c8d589 Remove unnecessary javax.servlet dependency 15 years ago
Rossen Stoyanchev 6f7ce59870 SPR-8532 Exclude Tiles transitive deps on 'com.springsource.javax.servlet' from 'com.springsource.org.apache.tiles.jsp' and 'com.springsource.org.apache.tiles.servlet' only. 15 years ago
Costin Leau b12bcb22bb SPR-8533 15 years ago
Juergen Hoeller eeb3d7f380 minor javadoc revision 15 years ago
Juergen Hoeller 43cad2c65d updated dependencies 15 years ago
Juergen Hoeller 95b80272c8 polishing 15 years ago
Chris Beams 626634feb3 Refactor execution of config class enhancement 15 years ago
Chris Beams 3a51770fac Polish whitespace on JpaTransactionManager 15 years ago
Juergen Hoeller fd1b8d6498 polishing 15 years ago
Rossen Stoyanchev f05fbf3ec2 SPR-8001 Recognize case when MultipartRequest is null and argument is of type MultipartFile and raise helpful exception. 15 years ago
Rossen Stoyanchev 89d7bf8dab SPR-8532 Upgrade org.springframework.web.servlet to Servlet 3.0 (as provided dependency) and add support for javax.servlet.Part parameter 15 years ago
Sam Brannen ec3052cb5f [SPR-8387] Fleshed out the implementation of DelegatingSmartContextLoader and corresponding tests. 15 years ago
Sam Brannen 021febbce8 polishing 15 years ago
Sam Brannen 539c6f95c9 [SPR-8387] Fixed logic errors in DelegatingSmartContextLoader.processContextConfiguration() and ContextConfigurationAttributes.hasResources(). 15 years ago
Sam Brannen d123102495 [SPR-8387] Fixed logic error in DelegatingSmartContextLoader.processContextConfiguration(). 15 years ago
Sam Brannen 0dd7ca7cf3 [SPR-8387] Introduced hasResources() in ContextConfigurationAttributes; plus minor polishing. 15 years ago
Sam Brannen 31047d5cae [SPR-8387] Fleshing out the implementation of processContextConfiguration() in DelegatingSmartContextLoader. 15 years ago
Sam Brannen 02fc11191f [SPR-8387] Fleshing out unit tests for DelegatingSmartContextLoader. 15 years ago
Juergen Hoeller 344e8f93b2 extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible; made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings (SPR-8529); added getHeaderValue(s) method to MockHttpServletResponse for raw value access 15 years ago
Juergen Hoeller 52a039b9a6 polishing 15 years ago
Juergen Hoeller 4ba3f330d7 call setEnvironment before other awareness methods rather than after; fixed AccessControlContext applicability check 15 years ago
Juergen Hoeller 9711a7121e extended Servlet API mocks for Servlet 3.0 forward compatibility as far as possible; made MockHttpServletResponse compatible with Servlet 3.0 getHeader(s) method returning Strings (SPR-8529); added getHeaderValue(s) method to MockHttpServletResponse for raw value access 15 years ago
Costin Leau 254d8bd80f move default value wrapper into support package (rather then interceptor) 15 years ago