annotate tests/utest.urp @ 46:72e942423f26

Based on a security suggestion by Robin Green, start a new session after authentication at an OP and after submission of a signup form
author Adam Chlipala <adam@chlipala.net>
date Sun, 03 Jul 2011 17:52:29 -0400
parents 5e03668972ea
children 089ad1d33e2f
rev   line source
adam@19 1 path META=../../meta
adam@19 2 library ../src/ur
adam@19 3 rewrite all Utest/*
adam@19 4 database dbname=openid
adam@19 5 sql utest.sql
adam@19 6 allow url http://*
adam@19 7 allow url https://*
adam@19 8 allow url /*
adam@19 9 prefix http://localhost:8080/
adam@19 10
adam@19 11 utest