Are you using the trunk code?

If so. We discovered that enabling generic actions by default causes a
possible vulnerability. What you have to do is copy
views/generic.rss into views/default/show.rss

Massimo



On May 26, 12:39 pm, Chris May <chrisma...@gmail.com> wrote:
> I am using the book to learn more about web2py, and I was checking out
> the wiki example in chapter 3 (http://web2py.com/book/default/chapter/
> 03#A-Wiki ), I noticed that the links inside the RSS feed come out
> slightly wrong. The links have ".rss" in between the app name and the
> row.id argument, as shown below.
>
> "http://127.0.0.1:8000/mywiki/default/show.rss/2";
>
> That link sends me to either an "RSS error" page or a "401
> UNAUTHORIZED" page. I would expect the link to be:
>
> "http://127.0.0.1:8000/mywiki/default/show/2";
>
> The code to create it, from the book is:
> "link = URL('show', args=row.id),"
>
> Am I missing something?

Reply via email to