4412 Commits (7a6d8d94cd718ebda8316721668a112ef0e4cb04)
 

Author SHA1 Message Date
Juergen Hoeller 7a6d8d94cd multipart etc 13 years ago
Juergen Hoeller 7d8aa05c40 added "acceptProxyClasses" flag to RemoteInvocationSerializingExporter 13 years ago
Juergen Hoeller 2c199cf190 updated javadoc for server-specific LoadTimeWeavers 13 years ago
David Syer f800a026cb Fix typo in MVC docs 13 years ago
Juergen Hoeller 57cb1f2777 improved ExposeInvocationInterceptor error message with respect to advice ordering (SPR-8544) 13 years ago
Juergen Hoeller 8bf019b675 fixed @ExceptionHandler exception type matching (ExceptionDepthComparator; SPR-8231) 13 years ago
Sam Brannen d0cd678089 [SPR-8387] Added TODO. 13 years ago
Sam Brannen 072271d9e9 [SPR-8549] Documented the equals() method implementation in MergedContextConfiguration. 13 years ago
Sam Brannen 461119973b [SPR-8387] deleted resolved TODO. 13 years ago
Sam Brannen 8224af1938 [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. 13 years ago
Juergen Hoeller 2d7af57149 fixed DispatcherServletTests breakage 13 years ago
Juergen Hoeller 571535352b 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 13 years ago
Sam Brannen 21f3f59cb7 [SPR-8387] Log messages now refer to default detection instead of default generation. 13 years ago
Juergen Hoeller 0df4631788 alignment with backported 3.0.6 code (SPR-8538) 13 years ago
Chris Beams 718f025d64 Force lazy-init to false when parsing scheduled:task 13 years ago
Juergen Hoeller 576b8fec31 ConvertiblePair implements equals and hashCode (SPR-8459) 13 years ago
Juergen Hoeller 69c9abf2b8 updated Quartz support package for full Quartz 2.0 support (SPR-8275) 13 years ago
Rossen Stoyanchev cc7c64a371 Remove unnecessary javax.servlet dependency 13 years ago
Rossen Stoyanchev e787887f46 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. 13 years ago
Costin Leau 1d690ab99f SPR-8533 13 years ago
Juergen Hoeller d97a5bf889 minor javadoc revision 13 years ago
Juergen Hoeller 7e4982d6ae updated dependencies 13 years ago
Juergen Hoeller 94ac883eb1 polishing 13 years ago
Chris Beams 236b0305e8 Refactor execution of config class enhancement 13 years ago
Chris Beams 4f89459c3d Polish whitespace on JpaTransactionManager 13 years ago
Juergen Hoeller 65ad44dadc polishing 13 years ago
Rossen Stoyanchev 2568a3c2c6 SPR-8001 Recognize case when MultipartRequest is null and argument is of type MultipartFile and raise helpful exception. 13 years ago
Rossen Stoyanchev b8c723d080 SPR-8532 Upgrade org.springframework.web.servlet to Servlet 3.0 (as provided dependency) and add support for javax.servlet.Part parameter 13 years ago
Sam Brannen f874ed9790 [SPR-8387] Fleshed out the implementation of DelegatingSmartContextLoader and corresponding tests. 13 years ago
Sam Brannen 9d7bc31f0d polishing 13 years ago
Sam Brannen e7298a88d6 [SPR-8387] Fixed logic errors in DelegatingSmartContextLoader.processContextConfiguration() and ContextConfigurationAttributes.hasResources(). 13 years ago
Sam Brannen e34fa6abb1 [SPR-8387] Fixed logic error in DelegatingSmartContextLoader.processContextConfiguration(). 13 years ago
Sam Brannen b8624b470c [SPR-8387] Introduced hasResources() in ContextConfigurationAttributes; plus minor polishing. 13 years ago
Sam Brannen d2e6f82aa3 [SPR-8387] Fleshing out the implementation of processContextConfiguration() in DelegatingSmartContextLoader. 13 years ago
Sam Brannen 12eb9d7ed6 [SPR-8387] Fleshing out unit tests for DelegatingSmartContextLoader. 13 years ago
Juergen Hoeller cc725d7e5c 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 13 years ago
Juergen Hoeller c0e429a9a5 polishing 13 years ago
Juergen Hoeller 5937779bb1 call setEnvironment before other awareness methods rather than after; fixed AccessControlContext applicability check 13 years ago
Juergen Hoeller 18ab057e90 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 13 years ago
Costin Leau 4e1cb2b823 move default value wrapper into support package (rather then interceptor) 13 years ago
Chris Beams fd42a65c6c Allow ConfigurationCPP to process multiple registries 13 years ago
Chris Beams c5463a2e52 Move ImportSelector.Context to a top-level class 13 years ago
Juergen Hoeller 0c2a6395e7 revised package-level request and response classes 13 years ago
Costin Leau f5fdedea60 + fix compilation error 13 years ago
Costin Leau b82ab4950d + removed unneeded generic 13 years ago
Chris Beams a2a98efa13 Remove references to 'bold' text in reference docs 13 years ago
Juergen Hoeller 81a27ce484 an EntityManagerFactoryBean is only deserializable through a SerializedEntityManagerFactoryBeanReference 13 years ago
Juergen Hoeller 7861eff298 prototype-based TargetSource is only deserializable through a SingletonTargetSource 13 years ago
Chris Beams 431e935011 Fix APC registration for @EnableTransactionManagement 13 years ago
Chris Beams d8d9e3fc27 Revert "Fix APC registration for @EnableTransactionManagement" 13 years ago