Patches item #427976, was updated on 2001-05-28 08:37
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=304421&aid=427976&group_id=4421
Category: MAIN branch
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Alvaro del Castillo (acs2)
Assigned to: Nobody/Anonymous (nobody)
Summary: Apache::Request control de HTTP params
Initial Comment:
This patch modifies the way slashcode 2.0.0 handle the
params received from the HTML Forms. The actual way
doesn't permit to have multivalue params or
ENCTYPE="multipart/form-data" forms.
The changes are minimal and this way is closer to the
way slashcode 1.0 do the work in a better way in my own
opinion.
Also, in the from HASH is stored also a pointer to the
Apache::Request created with the request from the user
so you can access it and use the Apache::Request
interface which is powerfull and simple from your
plugins.
If you have any doubt about the patch, please contact
me at ac...@ba.... You have to patch two files:
Slash/Utility.pm
Slash/Apache/User.pm
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=304421&aid=427976&group_id=4421
|