Description

Not sure if this is a bug or working as intended, but 1.9 passes actions an empty dict as request.form. Prior to 1.9, request.form contained the query string key-value pairs. This impacted Nir Soffers Themes macro (the action part of it) - fixed as of today. At least one other contributed action, PDFControl, uses request.form to inspect passed query strings.

Steps to reproduce

Use logging to display value of request.form within an action that expects a query string.

Example

N/A

Component selection

Details

MoinMoin Version

1.9.0beta4

OS and Version

windows 7 RC

Python Version

2.5.4

Server Setup

apache

Server Details

wsgi

Language you are using the wiki in (set in the browser/UserPreferences)

en

Discussion

see MoinMoinTodo/Release 1.9/FormReview

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/19ActionPassedEmptyRequestForm (last edited 2010-07-07 23:28:22 by PaulBoddie)