Bug 80754 - [testcase] FORM POST without ACTION posts to referer page instead of current page
Summary: [testcase] FORM POST without ACTION posts to referer page instead of current ...
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml forms (show other bugs)
Version: 3.2.2
Platform: RedHat Enterprise Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-01 20:08 UTC by Willy De la Court
Modified: 2008-04-14 00:02 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
testcase (10.00 KB, application/x-gzip)
2008-04-06 15:54 UTC, George Goldberg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Willy De la Court 2004-05-01 20:08:38 UTC
Version:            (using KDE KDE 3.2.2)
Installed from:    RedHat RPMs
OS:          Linux

The eGroupware application written in PHP uses a form without ACTION component.

<form method="POST">

when clicking a button in that form the POST is generated to the referer page instead of the current page the FORM is on.

Here some selevant log entries from Apache to show what i mean

loading the page
"GET /agenda/index.php?menuaction=sitemgr.Content_UI.manage&block_id=9 HTTP/1.1" 200 5201

after pushing the button
"POST /agenda/sitemgr/sitemgr-site/ HTTP/1.1" 200 41519
Comment 1 George Goldberg 2008-04-06 15:54:18 UTC
Created attachment 24239 [details]
testcase

This bug doesn't seem to be present anymore in svn trunk r793547. Please see
the attached testcase for an example. It is also available online at:
http://www.grundleborg.com/kde/bugsquad/testcases/80754
Comment 2 Willy De la Court 2008-04-06 16:33:13 UTC
Confirmed Bug resolved in Konqueror 3.5.8

Used the testcase form and it works correctly now.
Comment 3 Michael Leupold 2008-04-14 00:02:04 UTC
closing as working in both 3.5.9 and trunk.