On Jun 28, 2012, at 7:29 AM, Corne Dickens wrote: > There are a few places in the code which are a bit buggy (it looks like code > that should be 'changed' already but where skipped) > > It is about parsing the extension from the erquest url. In some places rsplit > is used (which is correct) but in other places split is used which can cause > problems in some situations. > Should be nice if this will be fixed in the next release..
Good point. > > diff -u -r web2py/gluon/compileapp.py ../web2py/gluon/compileapp.py >

