Arjen Poutsma
|
d59c0145c9
|
SPR-5772 - Annotation handler method matching doesn't get method/param choice right
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1399 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-06-19 10:26:14 +00:00 |
|
Sam Brannen
|
1eb0b97748
|
JavaDoc typo
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1366 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-06-12 09:56:39 +00:00 |
|
Arjen Poutsma
|
1fe51d4a27
|
SPR-5802 - NullPointerException when using @CookieValue annotation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1349 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-06-11 08:53:56 +00:00 |
|
Arjen Poutsma
|
81b3fb47b2
|
Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1341 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-06-10 10:36:06 +00:00 |
|
Chris Beams
|
49b6bbc8fa
|
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1281 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-06-01 04:14:22 +00:00 |
|
Arjen Poutsma
|
e241542e8d
|
SPR-5782 - BufferedImageHttpMessageConverter
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1248 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-25 11:52:43 +00:00 |
|
Arjen Poutsma
|
16af500388
|
SPR-5766 - @ResponseBody
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1246 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-25 10:28:36 +00:00 |
|
Arjen Poutsma
|
e8d4e6949d
|
SPR-5768 - Rearrange logic in ServletHandlerMethodInvoker.getModelAndView()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1231 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-22 10:52:10 +00:00 |
|
Arjen Poutsma
|
76ca1add52
|
SPR-5767 - Misleading error message in HandlerMethodInvoker.resolveRequestBody()
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1230 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-22 10:45:52 +00:00 |
|
Juergen Hoeller
|
6691cd09ec
|
Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1171 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-13 14:22:03 +00:00 |
|
Arjen Poutsma
|
2b1d156acf
|
SPR-5732 - When no type conversion strategy is found on a @Controller handler method bind target, a 500 error code should be returned not a 400.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1144 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-11 14:52:14 +00:00 |
|
Arjen Poutsma
|
3854aea64b
|
SPR-4927 - Return 405 instead of 404 when HTTP method is not supported
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1142 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-11 13:32:28 +00:00 |
|
Arjen Poutsma
|
0650a6d471
|
SPR-5731 - @Controller method order effects @RequestMapping behavior in ways not expected
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1141 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-11 10:34:56 +00:00 |
|
Arjen Poutsma
|
e22f772c4c
|
SPR-5726: Unexpected @RequestMapping semantics when class-level and method-level mappings used together
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1128 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-08 10:02:17 +00:00 |
|
Juergen Hoeller
|
1d1dba1693
|
Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1127 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-07 22:29:55 +00:00 |
|
Arjen Poutsma
|
23b2eaa65d
|
Moved DefaultHandlerExceptionResolver to fix a tangle.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1098 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-05 13:41:03 +00:00 |
|
Arjen Poutsma
|
d10d95e98d
|
SPR-5426 - Allow for custom processing or result objects returned from handler/controller methods
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1093 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-05-05 11:40:36 +00:00 |
|
Arjen Poutsma
|
9818f88199
|
SPR-4518 - @RequestMapping methods returning null have an implicit ModelAndView created
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1049 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-22 12:57:30 +00:00 |
|
Arjen Poutsma
|
c9794c0f02
|
Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1044 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-21 22:16:32 +00:00 |
|
Arjen Poutsma
|
f3fd3fa245
|
SPR-5690 - Request header filtering in @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1043 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-21 22:03:51 +00:00 |
|
Juergen Hoeller
|
0926cf79e6
|
revised WebApplicationContext lookup
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1032 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-19 22:28:31 +00:00 |
|
Juergen Hoeller
|
b5e0328914
|
updated to FreeMarker 2.3.15 (SPR-4962)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1031 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-19 22:22:56 +00:00 |
|
Juergen Hoeller
|
17c423e2c4
|
exposed public getModel accessor (SPR-5686)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1028 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-19 19:51:25 +00:00 |
|
Arjen Poutsma
|
6f016dd18a
|
SPR-5636 - @RequestMapping matching should be insensitive to trailing slashes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1018 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-17 09:41:04 +00:00 |
|
Arjen Poutsma
|
138e17d620
|
SPR-5631 - Implicit /** mapping on type-level @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1017 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-17 09:28:08 +00:00 |
|
Arjen Poutsma
|
6cafb84b9e
|
Changed variable names from path to pattern
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1016 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-17 08:26:18 +00:00 |
|
Arjen Poutsma
|
16b6e94276
|
Increased debug level of mapping info
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1012 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-16 13:25:46 +00:00 |
|
Arjen Poutsma
|
77d364af60
|
Working on SPR-5631 - Implicit /** mapping on type-level @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1011 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-16 13:23:24 +00:00 |
|
Juergen Hoeller
|
02a1f98f57
|
fixed JasperReports exporter parameter initialization for multi-format views
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1006 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-15 23:18:57 +00:00 |
|
Juergen Hoeller
|
151a1a2a7b
|
always use application ClassLoader
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1004 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-04-15 22:30:24 +00:00 |
|
Juergen Hoeller
|
792076ac78
|
request handler methods with @ModelAttribute annotation always return a model attribute (SPR-4867)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@902 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-31 20:34:42 +00:00 |
|
Arjen Poutsma
|
46d9409fe7
|
SPR-4677: Allow annotated methods on a Controller to be marked as exception handlers
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@875 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-30 17:20:55 +00:00 |
|
Arjen Poutsma
|
33137847a3
|
Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@865 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-28 21:20:18 +00:00 |
|
Arjen Poutsma
|
9988251912
|
SPR-5625 - Allow for exceptions to be annotated with a @ResponseStatus annotation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@864 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-28 11:19:45 +00:00 |
|
Arjen Poutsma
|
454f2e18b2
|
SPR-5624 - A default HandlerExceptionResolver that resolves standard Spring exceptions
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@860 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-27 19:53:42 +00:00 |
|
Arjen Poutsma
|
ed089bc2b8
|
Made looping over handlerExceptionResolvers more explicit.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@850 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-27 16:44:19 +00:00 |
|
Arjen Poutsma
|
76bcfb2310
|
Javadoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@849 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-27 16:26:31 +00:00 |
|
Arjen Poutsma
|
0d33ceec1b
|
DispatcherServlet.processHandlerException checks whether the ModelAndView is empty before rendering it.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@847 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-27 15:41:03 +00:00 |
|
Juergen Hoeller
|
74c67dfaef
|
FreeMarkerView and ResourceBundle/XmlViewResolver can be initialized with ServletContext only (e.g. for testing)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@828 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-26 13:52:28 +00:00 |
|
Scott Andrews
|
2d2924e8ce
|
SPR-5605 spring:url tag should use htmlEscape instead of escapeXml for entity encoding
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@825 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-26 04:37:26 +00:00 |
|
Arjen Poutsma
|
49e870246d
|
SPR-5409 - Support for PUTting and POSTing non-form data
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@823 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-03-25 16:33:27 +00:00 |
|
Arjen Poutsma
|
897c1b2976
|
Fixing Petclinic
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@697 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-25 14:32:51 +00:00 |
|
Juergen Hoeller
|
f6c70c07c5
|
generified FactoryBeans and further Java 5 code style updates
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@686 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-25 00:34:22 +00:00 |
|
Juergen Hoeller
|
5a895a621c
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@677 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-24 12:20:41 +00:00 |
|
Juergen Hoeller
|
a814fd082c
|
refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client"
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@676 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-24 11:46:00 +00:00 |
|
Juergen Hoeller
|
85b427afed
|
ModelAndView's "cleared" state gets preserved in case of plain model Map access
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@658 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-20 11:48:26 +00:00 |
|
Juergen Hoeller
|
e3f7a0d5f6
|
"url" macro in "spring.ftl" performs standard Servlet URL encoding automatically
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@653 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-18 23:55:32 +00:00 |
|
Juergen Hoeller
|
18e805eac2
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@652 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-18 23:51:03 +00:00 |
|
Juergen Hoeller
|
5fa3d7ae48
|
optimized OrderComparator usage
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@649 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-17 18:19:57 +00:00 |
|
Juergen Hoeller
|
b9f25bc30b
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@643 50f2f4bb-b051-0410-bef5-90022cba6387
|
2009-02-16 01:43:49 +00:00 |
|