Anonymous | Login | Signup for a new account | 12-17-2024 08:25 PST |
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 | ||||
0000864 | [Resin] | minor | always | 01-14-06 06:49 | 02-01-06 13:55 | ||||
Reporter | agrebnev | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.0.15 | ||||||
Summary | 0000864: Bug with encoding of include inside JSP2.0 | ||||||||
Description |
I have the following JSP2.0 tag public class JSP20Tag extends SimpleTagSupport { public void doTag() throws JspException, IOException { //... // invoke body content JspFragment body = getJspBody(); String bodyContent = null; if ( body != null ) { StringWriter sw = new StringWriter(); body.invoke(sw); bodyContent = sw.toString(); } //... } } If inside this tag I have some jsp:include, the encoding of the include is incorrect (all non-ASCII symbols are broken). This behaviour is ONLY in case of using body.invoke with my own StringWriter. In case of using body.invoke(null) it is OK. -- Andrey Grebnev http://www.jroller.com/page/agrebnev [^] |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |