Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.5
-
None
-
None
Description
When processing a file that happens to have the SSI version of 'include' in it, the velocity engine breaks.
There are many cases where we end up with files that contain both, before they are cleaned up.
<!-#include file="wisdom.inc"->
Essentially, if it sees that syntax, it needs to ignore the include. A suggestion would be to check for any amount of whitespace after the #include, and then "file=". I don't think that will step on proper Velocity include syntax.
Attachments
Issue Links
- relates to
-
VELOCITY-661 Parsing errors on content inside #literal() #end block
- Closed