|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4899 | minor | always | 12-17-11 06:01 | 06-18-12 13:38 | |
|
|
|||||
| Reporter: | salah | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | high | OS Version: | |||
| Status: | closed | Product Version: | 4.0.25 | ||
| Product Build: | Resolution: | no change required | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | |||
|
|
|||||
| Summary: | 0004899: trim-directive-whitespaces cannot remove whitespace between JSP directives and HTML or text | ||||
| Description: | trim-directive-whitespaces cannot remove whitespace between JSP directives and HTML or Text | ||||
| Steps To Reproduce: | |||||
| Additional Information: |
eg: -----jsp source begin----- <%-- Created by IntelliJ IDEA. User: salahgao Date: 11-12-16 Time: &19979;&21320;7:42 To change this template use File | Settings | File Templates. --%> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ page import="java.util.HashMap" %> <%@ page import="java.util.List" %> <html> <head> <title></title> </head> <body> <%-- line --%> Hello World! </body> </html> -----jsp source begin----- output -----html begin----- <html> <head> <title></title> </head> <body> Hello World! </body> </html> -----html end----- |
||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||