On Thu, 29 May 2003 09:43:15 -0700, "Michael Montagne" <[EMAIL PROTECTED]> said: > Interesting glitch. I'm trying to get moinmoin integrated into my site. > I have it working fine on a different site set up the same. Well, there > must be something different, but I can't find it. If I enter any URL > that doesn't exist, I end up at the same place which is the Main.py in > the mike context (my default).
What is the setting of "ExtraPathInfo" in Application.config? If it is 1, Webware will find the longest prefix that matches an existing servlet, and pass the rest of the URL path in request.extraURLPath() -- Terrel Shumway [EMAIL PROTECTED] ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
