Hi, using qooxdoo 0.7.3
i've an issue with a setup involving a qooxdoo application, protected by apache basic auth. the application pages are correctly protected but the request that goes with Rpc to a wsgi script under the same apache Directory (and thus protected too) have to following behaviour: - apache seems to let the request going on (cause is under the protected Directory) - the REMOTE_USER is not set on my server side RPC server (wsgi/python). looking in the apache code (with graham from mod_wsgi), the case can happen if the "client" (qooxdoo rpc) doesn't set the correct headers when doing the query. Can someone confirm this behaviour ? gmc-stub is my wsgi script and, as the log says, the auth is done (sysadmin user). 172.16.90.129 - sysadmin [16/Feb/2008:09:09:30 +0100] "POST /gmc-stub?nocache=1203295181780 HTTP/1.1" 200 1982 thanks. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel