Juergen Hoeller
c230c188be
exposed public getModel accessor (SPR-5686)
16 years ago
Arjen Poutsma
c225b44f34
SPR-5636 - @RequestMapping matching should be insensitive to trailing slashes
16 years ago
Arjen Poutsma
acc84925d3
SPR-5631 - Implicit /** mapping on type-level @RequestMapping
16 years ago
Arjen Poutsma
02e96e01af
Changed variable names from path to pattern
16 years ago
Arjen Poutsma
1c26d027a7
Increased debug level of mapping info
16 years ago
Arjen Poutsma
6121da988b
Working on SPR-5631 - Implicit /** mapping on type-level @RequestMapping
16 years ago
Juergen Hoeller
d27cbee69c
fixed JasperReports exporter parameter initialization for multi-format views
16 years ago
Juergen Hoeller
2798a8500c
always use application ClassLoader
16 years ago
Mark Pollack
362629d03b
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT (again)
16 years ago
Mark Pollack
8f76197485
Change version from 3.0.0.M3 to 3.0.0.BUILD-SNAPSHOT
16 years ago
Arjen Poutsma
65afc80821
Working on SPR-5631
16 years ago
Arjen Poutsma
cd164a5d9b
Polishing
16 years ago
Juergen Hoeller
4ebd08515c
polishing
16 years ago
Juergen Hoeller
72cc060eaf
request handler methods with @ModelAttribute annotation always return a model attribute (SPR-4867)
16 years ago
Arjen Poutsma
f09f4e8dd2
SPR-4677: Allow annotated methods on a Controller to be marked as exception handlers
16 years ago
Mark Pollack
351fba1a04
POM maintenance
...
Place parent pom in publicly accessible directory (org.sf.spring-parent).
Create a component list pom in org.sf.spring-library.
16 years ago
Arjen Poutsma
5bcdf81656
Javadoc
16 years ago
Arjen Poutsma
04b3edca33
SPR-5625 - Allow for exceptions to be annotated with a @ResponseStatus annotation
16 years ago
Arjen Poutsma
3ade31bb51
Added tests for returned ModelAndView
16 years ago
Arjen Poutsma
161c926054
SPR-5624 - A default HandlerExceptionResolver that resolves standard Spring exceptions
16 years ago
Juergen Hoeller
225eb6bcd9
refined version ranges in OSGi manifests
16 years ago
Arjen Poutsma
ee0a294fe8
Made looping over handlerExceptionResolvers more explicit.
16 years ago
Arjen Poutsma
61b76b2adc
Javadoc
16 years ago
Arjen Poutsma
f9541d1e28
DispatcherServlet.processHandlerException checks whether the ModelAndView is empty before rendering it.
16 years ago
Juergen Hoeller
88e336cf56
FreeMarkerView and ResourceBundle/XmlViewResolver can be initialized with ServletContext only (e.g. for testing)
16 years ago
Scott Andrews
99fa91d56e
SPR-5605 spring:url tag should use htmlEscape instead of escapeXml for entity encoding
16 years ago
Arjen Poutsma
035eea01e8
SPR-5409 - Support for PUTting and POSTing non-form data
16 years ago
Mark Pollack
0152d8d21d
SPR-5385, SPR-5301 - initial pass completed of POMs for maven central repository upload. N.B. Can not build spring with these POMs.
...
Cleanup remains to meet maven central metadata requirements
16 years ago
Arjen Poutsma
c178888efd
SPR-5537: ReSTful URLs with content type extension do not work properly
16 years ago
Juergen Hoeller
6d7bf17394
polishing
16 years ago
Chris Beams
3ae3de19a9
+ Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated)
...
+ Finished support for @Import , including detection of circular imports
16 years ago
Arjen Poutsma
c1ea5a3ab8
Fixing Petclinic
16 years ago
Juergen Hoeller
a1ea7f1820
polishing
16 years ago
Juergen Hoeller
160249c012
generified FactoryBeans and further Java 5 code style updates
16 years ago
Juergen Hoeller
c46b0ae271
polishing
16 years ago
Juergen Hoeller
760cab8fea
refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client"
16 years ago
Juergen Hoeller
84ea67669a
ModelAndView's "cleared" state gets preserved in case of plain model Map access
16 years ago
Juergen Hoeller
56bd995d9c
"url" macro in "spring.ftl" performs standard Servlet URL encoding automatically
16 years ago
Juergen Hoeller
d3d0111439
polishing
16 years ago
Juergen Hoeller
43caa57296
optimized OrderComparator usage
16 years ago
Arjen Poutsma
aff17ca9e5
Uncommented test case
16 years ago
Juergen Hoeller
5a09a2d642
polishing
16 years ago
Juergen Hoeller
90b5c3a8dd
@RequestMapping type-level param constraints taken into account consistently
16 years ago
Juergen Hoeller
6b2d4a81a0
optional boolean parameters in MVC handler methods resolve to "false" if not present
16 years ago
Arjen Poutsma
21a442b253
Solved concurrency issue
16 years ago
Juergen Hoeller
60392d6e74
ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface
16 years ago
Arjen Poutsma
df563dfcd6
SPR-5452: Content negotiation
16 years ago
Arjen Poutsma
ce83ebf0de
Added link to Atom spec in javadoc
16 years ago
Scott Andrews
9335233618
javadoc polish
16 years ago
Scott Andrews
61b5428211
SPR-2733 Improvement for handling checkboxes in web forms (patch included)
...
Introduced default field prefix of '!', which can be overridden with WebDataBinder#setFieldDefaultPrefix. If a field is otherwise not present, the default value is used for the field. Field markers for the same field are ignored.
16 years ago