Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3456 | major | always | 04-24-09 05:07 | 08-24-09 10:22 | |
|
|||||
Reporter: | kir | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.2 | ||
|
|||||
Summary: | 0003456: Custom tag parameters are not exposed for usage in JSP scriptlets | ||||
Description: |
The following JSP tag cannot be compiled: <%@ tag import="jetbrains.buildServer.web.util.WebUtil" %> <%@ attribute name="agentName" required="false" type="java.lang.String" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> [^] <c:set var="encodedName" value="<%=WebUtil.encode(agentName)%>"/> ${encodedName} This is one of the show-stoppers for TeamCity to work with Resin AS. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|