nerdexam
GIAC

GSSP-JAVA · Question #40

You work as a Programmer for InfoTech Inc. You develop two html pages named authenticate.jsp and error.jsp, which are deployed directly at the root of the Web application named Authentication. Which…

The correct answer is A. <login-config>. See the full explanation below for the reasoning.

Question

You work as a Programmer for InfoTech Inc. You develop two html pages named authenticate.jsp and error.jsp, which are deployed directly at the root of the Web application named Authentication. Which of the following deployment descriptor code declarations will be used to ensure that the error.jsp page will be displayed automatically if the client is not authenticated?

Options

  • A<login-config>
  • B<user-data-constraint>
  • C<auth-constraint>
  • D<error-page>

How the community answered

(23 responses)
  • A
    74% (17)
  • B
    4% (1)
  • C
    13% (3)
  • D
    9% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice