Re: [Cartoweb-users] Problem choosing project and authentication

2008-07-14 Thread Matthias Buchs
Hello Bruno & Oliver, Thanks for your answers! Oliver's seemed a bit easier, so I tried it and it works! Regards Matthias ___ Cartoweb-users mailing list Cartoweb-users@lists.maptools.org http://lists.maptools.org/mailman/listinfo/cartoweb-users

Re: [Cartoweb-users] Problem choosing project and authentication

2008-07-14 Thread Oliver Christen
Hi The "problem" is when accessing projects via the client.php?project= syntax, the security context stay the default project because GET parameters are handled too late for security. one easy solution is to make "shortcut" php files (3.2.5 http://www.cartoweb.org/doc_head/docbook/xhtml/user.p

Re: [Cartoweb-users] Problem choosing project and authentication

2008-07-13 Thread Bruno Friedmann
Matthias Buchs wrote: > Hello, > > I have a couple of projects in my CW 3.4 installation. Each project is > used by different people. There is one start page outside CW where the > users can choose the project. Then the CW client.php is called with the > appropriate project=... GET parameter. So f

[Cartoweb-users] Problem choosing project and authentication

2008-07-13 Thread Matthias Buchs
Hello, I have a couple of projects in my CW 3.4 installation. Each project is used by different people. There is one start page outside CW where the users can choose the project. Then the CW client.php is called with the appropriate project=... GET parameter. So far everything works fine. If