as soon as andriy confirms, I'll send a book patch and a patch for the gluon/scripts relevant files :-P
On Friday, May 31, 2013 8:59:06 PM UTC+2, Massimo Di Pierro wrote: > > can you send me a book patch? > > On Friday, 31 May 2013 13:51:46 UTC-5, Andriy wrote: >> >> Ok, it looks like a typo in >> web2py.com/books/default/chapter/29/04#Static-asset-management ? I`ve >> made a simple script to look what this pattern actually matching, and found >> that its not matching version string at all. By trial and error I found >> unnecessary Slash after *^/([^/]+)/static/(?:* >> This does not match version string: >> *^/([^/]+)/static/(?:/_[\d]+.[\d]+.[\d]+)?(.*)* >> This does: >> *^/([^/]+)/static/(?:_[\d]+.[\d]+.[\d]+)?(.*)* >> >> Restarted Apache with this change and response.static_version works OK. I >> hope its ok without this Slash, because I`m actually not sure what it >> supposed to do... >> >> > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

