25 novembre 2013

The JSP specification requires that an attribute name is preceded by whitespace

Avec la 7.30.40 un problème d'affichage de "Mes demandes" du Self Service a été identifié sur les serveurs Tomcat 7. Aucune demande et notification ne s'affiche et une erreur apparait dans la log :

org.apache.jasper.JasperException: /WEB-INF/view/followup.jsp (line: 248, column: 126) The JSP specification requires that an attribute name is preceded by whitespace at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler
.java:42)


Pour le corriger il faut:
  • Ajouter la ligne suivante dans le fichier tomcat/conf/catalina.properties :
org.apache.jasper.compiler.Parser.STRICT_WHITESPACE=false
  • Redémarrer le serveur web.

Aucun commentaire:

Enregistrer un commentaire