Try to
%INCLUDE{ "/foobar.html" warn="Sorry, /foobar.html does not exist" }%
and you get:
Sorry, /foobar.html does not exist
A 404 error on a html file include should trigger a warning.
--
PTh
Hmm, this works here on develop.twiki.org, but not on twiki.org which runs Solaris:
%INCLUDE{ "twiki.org/foobar.html" warn="Sorry, /foobar.html does not exist" }%
and you get:
Sorry, /foobar.html does not exist
--
PTh
Hmm, works here too, but not on twiki.org:
http://twiki.org/cgi-bin/view/Codev/TWikiDownloadStatistics?date=2000-01
includes this URL:
http://twiki.org/p/pub/_tw_download_stats/_tw_download_2000-01
. This URL does not exist and produces a "Not Found" error instead of the
warn="..."
message.
--
PTh
That is the way it has always been. However, 4xx and 5xx all ought to respect =warn-. 11476
CC
4.1.0 released
KJL