NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item11565: Manage.pm returns 403 forbidden for missing web when creating a topic
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
New |
Engine |
FoswikiUIManage |
|
This should probably be a 404 - not found. 403 is access control related and doesn't make sense here.
unless ( $session->webExists($web) ) {
throw Foswiki::OopsException(
'accessdenied',
status => 403,
def => 'no_such_web',
web => $web,
params => ['create']
);
--
GeorgeClark - 25 Feb 2012
I'm not so sure - this is in response to a POST - we're replying: no, you can't make a topic
there
--
SvenDowideit - 08 Mar 2012