fix(redesign): errer.jsp 미사용 JSTL taglib 제거
errer 비주얼 이식 시 디자인서 딸려온 javax JSTL taglib (http://java.sun.com/jsp/jstl/core) 1줄이 stray로 남아 Jakarta EE 환경에서 미해소 → /error 500(JasperException). 본문은 순수 scriptlet 분기라 JSTL 미사용 → 해당 taglib 제거. 로컬 재기동 스모크로 /error 200 확인. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
239d33c218
commit
360078a369
|
|
@ -1,5 +1,4 @@
|
|||
<%@ page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8" language="java" isErrorPage="true" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%!
|
||||
private String htmlEscape(Object value) {
|
||||
if (value == null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue