Re: [Repoze-dev] tg.repoze.who and ProxyPass

2008-05-09 Thread Chris McDonough
It's statically configured now. The plugin itself would need to change to support redirecting to a dynamic URL. If you weren't up for changing the plugin, you could *try* using the "non-redirecting" form plugin (replace the call to "form = RedirectingFormPlugin ..." with what's below). This

Re: [Repoze-dev] tg.repoze.who and ProxyPass

2008-05-09 Thread percious
Yeah, I realized that. I was just wondering, how can I get it to automatically figure out the paste prefix? This is something that goes off without a hitch in toscawidgets. cheers. -chris On May 9, 5:15 pm, Chris McDonough <[EMAIL PROTECTED]> wrote: > I think what you might be seeing if you're

Re: [Repoze-dev] tg.repoze.who and ProxyPass

2008-05-09 Thread Chris McDonough
I think what you might be seeing if you're using the configuration of repoze.who implied by http://svn.turbogears.org/projects/tgrepozewho/trunk/tgrepozewho/middleware.py is that the thing that shows the challenge (the form plugin) is configured statically, e.g. (from that file): form =

[Repoze-dev] tg.repoze.who and ProxyPass

2008-05-09 Thread percious
So, I almost have my project up and running on the production server. The thing is, I have a large server with many applications, and they are all mounted at the highest level of the global tree: ie http://my.ip.address.com/plone http://my.ip.address.com/tg2app All the applications are routed wit