
|
If you were logged in you would be able to see more operations.
|
|
|
UBC Webmail
Created: 21/Sep/07 01:56 AM
Updated: 07/Dec/07 05:21 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
3.2
|
| Fix Version/s: |
4.0
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Solaris on an Intel Architecture. Webmail modified to prefer HTML over Plain Text
|
|
|
The custom Microsoft namespaces embedded in the HTML of their mail messages is not recognized by jtidy. This then causes an exception. The logic for handling malformed HTML seems to force an ISO charset and then tries tidy again. This does not help with these messages. The 'catch' clause triggered then wraps the markup in CDATA.
Some possible resolutions are to replace tidy with tag soup or similar package that is better maintained. Another approach is to add a 'hook' to add some custom filtering.
|
|
Description
|
The custom Microsoft namespaces embedded in the HTML of their mail messages is not recognized by jtidy. This then causes an exception. The logic for handling malformed HTML seems to force an ISO charset and then tries tidy again. This does not help with these messages. The 'catch' clause triggered then wraps the markup in CDATA.
Some possible resolutions are to replace tidy with tag soup or similar package that is better maintained. Another approach is to add a 'hook' to add some custom filtering.
|
Show » |
|