# HG changeset patch # User paulb # Date 1124457964 0 # Node ID 83296395f18df27f0a4c5f426e536bbac25c4031 # Parent 9f96d50218de1862213d06372b67acefc8b1ef70 [project @ 2005-08-19 13:26:04 by paulb] Added processed virtual path info and some changes to MapResource. diff -r 9f96d50218de -r 83296395f18d README.txt --- a/README.txt Fri Aug 19 12:17:42 2005 +0000 +++ b/README.txt Fri Aug 19 13:26:04 2005 +0000 @@ -61,6 +61,11 @@ Added support for the repeated retrieval of sessions from the same WebStack session store, avoiding deadlocks. Fixed the calendar example, making it perform a proper function. +Added the notion of processed virtual path info - the part of the original +path info not represented in the current virtual path info (prompted by a +different suggestion from Scott Robinson). +Changed the ResourceMap.MapResource class to provide the empty string as the +resource name where the virtual path info is only one component in length. New in WebStack 0.10 (Changes since WebStack 0.9) -------------------------------------------------