Juergen Hoeller
2a0b3cf3c9
polishing
15 years ago
Juergen Hoeller
4e233047c8
TilesConfigurer only sets up EL support if JSP 2.1 is present (for JSP 2.0 compatibility; SPR-6309)
15 years ago
Juergen Hoeller
b321376703
AbstractExcelView is compatible with Apache POI 3.0 as well as 3.5 now (SPR-6298)
15 years ago
Keith Donald
fe4f41d33c
default config for web binding initializer and formatting/conversion system w/ mvc namespace
15 years ago
Keith Donald
ee15bbb494
mvc namespace installation of handler mapping and handler adapter
15 years ago
Keith Donald
733be4f400
spring mvc namespace initial commit; work in progress
15 years ago
Arjen Poutsma
8de34c6fa7
SPR-6301 - Support @RequestHeader on HttpHeaders parameters
15 years ago
Scott Andrews
6c80dbaa9e
polish - removing unused import
15 years ago
Scott Andrews
67b5781dab
SPR-6296 Spring:url tag should not use application/x-www-form-urlencoded encoding
...
Work around for application/x-www-form-urlencoded encoding. Replaces '+' from java.net.URLDecoder with charset specific encoded space value ('%20' for most charsets).
The custom urlEncode method should be replaced with calls to a true URL encoder once available.
15 years ago
Keith Donald
913bc03a3b
ui.format system refining from RC1 feedback: Support for one format annotation applying to multiple field types, Printer/Parser building blocks for more flexibility, full Joda time formatting support, FormattingService as a service entry-point for clients to use
15 years ago
Arjen Poutsma
2288b2523e
SPR-6021 - Allow for using MultiValueMap in GET request for mapping multiple request params
15 years ago
David Syer
0e85c66f2f
SPR-6246: Java6 @Override removed
15 years ago
David Syer
bce723d9e3
SPR-6246: split up Velocity test cases for neatness. Add fix for bug in exception creation in VelocityView.
15 years ago
David Syer
c63cdb2444
OPEN - issue SPR-6246: Velocity MethodInvocationExceptions not properly reported
...
Added test case for exception. This probably fails on a non-Sun JVM?
15 years ago
Arjen Poutsma
d54a975af4
SPR-6248 - Accept header should not be mandatory for properly handling response body.
15 years ago
David Syer
8b2a7c8be8
Fix wrong Maven dependency in pom.xml for validation and inject APIs
15 years ago
Juergen Hoeller
87b2f23692
updated version ranges for javax.el and javax.inject
15 years ago
Juergen Hoeller
ee8ed4e410
fixed getBean signature ambiguity in tests
15 years ago
Juergen Hoeller
a429e230b6
revised version checks and exception signatures
15 years ago
Sam Brannen
c686035773
Updated Eclipse classpath regarding javax.inject and javax.validation.
15 years ago
Juergen Hoeller
e99cda3739
updated to final versions of JSR-330 and JSR-303 APIs
15 years ago
Arjen Poutsma
e24e768054
SPR-6164 - a Uri Value is incorrectly extracted if it contains '.'.
15 years ago
Arjen Poutsma
17d5b31af3
SPR-6206 - When looking up methods with @RequestMapping annotation, unannotated bridge methods are included
15 years ago
Arjen Poutsma
5310035700
SPR-6214 - Using @ResponseBody throws HttpMediaTypeNotAcceptableException when it supports writing an acceptable MediaType
15 years ago
Juergen Hoeller
74f4749372
fixed extraction of Controller suffix (SPR-6153)
15 years ago
Juergen Hoeller
677baaceb8
polishing
15 years ago
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