多选题Given that www.example.com/SCWCDtestApp is a validly deployed Java EE web application and that all ofthe JSP files specified in the requests below exist in the locations specified. Which two requests,issuedfrom a browser,will return an HTTP 404 error?(

题目
多选题
Given that www.example.com/SCWCDtestApp is a validly deployed Java EE web application and that all ofthe JSP files specified in the requests below exist in the locations specified. Which two requests,issuedfrom a browser,will return an HTTP 404 error?()
A

http://www.example.com/SCWCDtestApp/test.jsp

B

http://www.example.com/SCWCDtestApp/WEB-INF/test.jsp

C

http://www.example.com/SCWCDtestApp/WEB-WAR/test.jsp

D

http://www.example.com/SCWCDtestApp/Customer/test.jsp

E

http://www.example.com/SCWCDtestApp/META-INF/test.jsp

F

http://www.example.com/SCWCDtestApp/Customer/Update/test.jsp


相似考题
参考答案和解析
正确答案: A,D
解析: 暂无解析