Open Bug 296381 Opened 20 years ago Updated 14 years ago

Possible to generate invalid XML with excludefields paramater on show_bug.cgi

Categories

(Bugzilla :: Bugzilla-General, defect)

2.19.2
x86
Windows XP
defect
Not set
normal

Tracking

()

People

(Reporter: cso, Unassigned)

References

Details

Currently the DTD specifies that the bug_id element is required, yet you are
able to "excludefield=bug_id" and the system will not send the bug_id element,
which makes invalid XML.

Two solutions - make bug_id optional in the DTD or not allow you to remove the
bug_id element from the XML output.
(In reply to comment #0)
> Two solutions - make bug_id optional in the DTD or not allow you to remove the
> bug_id element from the XML output.

I would say bug_id should always be present.
Depends on: 538428
You need to log in before you can comment on or make changes to this bug.