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
 

ItemTemplate edit

Summary Manage.pm returns 403 forbidden for missing web when creating a topic
ReportedBy GeorgeClark
Codebase 1.1.4, trunk
SVN Range
AppliesTo Engine
Component FoswikiUIManage
Priority Normal
CurrentState New
WaitingFor
Checkins
TargetRelease minor
ReleasedIn 1.2.0
CheckinsOnBranches
trunkCheckins
Release01x01Checkins
Topic revision: r2 - 08 Mar 2012, SvenDowideit
 
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. Creative Commons LicenseGet Foswiki at sourceforge.net. Fast, secure and Free Open Source software downloads