From: <br...@us...> - 2008-07-17 04:48:41
|
Revision: 3489 http://openvrml.svn.sourceforge.net/openvrml/?rev=3489&view=rev Author: braden Date: 2008-07-17 04:48:50 +0000 (Thu, 17 Jul 2008) Log Message: ----------- Added a comment to note that no translation of URI-encoded characters is being done. Modified Paths: -------------- trunk/ChangeLog trunk/examples/sdl_viewer.cpp Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-06-28 03:48:00 UTC (rev 3488) +++ trunk/ChangeLog 2008-07-17 04:48:50 UTC (rev 3489) @@ -1,3 +1,9 @@ +2008-07-16 Braden McDaniel <br...@en...> + + * examples/sdl_viewer.cpp (resource_fetcher::do_get_resource(const + std::string &)): Added a comment to note that no translation of + URI-encoded characters is being done. + 2008-06-27 Braden McDaniel <br...@en...> Added parentheses to quell warnings from gcc 4.3. Modified: trunk/examples/sdl_viewer.cpp =================================================================== --- trunk/examples/sdl_viewer.cpp 2008-06-28 03:48:00 UTC (rev 3488) +++ trunk/examples/sdl_viewer.cpp 2008-07-17 04:48:50 UTC (rev 3489) @@ -221,6 +221,10 @@ // should confirm that it is localhost, the machine name, or zero // length. // + // We also don't do any translation of URI-encoded characters here. + // That means that things like paths with spaces in them aren't going + // to work. Oh, well. + // string::size_type path_start_index = # ifdef _WIN32 uri.find_first_of('/', authority_start_index) + 1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |