kazu2012 / persevere-framework

Automatically exported from code.google.com/p/persevere-framework
0 stars 0 forks source link

querying for ids in Class table is a little funky #231

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
both /Class/?id=File and /Class/?id='File' fail
yet, strangely, /Class/?id='*File*' succeeds

when slashes are present in class id, /Class/?id=foo/bar fails,
also /Class/?id='*foo/bar*' also fails
but interestingly, /Class/?id='*foo*/*bar*' succeeds, if that's any clue

Original issue reported on code.google.com by dean%dea...@gtempaccount.com on 15 Aug 2009 at 2:20