Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository was archived by the owner on Aug 17, 2018. It is now read-only.

Commit e151d45

Browse files
author
Kin Man Chung
committed
Fix devtest jspCustomTagAttributeOfArrayType failure
svn path=/trunk/; revision=1477
1 parent 37c5960 commit e151d45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

impl/src/main/java/org/apache/jasper/compiler/JspUtil.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,9 @@ public static String interpreterCall(boolean isTagFile,
610610
returnType = Double.class.getName();
611611
primitiveConverterMethod = "doubleValue";
612612
}
613-
}
613+
} else {
614+
returnType = toJavaSourceType(returnType);
615+
}
614616

615617
targetType = toJavaSourceType(targetType);
616618

0 commit comments

Comments
 (0)