Opened 15 years ago
Closed 15 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 , 15 years ago
Milestone: | 2.2 → Maestro-2.0 |
---|---|
Status: | new → assigned |
Version: | 2.1.0 |
Note:
See TracTickets
for help on using tickets.
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.