The JSP compiler is doing a case-sensitive compilation of JSP tag attributes.
I’ve several JSP’s in my project (created by others in my team) where the DTD says the JSP tag attribute should be ‘maxlength’. However, the developers have it as ‘maxLength’ within their JSP’s. The application runs fine on Tomcat and Weblogic.
Is there any way to provide a configuration parameter on the JSP editor to do a case-insensitive compilation?