On Sat, Nov 1, 2008 at 4:45 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> On Sat, Nov 1, 2008 at 4:28 PM, Aaron Swartz <[EMAIL PROTECTED]> wrote:
>
>>
>> > next = web.ctx.path + '?' + urllib.urlencode(web.input())
>>
>> Why are you doing this? This is what web.ctx.fullpath is for.
>>
> what about the data comes in POST and that is not urlencoded?
>
also, i do some processing on the web.input :
next = web.ctx.path + '?' +
urllib.urlencode(utils.removeitems(web.input()))
i did not send this earlier just for clarity.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---