Anonymous | Login | Signup for a new account | 12-17-2024 11:02 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004685 | [Resin] | minor | always | 07-26-11 08:08 | 07-26-11 14:45 | ||||
Reporter | dicr | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 4.0.21 | Product Version | 4.0.20 | ||||
Product Build | |||||||||
Summary | 0004685: jsp:include corrupt params | ||||||||
Description |
Using jsp:include with jsp:param broke params - char '&' translated to '='. Test page: === jspinclude.jsp === <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> <!DOCTYPE html> <html><body> <jsp:include page="jspinclude.jspf"> <jsp:param name="str" value="X&X"/> </jsp:include> </body></html> /=== === jspinclude.jspf === <%@ page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %> <% out.println(request.getParameter("str")); %> /=== |
||||||||
Steps To Reproduce | |||||||||
Additional Information |
all '&' characters in param translated to '=' === Param str: X&X Result is: X=X Param str: X&X Result is: X=amp;X |
||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed. 26 unique queries executed. |