• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic 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.

Every time I save the configuration with the configure script I get an extra set of (?-xism: in {UploadFilter} and other settings. Here is the diff of one cycle, before and after the change:

diff LocalSite.cfg.save1 LocalSite.cfg
21,22c21,22
< $TWiki::cfg{Plugins}{StopWikiWordLinkPlugin}{Enabled} = 1;
---
> $TWiki::cfg{Plugins}{StopWikiWordLinkPlugin}{Enabled} = 0;
46,47c46,47
< $TWiki::cfg{UploadFilter} = qr/(?-xism:(?-xism:(?-xism:(?-xism:^(\.htaccess|.*\.(?i)(?:php[0-9s]?(\..*)?|[sp]htm[l]?(\..*)?|pl|py|cgi))$))))/;
< $TWiki::cfg{NameFilter} = qr/(?-xism:(?-xism:(?-xism:(?-xism:[\s\*?~^\$@%`"'&;|<>\x00-\x1f]))))/;
---
> $TWiki::cfg{UploadFilter} = qr/(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:^(\.htaccess|.*\.(?i)(?:php[0-9s]?(\..*)?|[sp]htm[l]?(\..*)?|pl|py|cgi))$)))))/;
> $TWiki::cfg{NameFilter} = qr/(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:[\s\*?~^\$@%`"'&;|<>\x00-\x1f])))))/;
71c71
< $TWiki::cfg{RCS}{asciiFileSuffixes} = qr/(?-xism:(?-xism:(?-xism:(?-xism:\.(txt|html|xml|pl)$))))/;
---
> $TWiki::cfg{RCS}{asciiFileSuffixes} = qr/(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:\.(txt|html|xml|pl)$)))))/;
128c128
< $TWiki::cfg{LoginNameFilterIn} = qr/(?-xism:(?-xism:(?-xism:^[^\s\*?~^\$@%`"'&;|<>\x00-\x1f]+$)))/;
---
> $TWiki::cfg{LoginNameFilterIn} = qr/(?-xism:(?-xism:(?-xism:(?-xism:^[^\s\*?~^\$@%`"'&;|<>\x00-\x1f]+$))))/;

Repeat this, and you get one more set of (?-xism:. Repeat again, and....

See Item3048 for my environment.

-- PTh

I can confirm this bug. It has been reported before a long time ago. I was sure it was fixed once.

-- KJL

It was Item1007 I had seen where the (?-xism:(?-xism:(?-xism:... was in the report and the bug item closed. I thought back then that this was the bug that was fixed but it seems to have been a different bug that was fixed.

-- KJL

I am now at

?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:(?-xism:

for some of my settings.

We need this fixed for 4.1. Boosting to urgent

-- KJL

Thanks Crawford.

-> Waiting for Release

KJL

Thanks for fixing the issue. The code now simply filters out nested ?-xism:(...), which takes care of existing settings this issue.

Is this a real fix, or is this a workaround to cirumvent another issue?

-- PTh

4.1.0 released

KJL

ItemTemplate
Summary Spurious ?-xism: in LocalSite.cfg
ReportedBy TWiki:Main.PeterThoeny
Codebase ~twiki4
SVN Range TWiki-4.1, Mon, 30 Oct 2006, build 11853
AppliesTo Engine
Component

Priority Urgent
CurrentState Closed
WaitingFor

Checkins 12203
TargetRelease minor
Edit | Attach | Watch | Print version | History: r10 < r9 < r8 < r7 < r6 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r10 - 2007-01-16 - KennethLavrsen
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback