You are here: Foswiki>Tasks Web>Item302 (25 Nov 2008, KoenMartens)Edit Attach

Item302: Fix documentation on how to secure attachments on System.AccessControl

pencil
Priority: Low
Current State: Closed
Released In:
Target Release:
Applies To: Engine
Component: Documentation
Branches:
Reported By: Foswiki:Main.KoenMartens
Waiting For:
Last Change By: KoenMartens
In AccessControl, changing

RewriteRule ^/+twiki/+pub/+([^/]+)/+((([^/]+)/+)+)(.+) /twiki/bin/viewfile/$1/$4?filename=$5 [L,PT]

to

RewriteRule ^/+twiki/+pub/+([^/]+)((/+([^/]+))+)/+(.+) /twiki/bin/viewfile/$1/$2?filename=$5 [L,PT]

as it seems the original is not correct, it ignores subwebs and adds a / too many.

-- KoenMartens - 25 Nov 2008

ItemTemplate edit

Summary Fix documentation on how to secure attachments on AccessControl
ReportedBy Foswiki:Main.KoenMartens
Codebase
SVN Range Foswiki-0.9.0, Mon, 24 Nov 2008, build 920
AppliesTo Engine
Component Documentation
Priority Low
CurrentState Closed
WaitingFor
Checkins distro:8138b07ebdb4
ReleasedIn
Topic revision: r3 - 25 Nov 2008, KoenMartens
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy