.indexOf("://")
この .jsp ファイルの一部が、このファイルの適切なレンダリングを妨げているようです... どうすればこれを回避して、問題がないことを確認できますか?
<c:choose>
<c:when test="${cssFile.indexOf("://") > 0}"><link rel="stylesheet" href="${cssFile}" type="text/css" /></c:when>
<c:otherwise><link rel="stylesheet" href="/cmt/css/${cssFile}" type="text/css" /></c:otherwise>
</c:choose>