Resource protection in WebSphere Application Server

The following WebSphere Commerce resources are protected under access control by WebSphere Application Server:

The Transaction Server is typically configured to use the following Web paths:

The following diagram shows the route that requests could potentially follow to access WebSphere Commerce resources, for the preceding Web path configuration.

All legitimate requests should be directed to the request servlet, which then directs them to the Web controller. The Web controller implements access control for controller commands and views. The Web paths shown above do, however, make it possible for malicious users to directly access JSP templates (path 1) and entity beans (path 2). In order to prevent these malicious attacks from being successful, they must be rejected at run time.

Direct access to the JSP templates and entity beans can be prevented using one of the following approaches:


Related concepts
Understanding access control
Protectable interface
WebSphere Commerce access control policies
Access control interactions
Groupable interface


Related tasks
Enable WebSphere Application Server security