Hello,

   I've probably found a typo error in code.

Imagine, you have following directory structure

   MyContext
   MyContext/__init__.py
   MyContext/js/__init__.py
   MyContext/js/menu.py

   Currently access for MyContext/js/menu.py get an exception. 

   I'm suspecting line 88 of ServletFactory should be

        remainder = path[len(contextPath)-1:]  

   instead of 

        remainder = path[len(contextPath)+1:]

   Am I right?  As I'm pretty new to Webware, I'm not sure whether I'm
right.

   Running Webware 0.8 on Debian sarge, Python 2.2, Apache 1.3 with
mod_rewrite turned on (just now).

   Thank for your opinions.

Věroš Kaplan
--
Věroš Kaplan <veros @ tac . cz>
system disaster 
Tacoma Computers, Staňkova 18a, Brno, CZ
--
"WWW = World Wide Wait"


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to