It would appear when doing user authentication that ZServer doesn't include a Www-Authenticate header in the 401 response, meaning that (amongst other things) that __bobo_realm__ isn't passed on to the browser. This normally isn't critical, but it's enough to make lynx choke and simply display the 401 response (instead of asking for a username/password and retrying). Lynx bug perhaps? It wasn't listed in the bug collector, so I'm assuming this isn't a known bug. I would have added it to the bug collector myself, but the bug collector itself has a bug in that you can't select ZServer as the product when reporting the bug.... :) - Andrew -- #!/usr/bin/env python print(lambda s:s+"("+`s`+")")\ ('#!/usr/bin/env python\012print(lambda s:s+"("+`s`+")")\\\012') print(lambda x:x%`x`)('print(lambda x:x%%`x`)(%s)')