Hi Jason, I've just reviewed, merged and tested your changes and everything looks solid, even when loading http paged databases that have a local cache so everything looks solid w.r.t original functional :-)
Changes now checked into svn. Robert. On Thu, Dec 18, 2008 at 2:27 PM, Jason Beverage <[email protected]> wrote: > Hi Robert, > > I thought about the issue I was having with the CURL plugin automatically > trying to download all filenames with URL's rather than passing the full URL > to the plugin. It turns out the solution was pretty simple. > > I've made a small change to Registry.cpp that puts the CURL logic AFTER the > URL has been passed to the plugin rather than assuming all URL's need to be > downloaded by the CURL plugin. This way, plugins can have first crack at > the URL's, and if they don't handle it the previous CURL behavior kicks in. > > Thanks! > > Jason > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
