I installed authkit into my pylons app so it works across all requests of my site. Unfortunately, this makes the paster shell command not work with the following error:
paste.fixture.AppError: Bad response: 401 Unauthorized (not 200 OK or 3xx redirect for /_test_vars) (It's trying to HTTP GET /_test_vars which is protected by authkit on my site). Is there a way to pass in authentication details? I've seen previous postings on this before but with no resolution (there was resolution for test fixture support but not for paster shell)... Thanks, -Mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
