IBM WebSphere Application Server Network Deployment V8.5 and V9.0, Core Administration — Question 33
An administrator configured Web authentication for a Web module deployed in an application server to protect the URL. After this configuration, application users could not load images that are protected on the web page.
In addition to configuring com.ibm.wsspi.security.web.webAuthReq as a JVM custom property, which two property values can an administrator set to resolve the problem? (Choose two.)
Answer options
- A. lazy
- B. eager
- C. always
- D. transient
- E. persisting
Correct answer: D, E
Explanation
The correct answers are D (transient) and E (persisting) because these configurations manage how session data is handled in relation to Web authentication, allowing access to protected resources. In contrast, options A (lazy), B (eager), and C (always) do not address the specific requirements needed to resolve the issue with loading protected images.