Opened 14 years ago

Closed 14 years ago

#1244 closed defect (fixed)

ResourceExist always return false on SessionRepository

Reported by: gbecker Owned by: ksgeograf
Priority: medium Milestone: Maestro-2.0
Component: Maestro Version:
Severity: trivial Keywords:
Cc: External ID:

Description

The ResourceExists method of the Connection object in MaestroAPI always returns "false" on resources in SessionRepository. On resources in LibraryRepository it works fine.

The original MapGuideAPI works for Session- and LibraryRepository.

Gunter

Change History (2)

comment:1 by ksgeograf, 14 years ago

Milestone: 2.2Maestro-2.0
Status: newassigned
Version: 2.1.0

Yes, the original API used to have a bug with ResourceExists, so I made a workaround that attempts to find the resource in the folder.

This does not work for Session resources as the content enumeration is prohibited for security reasons.

comment:2 by ksgeograf, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed with r4562.

Note: See TracTickets for help on using tickets.