• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item5646: Attachments with capital suffix lead to problems
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Extension |
SearchEngineKinoSearchAddOn |
Enhancement |
Closed |
|
n/a |
|
Detail
Attachments with capital suffix are not recognised as the correct file type. Thus they are indexed as ASCII text. This leads to long indexing times, bad search results and sometimes index breakdowns.
The following line must be added to StringifyBase.handler_for:
$filename = lc($filename);
--
TWiki:Main/MarkusHesse
- 21 May 2008