| TWiki version: | TWikiRelease02Sep2004 |
| TWiki plugins: | DefaultPlugin, EmptyPlugin, InterwikiPlugin, SessionPlugin |
| Server OS: | Debian/Sarge, kernel 2.6.11.7 |
| Web server: | apache 1.3.33-6 |
| Perl version: | 5.8.7-3 |
| Client OS: | Debian/Sarge, kernel 2.6.11.7 |
| Web Browser: | konqueror 3.4.1 |
sub isAccessPermitted {
my ( $web, $topic, $mode, $user ) = @_;
return 1 if TWiki::Access::checkAccessPermission( $mode, $user, "",
$topic, $web );
oops( $webName $web, $topic, "access$mode" );
return 0;
}
| ChangeProposalForm | |
|---|---|
| TopicClassification | BugReport |
| TopicSummary | access oopses forget the originating web |
| CurrentState | UnderInvestigation |
| OutstandingIssues | |
| RelatedTopics | |
| InterestedParties | |
| ProposedFor | |
| TWikiContributors | |