diff options
author | xue <> | 2007-08-11 14:30:07 +0000 |
---|---|---|
committer | xue <> | 2007-08-11 14:30:07 +0000 |
commit | 2143fc9d208c82a43cf9ea39f13c724e99f66d16 (patch) | |
tree | d9eb876ca5be488f09e6c188a6c78afa652face5 /UPGRADE | |
parent | c93842f81958447d70fd46ad2a6d8b2ac686d34e (diff) |
further enhanced TUrlMapping.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Upgrading from v3.1.0 ---------------------
- IFeedContentProvider adds a new method getContentType(). This affects any
class implementing this interface.
+- TUrlMapping now only uses the PATH_INFO part of URL for matching, and the matching
+ is for the whole PATH_INFO.
Upgrading from v3.1b
--------------------
|