[plt-scheme] PLT Web Server Password File

From: Arend P. van der Veen (apvanderveen at att.net)
Date: Fri Jan 14 15:12:23 EST 2005

Hi,

I am building a system where the usernames are numbers.  I created a 
password file with a sample user as follows:

'(("srs" "/servlets(/.*)?" (12345 "text")))

When I access the web server nothing happens.  However, if I change the 
username to include a letter everthing works.  For example:

'(("srs" "/servlets(/.*)?" (p12345 "text")))

Does anybody have any recommendations are how to setup the PLT web 
server to use numbers as usernames.

Thanks,
Arend



Posted on the users mailing list.