I need a concrete example of URL and what you find in vars, get_vars
and post_vars

This is because the code attempts to go around incompatibilities
between different python versions and does not behave in the same way
on all versions.

Massimo

On Dec 15, 4:19 pm, Fran <francisb...@googlemail.com> wrote:
> On Dec 15, 10:11 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > This may be a bug.
>
> That would better than a policy change :)
> I tried seeing if line 295 should be
> pvalue = pvalue + gvalue
> instead of
> value = pvalue + gvalue
>
> but no joy
>
> >Which python version do you use?
>
> 2.5.4
>
> > Both get_vars and post_vars should be added to vars.
> > Can you provide an example to make sure I understand?
>
> I use a ?format= to pass the representation in the REST Controller.
> This was parsed out from request.vars but with r1433+ I needed to
> parse out of request.get_vars otherwise it was missed & so default
> representation was used.
>
> Thanks for looking into it...I fixed the 1st known instance of where
> this tripped me up, but there may be more & for other ppl too...
>
> F

--

You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.


Reply via email to