If you want to use the Java EE platform’s built-in type of authentication that uses a custom HTML
page for authentication, which two statements are true? (Choose two.)
A.
Your deployment descriptor will need to contain this tag:
<auth-method>CUSTOM</auth-method>.
B.
The related custom HTML login page must be named loginPage.html.
C.
When you use this type of authentication, SSL is turned on automatically.
D.
You must have a tag in your deployment descriptor that allows you to point to both a login
HTML page and an HTML page for handling any login errors.
E.
In the HTML related to authentication for this application, you must use predefined variable
names for the variables that store the user and password values.
Explanation: