Will Holley
-
2008-02-12
I had an issue where the url segments where producing e.g ["/", "MyService.fiddle/", "MyEntities"] - this does then not get picked up as a data service as the handler is looking for a segment ending in ".fiddle". This patch fixes this by stripping "/" from segments before matching.