[Webkit-unassigned] [Bug 17042] <form> tags used without action attribute but with a <base> tag
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 28 11:42:04 PST 2008
http://bugs.webkit.org/show_bug.cgi?id=17042
------- Comment #3 from rsesek at bluestatic.org 2008-01-28 11:42 PDT -------
The only site that I've experienced this issue on is the internal website we
use at my job, so the criticality of it is very low (as far as I can tell).
As for the behavior, logically I think it makes the most sense to submit to
(from the attachment):
http://localhost/foo/zoo/base/attachment.cgi?submit=Submit+The+Form
The reasoning: you take the <base> because all relative URIs should be resolved
from that. Then concatenate the originating page's basename (in this case
attachment.cgi) because when <form>s do not have an action attribute, it
submits to the originating page.
However, this would probably break away from the implementation of IE and FF,
so perhaps just submitting to the full URL of the originating page is the best
way to do it.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list