Hi there,
I'm doing a application in GAE with web2py and need put the
crossdomain.xml file in top of application. I searcherd in net and
found the old threadh talk about this, so I did a modification in
routes.py file to this > ('.*:/crossdomain.xml', '/init/static/
crossdomain.xml'),,but when I try get or see the crossdomain fiile in GAE it return a Invalid request, and in my localhost it run fine. Somebody knows how solve this?

