解决方法是将
<%@taglib prefix="c" uri="http://java.sun.com/jstl/core"%>
改成
<%@taglib prefix="c" uri="http://java.sun.com/jstl/core_rt"%>