> At least this behaviour is unexpected.

Not quite.

Windows filesystem lookups are case-insensitive, but it stores case.

Search code often does case-insensitive matching to make searching
easier (some search code even lowercases everything before putting it
into the index, e.g. xapian).

> It looks as if there is some
> part of MoinMoin case sensitive while other parts are case insensitive
> (due to the filesystem).

Usually moin works case-sensitive (search see above).

If your filesystem does not support that, we can't do much about it.

For next major release (MoinMoin 2.0), this problem will go away, as we
do not map page/attachment names to the filesystem any more. The same is
true for non-ascii filenames for attachments.

In moin2, names of items (== pages / attachments) will be stored into
metadata and are not used to make up the filenames, so one does not have
to deal with such filesystem limitations any more.



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to