1.

Is It Enough To Hide Sections Of My Output (e.g. Jsp-page)?

Answer»

No, because we cannot READILY reverse engineer what URL is mapped to what controller ENDPOINT as controllers can rely on headers, current user, etc to determine what method to invoke.

JSP Tag Libraries- Spring Security has its own taglib which provides basic support for accessing security information and applying security CONSTRAINTS in JSPs.

No, because we cannot readily reverse engineer what URL is mapped to what controller endpoint as controllers can rely on headers, current user, etc to determine what method to invoke.

JSP Tag Libraries- Spring Security has its own taglib which provides basic support for accessing security information and applying security constraints in JSPs.



Discussion

No Comment Found