RESOLVED DUPLICATE of bug 27189 27185
base href not being used properly on forms
https://bugs.webkit.org/show_bug.cgi?id=27185
Summary base href not being used properly on forms
Simon Welsh
Reported 2009-07-11 15:29:33 PDT
Sometime in the last week, the handling of the action attribute in a form hasn't been taking into account a <base> tag on the page. With the forms at http://demo.silverstripe.com/Security/login, they should be submitting to http://demo.silverstripe.com/Security/LoginForm, as the base href is http://demo.silverstripe.com/, however they're submitting to http://demo.silverstripe.com/Security/Security/LoginForm, thus rendering the form unusable.
Attachments
Simon Welsh
Comment 1 2009-07-11 15:30:34 PDT
Forgot to mention that this is on a trunk build of WebKit, revision 45757
Daniel Bates
Comment 2 2009-07-12 13:04:26 PDT
This bug is a duplicate of bug #27189.
Daniel Bates
Comment 3 2009-07-12 13:13:48 PDT
*** This bug has been marked as a duplicate of bug 27189 ***
Note You need to log in before you can comment on or make changes to this bug.