Bug: Wrongs stats for similar web names
Here's a
WebStatistics bug: Create a TWiki web using all uppercase letters, like XYZ. Create another web which uses the name of the first web as a prefix, like XYZAdmin. Track statistics on both webs. You will find that the statistics for XYZAdmin are erroneously included in the statistics for XYZ.
Environment
| TWiki version: |
01 Sep 2001 |
| TWiki plugins: |
|
| Server OS: |
Mac OS X 10.1 |
| Web server: |
Apache/1.3.20 (Darwin) |
| Perl version: |
|
| Client OS: |
Mac OS 9.1 |
| Web Browser: |
Microsoft IE5 |
--
JonReid - 10 Dec 2001
Fix record
This topic is cloned from
Support.WebStatsForSimilarWebs
The four grep statements in the
statistics script need to test for a trailing dot after the web name, i.e. change
...\| $webName/ to
...\| $webName\./
In
TWikiAlphaRelease.
--
PeterThoeny - 11 Dec 2001