# File bin/dskexplorer.rb, line 218
        def do_GET(req,res)
                relative_path=URI.unescape(req.path).sub(/^\/catalog/,"")
                res['Content-Type']="text/html"
                res.body=common_header+make_navigation_path(relative_path)+make_catalog(relative_path)+common_footer
        end