Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Template parser patch #433

Merged
2 commits merged into from
Jun 30, 2013
Merged

Conversation

darkv
Copy link
Member

@darkv darkv commented May 17, 2013

When using CDATA sections within a XHTML document the parser produces stack traces in the logfiles (document is completely and correctly parsed though). This patch tests for CDATA sections and prevents the stack trace.

Additionally the patch makes some memory optimizations to reduce the creation of string objects during parsing.

darkv added 2 commits May 17, 2013 12:06
• don't toLowerCase the same string multiple times
• create original string only if really needed
ghost pushed a commit that referenced this pull request Jun 30, 2013
@ghost ghost merged commit 259db40 into wocommunity:integration Jun 30, 2013
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant