You are here: Foswiki>Tasks Web>Item11565 (07 Oct 2013, GeorgeClark)Edit Attach

Item11565: Manage.pm returns 403 forbidden for missing web when creating a topic

pencil
Priority: Normal
Current State: No Action Required
Released In: 1.2.0
Target Release: minor
Applies To: Engine
Component: FoswikiUIManage
Branches:
Reported By: GeorgeClark
Waiting For:
Last Change By: GeorgeClark
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 No Action Required
WaitingFor
Checkins
TargetRelease minor
ReleasedIn 1.2.0
CheckinsOnBranches
trunkCheckins
Release01x01Checkins
Topic revision: r3 - 07 Oct 2013, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy