多做题,通过考试没问题!

Java认证考试

睦霖题库>其他计算机考试>Java认证考试

You have built a web application with tight security. Several directories of your webapp are used for internal purposes and you have overridden the default servlet to send an HTTP 403 status code for any request thatmaps to one of these directories. During testing, the Quality Assurance director decided that they did NOTlike seeing the bare response page generated by Firefox and Internet Explorer. The director recommendedthat the webapp should return a more user-friendly web page that has the same look-and-feel as the webapp plus links to the webapp’s search engine. You have created this JSP page in the /WEB-INF/jsps/error403.jsp file. You do NOT want to alter the complex logic of the default servlet. How can you declarethat the web container must send this JSP page whenever a 403 status is generated?()

  • A、
  • B、
  • C、
  • D、
正确答案:C
答案解析:
进入题库查看解析

微信扫一扫手机做题