Mailinglist Archive: opensuse-bugs (13074 mails)
| < Previous | Next > |
[Bug 469873] New: OBS Web Client doesn't escape HTML entities in its file editor
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 27 Jan 2009 11:02:47 -0700 (MST)
- Message-id: <bug-469873-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=469873
Summary: OBS Web Client doesn't escape HTML entities in its
file editor
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: BuildService
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: kwolf@xxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.10
(like Gecko) SUSE
I had a small problem in a patch, so I decided to use the integrated editor of
the Web Client to fix it. The package wouldn't build afterwards because the
editor introduced a bug.
Reproducible: Always
Steps to Reproduce:
My patch contained a C variable called "exist", so a pointer on it is "&exist".
When I open the file in the editor, this sequence is interpreted as the exists
symbol by the browser (Konqueror). Saving the file writes the symbol back
instead and makes the compiler unhappy.
Expected Results:
Actually, all I expect is that my file isn't broken afterwards. The editor
should probably send this sequence as &exist to avoid misinterpretation by
the browser.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Summary: OBS Web Client doesn't escape HTML entities in its
file editor
Classification: openSUSE
Product: openSUSE.org
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: BuildService
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: kwolf@xxxxxxxxxx
QAContact: adrian@xxxxxxxxxx
Found By: ---
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.10
(like Gecko) SUSE
I had a small problem in a patch, so I decided to use the integrated editor of
the Web Client to fix it. The package wouldn't build afterwards because the
editor introduced a bug.
Reproducible: Always
Steps to Reproduce:
My patch contained a C variable called "exist", so a pointer on it is "&exist".
When I open the file in the editor, this sequence is interpreted as the exists
symbol by the browser (Konqueror). Saving the file writes the symbol back
instead and makes the compiler unhappy.
Expected Results:
Actually, all I expect is that my file isn't broken afterwards. The editor
should probably send this sequence as &exist to avoid misinterpretation by
the browser.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |