494 Commits (f4adf227bec552d15dbb493233b53d69bc17cd76)

Author SHA1 Message Date
Rossen Stoyanchev f4adf227be SPR-6464 Add @FlashAttributes annotation and FlashStatus method argument 13 years ago
Juergen Hoeller 2c504012ad HtmlUtils properly escapes single quotes as well 13 years ago
Juergen Hoeller 38837eddfd HtmlUtils properly escapes single quotes as well 13 years ago
Rossen Stoyanchev 75ad185558 SPR-8561 Permit null values for simple controller method arguments types without annotations. 14 years ago
Juergen Hoeller d7cd11a48c consistent update of HeaderValueHolder class 14 years ago
Rossen Stoyanchev 2cf2fc195e SPR-5628 Add HttpPutFormContentFilter in order to make form encoded data available via ServletRequest.getParameter*() 14 years ago
Juergen Hoeller 179dad8c24 defensive checking that a provided class actually implements WebApplicationInitializer (SPR-8557); avoid early initialization of Commons Logging (using ServletContext logging instead) 14 years ago
Rossen Stoyanchev 3363d05879 SPR-8483 Add integration test for accessing multipart request parts with @RequestPart 14 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 14 years ago
Juergen Hoeller 65ad44dadc polishing 14 years ago
Rossen Stoyanchev 2568a3c2c6 SPR-8001 Recognize case when MultipartRequest is null and argument is of type MultipartFile and raise helpful exception. 14 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 14 years ago
Juergen Hoeller 0c2a6395e7 revised package-level request and response classes 14 years ago
Juergen Hoeller 6cd55b7986 ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id 14 years ago
Juergen Hoeller 36b582682d added "autoGrowNestedPaths" property to ConfigurableWebBindingInitializer 14 years ago
Chris Beams ce0a0ff3d4 Move JNDI_PROPERTY_SOURCE_ENABLED_FLAG constant 14 years ago
Chris Beams fecd6edf75 Fix unnecessary casts in Servlet*PropertySource 14 years ago
Chris Beams 4756badc1d Prevent NPE in SpringServletContainerInitializer 14 years ago
Rossen Stoyanchev 0dae1a6bd8 SPR-8447 Provide sufficient contextwherever possible when exceptions are raised in new @MVC classes. 14 years ago
Rossen Stoyanchev 3a87d8e7cb SPR-8483 Add support for @RequestPart annotated method parameters 14 years ago
Juergen Hoeller 3bbefb3e65 fixed getHeaderNames signature 14 years ago
Juergen Hoeller 0371f569ec added headers support to MultipartFile abstraction 14 years ago
Rossen Stoyanchev 78470782d4 SPR-8487 Ensure setters for argument resolvers and return value handlers replace the defaults completely. 14 years ago
Chris Beams 24a8a05f24 Polish WebApplicationInitializer Javadoc 14 years ago
Rossen Stoyanchev 1e07af8827 SPR-7608 Add fallback mechanism for instantiating a model attribute from a path variable 14 years ago
Rossen Stoyanchev 8e240d814b SPR-6909 Improve extension hooks in DefaultDataBinderFactory and subclasses. 14 years ago
Rossen Stoyanchev efaa941672 SPR-8476 Translate JsonMappingExceptions to HttpMessageNotReadableException (and thus response status code 400) consistent with JsonParseExceptions 14 years ago
Rossen Stoyanchev 69bba30ed8 SPR-8429 Add test cases for missing header, cookie, and pathvar values 14 years ago
Chris Beams e79e08d7f7 Prefer / or /app/* over /main in servlet examples 14 years ago
Arjen Poutsma ac7d48e5a8 Fixing tests 14 years ago
Arjen Poutsma c42671a78a SPR-7911 - Better handling of 204 No Content in RestTemplate 14 years ago
Sam Brannen f5bed462bf Fixed Eclipse classpath regarding Commons IO and Codec 14 years ago
Juergen Hoeller c60511bf04 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 14 years ago
Chris Beams ae61aa3555 Revert introduction of AnnotationConfigCapableAC 14 years ago
Juergen Hoeller 3b704272e3 polishing 14 years ago
Juergen Hoeller d5b9b26fea extended coverage of JSF 2.0 implicit attributes: "viewScope", "flash", "resource" 14 years ago
Rossen Stoyanchev 7dcd71c543 SPR-7994 Add missing optional flag for Rome library in spring-web 14 years ago
Arjen Poutsma fa3e9bdfdd SPR-7439 - JSON (jackson) @RequestBody marshalling throws awkward exception 14 years ago
Chris Beams bce9149947 Polish WebApplicationInitializer Javadoc 14 years ago
Rossen Stoyanchev f1ad53d570 SPR-6709 Update changelog and add one test 14 years ago
Rossen Stoyanchev d2a99de9fc Add ModelFactory test for HttpSessionRequiredException 14 years ago
Chris Beams c3675b44b4 Polish WebApplicationInitializer Javadoc 14 years ago
Chris Beams 847b54f3b1 Sort WebApplicationInitializers properly 14 years ago
Chris Beams 948aa4f589 Introduce DelegatingFilterProxy constructors 14 years ago
Chris Beams 1e1a05e9f8 Polish DelegatingFilterProxy Javadoc 14 years ago
Chris Beams e36b5e9b7e Introduce ContextLoader(Listener) constructors 14 years ago
Chris Beams 2b4328023e Improve ApplicationContextInitializer sorting 14 years ago
Chris Beams fb9fb00c04 Update GenericWAC to implement ConfigurableWAC 14 years ago
Chris Beams c9e67b2ef2 Introduce Servlet 3.0 WebApplicationInitializer 14 years ago
Juergen Hoeller c303b22e30 updated IntelliJ dependency descriptors 14 years ago