Juergen Hoeller
|
0c47a01953
|
fixed ContentNegotiatingViewResolver to work with the combination of ignoreAcceptHeader=true plus defaultContentType as well (SPR-6163)
|
15 years ago |
Juergen Hoeller
|
0543a294ee
|
expose arrays as comma-delimited element String
|
15 years ago |
Juergen Hoeller
|
9cb1338b94
|
all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well
|
15 years ago |
Arjen Poutsma
|
e49869ea78
|
SPR-6148 - @ResponseBody with returned String results in unresolvable view ServletException
|
15 years ago |
Arjen Poutsma
|
5b12503c47
|
SPR-6144 - @ResponseStatus annotation is ignored in an @Controller redirect (RedirectView)
SPR-5468 - Modify RedirectView to allow 301 Permanent Redirects
|
15 years ago |
Juergen Hoeller
|
39a97a61af
|
resolve handler bean name early; validate header conditions as well
|
15 years ago |
Juergen Hoeller
|
aec2bc097e
|
polishing
|
15 years ago |
Juergen Hoeller
|
09e6a85edd
|
fixed overview files
|
15 years ago |
Arjen Poutsma
|
04fa5d4b99
|
SPR-6093 - MVC Annotation Inheritance
|
15 years ago |
Mark Pollack
|
c6cd1a528e
|
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
|
15 years ago |
Juergen Hoeller
|
c761082eea
|
added simplest possible ExpressionEvaluator
|
15 years ago |
Juergen Hoeller
|
0463c612b5
|
removed Apache JSTL references completely
|
15 years ago |
Juergen Hoeller
|
811e9fc043
|
consistent dependencies
|
15 years ago |
Arjen Poutsma
|
501a1ea9af
|
SPR-5910 - Slight Improvement for Main JavaDoc in RedirectView
|
15 years ago |
Mark Pollack
|
bd098ce1db
|
pom maintenance - sync with ivy.xml
update junit version in ivy.xml for org.sf.aspects
|
15 years ago |
Arjen Poutsma
|
5faa4d90ac
|
SPR-6130 - Be able to specify a default content type when no extension is used in ContentNegotiatingViewResolver
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
15 years ago |
Keith Donald
|
5bae005366
|
removed ignored test now that convert system has been revised
|
15 years ago |
Jeremy Grelle
|
982ece595c
|
SPR-5931 - Allow non-standard attributes in <form> tags
|
15 years ago |
Juergen Hoeller
|
6420fd303b
|
fixed checkbox macro (SPR-6120)
|
15 years ago |
Juergen Hoeller
|
89216a4b9a
|
marked Hibernate Validator as optional
|
15 years ago |
Jeremy Grelle
|
1c134925ba
|
SPR-6114 - Upgrade the Spring JSP tag libraries to JSP 2.0
|
15 years ago |
Keith Donald
|
e9d53cb2e8
|
ignore failing test for now while revising converter system
|
15 years ago |
Keith Donald
|
e26163505a
|
added sf4j logging to run tests in eclipse
|
15 years ago |
Juergen Hoeller
|
bb70c9a4c4
|
@RequestParam and co support placeholders and expressions in their defaultValue attributes (SPR-5922); @Value expressions supported as MVC handler method arguments as well (against request scope)
|
15 years ago |
Keith Donald
|
1e9fc388ac
|
added javax validation, hibernate, and vfs dependencies into eclipse
|
15 years ago |
Juergen Hoeller
|
2d3c6fa55f
|
removed outdated dependency on standard taglib (SPR-6099)
|
15 years ago |
Juergen Hoeller
|
0d084bd7f8
|
updated test dependencies
|
15 years ago |
Juergen Hoeller
|
6e95b2c311
|
polishing
|
15 years ago |
Juergen Hoeller
|
a86a698e5b
|
initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry
|
15 years ago |
Juergen Hoeller
|
1045847cf7
|
updated to CGLIB 2.2 and EHCache 1.6.2
|
15 years ago |
Rob Harrop
|
afd6fe9048
|
[SPR-5927] fixed FormTag attribute clearing
|
15 years ago |
Rob Harrop
|
c3546f4c78
|
fixed missing dependencies in iml file
|
15 years ago |
Juergen Hoeller
|
8754f0bc85
|
updated dependencies
|
15 years ago |
Arjen Poutsma
|
66a799552f
|
SPR-2784: Support MultipartFile-array property
|
15 years ago |
Juergen Hoeller
|
fee838a65e
|
support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory
|
15 years ago |
Arjen Poutsma
|
8d7d3cff1b
|
SPR-6009 - @ExceptionHandler methods are still expected to return a ModelAndView, even when consuming a ServletResponse/OutputStream/Writer
|
15 years ago |
Arjen Poutsma
|
3b7691d525
|
SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored
|
15 years ago |
Arjen Poutsma
|
5680cd4a19
|
SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller
|
15 years ago |
Juergen Hoeller
|
6b824d9af7
|
revised WebApplicationContext id determination; lazy logger initialization in ContextLoaderListener (SPR-5977)
|
15 years ago |
Mark Pollack
|
33bb81b3ab
|
SPR-5986 - Error in pointing links about versions for documentation and content
|
15 years ago |
Juergen Hoeller
|
a7a97316e7
|
turned requestedSessionId into a settable property
|
16 years ago |
Mark Pollack
|
f9016fdbe4
|
SPR-5970 - Tidy up Maven central POM for spring-webmvc
|
16 years ago |
Keith Donald
|
bdd43f5f9f
|
pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now
|
16 years ago |
Arjen Poutsma
|
93e99556c0
|
SPR-4700 - Add single checkbox input macro for Velocity and Freemarker
|
16 years ago |
Arjen Poutsma
|
4267f8488f
|
SPR-5975 - BufferedImageHttpMessageConverter doesn't work on Google AppEngine
|
16 years ago |
Arjen Poutsma
|
3d29023ef3
|
Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.
|
16 years ago |
Keith Donald
|
d456a9326e
|
moved multipart and bind to web project since independent of servlet and required by new native web request parameter map
|
16 years ago |
Keith Donald
|
fc7c49a284
|
updated manifest template to add model package import
|
16 years ago |
Keith Donald
|
e020b5752a
|
initial BindingLifecycle @MVC integration
|
16 years ago |