« Back to home

I’ve created the project Secure JSP Taglibs with the ambition to fill some gaps in the security of the presentation layer in a Java web application. This Taglib allows you to evaluate the nested body content of the tag to test if the user has the specified roles. This is equivalent to the isUserInRole() method, but you can evaluate multiple roles (comma separated) at the same time. <secure:one roles="role1toevaluate, role2toevaluate"> Show this content if the user has one of the specified roles.…

Read more »