| Anonymous | Login | Signup for a new account | 10-30-2025 18:36 PDT | 
| Main | My View | View Issues | Change Log | Docs | 
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0004190 | [Resin] | major | always | 08-27-10 03:40 | 11-17-10 11:42 | ||||
| Reporter | olaf2010 | View Status | public | ||||||
| Assigned To | ferg | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 4.0.10 | ||||||
| Summary | 0004190: Mixed '#' and '$ | ||||||||
| Description | I have this little page "bla.jsp" <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" [^] %> <c:set var="tokens" value="1#2#3#4#5#6"/> <c:set var="tokens" value="0#${tokens}"/> <c:forTokens items="${tokens}" delims="#" var="token"> <c:out value="${token}"/> </c:forTokens> This gives me an error: /bla.jsp:3: Mixed '#' and '$'. Expected `#' at `$' in 0#${tokens} This time i have made sure, that there is no foreign jstl taglib in the classpath. :-) Is this a bug? Or on what do you rely on, that this should be an error? | ||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|  | |||||||||
|  Notes | |
| (0004792) nfedorov 10-13-10 15:36 | We are experiencing the same problem. Using '#' and '$' in any dynamic/rtexprvalue attribute causes an exception. Minimal JSP to reproduce: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" [^] prefix="c" %> <c:url value="${'PASSED'} #"/> Expected result: PASSED # Result under Resin 4.0.10: Cause: /templates/jsp/resin.jsp:2: Mixed '#' and '$'. Expected `$' at `#' in ${'PASSED'} # 1: <%@ taglib uri="http://java.sun.com/jsp/jstl/core" [^] prefix="c" %> 2: <c:url value="${'PASSED'} #"/> 3: | 
| (0004854) ferg 11-17-10 11:42 | jsp/1cee | 
| Mantis 1.0.0rc3[^]
	Copyright © 2000 - 2005 Mantis Group
	34 total queries executed. 29 unique queries executed. |