Hi techies Following an upgrade from tomcat 5.5.26 to 5.5.27, we experienced exceptions with the subject-search servlet such as:
Exception: org.apache.jasper.JasperException: /controlledvocabulary/search.jsp(59,41) Attribute value LocaleSupport.getLocalizedMessage(pageContext, "jsp.controlledvocabulary.search.title") is quoted with " which must be escaped when used within the value I since discovered that this is due to the fact that 5.5.27 strictly enforces the quoting requirements of the JSP spec. So my question is, does this error stem from some value in Messages.properties which contains quotes, or are there other places in the code which may need changing (for JSP spec compliance purposes)? If the former, how should the quotes be escaped in Messages.properties. Thanks Gary Gary Browne Development Programmer Library IT Services University of Sydney ph: 9351-5946 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

