[BACK]
org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: 10 in the jsp file: /common/captcha.jsp
Captcha cannot be resolved to a type
7: 
8: 	CommonUtils.noCache(response);
9: 
10: 	Captcha captcha = new Captcha.Builder(170, 50)
11: 		.addText()
12: 		.addBackground()
13: //		.gimp()


An error occurred at line: 10 in the jsp file: /common/captcha.jsp
Captcha.Builder cannot be resolved to a type
7: 
8: 	CommonUtils.noCache(response);
9: 
10: 	Captcha captcha = new Captcha.Builder(170, 50)
11: 		.addText()
12: 		.addBackground()
13: //		.gimp()


An error occurred at line: 18 in the jsp file: /common/captcha.jsp
CaptchaServletUtil cannot be resolved
15: 		.build();
16: // 		.addNoise()
17: 
18: 	CaptchaServletUtil.writeImage(response, captcha.getImage());
19: 
20: 	session.setAttribute("_captcha", captcha.getAnswer());
21: 


Stacktrace:
이용에 불편을 드려 죄송합니다.
지금 보신 오류에 대한 모든 내용은 개발자에게 자동 전달 되었으며 신속하게 수정될 수 있도록 노력하겠습니다