# HG changeset patch # User paulb # Date 1191020691 0 # Node ID a4c18b095c36bba60106915725258950a81560c5 # Parent dea0caec760221009a9e66d4cb32d72c2958aeee [project @ 2007-09-28 23:04:51 by paulb] Changed the example URL. diff -r dea0caec7602 -r a4c18b095c36 examples/Webware/SimpleWithLoginContext/__init__.py --- a/examples/Webware/SimpleWithLoginContext/__init__.py Fri Sep 28 23:04:43 2007 +0000 +++ b/examples/Webware/SimpleWithLoginContext/__init__.py Fri Sep 28 23:04:51 2007 +0000 @@ -15,8 +15,8 @@ resource = MapResource({ "simple" : LoginRedirectResource( - login_url="http://localhost/webkitcvs/login", - app_url="http://localhost", + login_url="http://localhost:9080/simplewithlogin/login", + app_url="http://localhost:9080", resource=SimpleResource(), authenticator=LoginRedirectAuthenticator(secret_key="horses"), anonymous_parameter_name="anonymous",