@ -638,9 +638,12 @@ public class AnnotationMethodHandlerAdapter extends WebContentGenerator implemen
if (Cookie.class.isAssignableFrom(paramType)) {
return cookieValue;
}
else {
else if (cookieValue != null) {
return cookieValue.getValue();
return null;
@Override