In my case, I found that the problem was using the html comment syntax to comment on JSTL codes. So double-check your html file containing the JSTL syntax to verify that you made the same error. Please refer to the example below:
change the comment above below.
<%-- <security:authorize access="hasAnyRole('ASSOC_COMPANY','PUBLIC_COMPANY', 'INDIVIDUAL')"> --%>
source share