id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
2895,mapserver fails loading a shapefile if it has a dot in its name,tbonfort,sdlime,"{{{
 DATA ""TM_WORLD_BORDERS_SIMPL-0.3""
}}}

fails to load because the shapefile has a dot in its name, and is considered as a file with a "".3"" extension, rather than a reference to TM_WORLD_BORDERS_SIMPL-0.3.shp

code in question is in mapshape.c (circa line 238):

{{{
#!c
for( i = strlen(pszBasename)-1; 
       i > 0 && pszBasename[i] != '.' && pszBasename[i] != '/' && pszBasename[i] != '\\';
       i-- ) {}
}}}
",defect,new,normal,,MapServer C Library,svn-trunk (development),normal,,,
