|
Bugzilla – Full Text Bug Listing |
| Summary: | One click installer fails when named HTML entities are included in the description | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Forgotten User DVG0Sx8gYR <forgotten_DVG0Sx8gYR> |
| Component: | YaST2 | Assignee: | Pascal Bleser <pascal.bleser> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | benji, tgoettlicher |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | PowerPC | ||
| OS: | openSUSE 10.3 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Screenshot showing error window | ||
|
Description
Forgotten User DVG0Sx8gYR
2007-11-15 01:34:04 UTC
Created attachment 183447 [details]
Screenshot showing error window
Reassigning to maintainer. Well, YMPs are XML, not HTML. So using Ö without defining it first in the same file is a well-fomedness error. Better complain to whoever produced the ymp file. $ cat ouml.xml <?xml version="1.0" encoding="UTF-8"?> <foo>Hellö wörld!</foo> $ xmllint ouml.xml ouml.xml:2: parser error : Entity 'ouml' not defined <foo>Hellö wörld!</foo> I fixed it so it catches the invalid XML errors. SVN version will now get http://bw.uwcs.co.uk/OCI/screenshots/invalid_ymp.png Assigning to pascal to fix escaping in packman YMPs. Should be fixed now. I disabled the HTML entity escaping for YMP requests (except for > and <). It sends back UTF-8 directly. |