web commit by JeremyReed: I found a fix -- reply to myself

master
joey 2007-10-04 14:02:07 +00:00
parent 58b27865a9
commit 252bf4c6ba
1 changed files with 10 additions and 0 deletions

View File

@ -34,3 +34,13 @@ My webpages to lock are:
public\_html/downloads/index.html
public\_html/index.html
> So I tried again with using "or" instead of "and":
>
> index or downloads
>
> And that worked. I now get a message saying it is locked and cannot be edited.
> To me saying "lock both 'index and downloads'" made sense while now it reads like: "lock either 'index or downloads'". Maybe the [[PageSpec]] should define "and" and "or" (beyond the examples it has).
>
> Also why did my "/index and /downloads" prevent editing the index by repeatedly showing login webpage?
>
> -JeremyReed