This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 5013 - When checking action of form via GET, properly add form parameter values
Summary: When checking action of form via GET, properly add form parameter values
Status: RESOLVED FIXED
Alias: None
Product: mobileOK Basic checker
Classification: Unclassified
Component: Java Library (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Sean Owen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 12:10 UTC by Sean Owen
Modified: 2008-01-14 11:09 UTC (History)
0 users

See Also:


Attachments

Description Sean Owen 2007-09-05 12:10:51 UTC
When requesting a URI via GET that is the action of a <form>, we need to add to the URI request parameters corresponding to nested <input> elements.

We also need to handle multiple submit / image buttons (just take the first one we find) since they generate a request parameter; image generates two with .x and .y suffixes.
Comment 1 Sean Owen 2008-01-14 11:09:12 UTC
Should be addressed now; these are parsed as linked resources.