From b67b5ec40866894ad48549d6bb8b8e2e46d00b52 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 30 Mar 2010 21:27:40 +0000 Subject: [PATCH] clarified applicability of @ExceptionHandler in Portlet environments (SPR-6959) --- .../web/bind/annotation/ExceptionHandler.java | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/ExceptionHandler.java b/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/ExceptionHandler.java index 8489902b479..b86ef728b51 100644 --- a/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/ExceptionHandler.java +++ b/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/ExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2009 the original author or authors. + * Copyright 2002-2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,6 +31,9 @@ import java.lang.annotation.Target; * to have very flexible signatures. They may have arguments of the following * types, in arbitrary order: *