-
Notifications
You must be signed in to change notification settings - Fork 1.6k
htmlDocContentDumpFormatOutput Messing Up HTML Document #1312
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
Comments
Just to add an example, the default Apache homepage on Ubuntu was truncated by about 8000 bytes (from 11321 bytes before adding the hash to 3013 after adding it). Here are the debug logs:
|
Same as #742 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The call to htmlDocContentDumpFormatOutput in msc_crypt.c truncates the document in strange ways. Even a document as simple as:
has the < on the first line truncated with more sophisticated documents having more issues. The HTML is generated fine with the hashes (see my path for the other bug) and I verified this by using the following:
in inject_hashed_response_body. Any ideas?
The text was updated successfully, but these errors were encountered: