@@ -1791,13 +1791,16 @@ public void run(Optional<Pair<String,String>> basicAuth,
17911791 withAuth (server .createContext (uriContext +"/corenlp-brat.cs" , new FileHandler ("edu/stanford/nlp/pipeline/demo/corenlp-brat.css" , "text/css" )), basicAuth );
17921792 withAuth (server .createContext (uriContext +"/corenlp-parseviewer.js" , new FileHandler ("edu/stanford/nlp/pipeline/demo/corenlp-parseviewer.js" , "application/javascript" )), basicAuth );
17931793
1794+ withAuth (server .createContext (uriContext +"/style-vis.css" , new FileHandler ("edu/stanford/nlp/pipeline/demo/style-vis.css" , "text/css" )), basicAuth );
1795+
17941796 withAuth (server .createContext (uriContext +"/static/fonts/Astloch-Bold.ttf" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/Astloch-Bold.ttf" , "font/ttfx" )), basicAuth );
17951797 withAuth (server .createContext (uriContext +"/static/fonts/Liberation_Sans-Regular.ttf" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/LiberationSans-Regular.ttf" , "font/ttf" )), basicAuth );
17961798 withAuth (server .createContext (uriContext +"/static/fonts/PT_Sans-Caption-Web-Regular.ttf" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/PTSansCaption-Regular.ttf" , "font/ttf" )), basicAuth );
17971799
17981800 withAuth (server .createContext (uriContext +"/annotation_log.js" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/annotation_log.js" , "application/javascript" )), basicAuth );
17991801 withAuth (server .createContext (uriContext +"/configuration.js" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/configuration.js" , "application/javascript" )), basicAuth );
18001802 withAuth (server .createContext (uriContext +"/dispatcher.js" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/dispatcher.js" , "application/javascript" )), basicAuth );
1803+ withAuth (server .createContext (uriContext +"/head.load.min.js" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/head.load.min.js" , "application/javascript" )), basicAuth );
18011804 withAuth (server .createContext (uriContext +"/jquery.svg.min.js" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/jquery.svg.min.js" , "application/javascript" )), basicAuth );
18021805 withAuth (server .createContext (uriContext +"/jquery.svgdom.min.js" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/jquery.svg.min.js" , "application/javascript" )), basicAuth );
18031806 withAuth (server .createContext (uriContext +"/url_monitor.js" , new BytesFileHandler ("edu/stanford/nlp/pipeline/demo/url_monitor.js" , "application/javascript" )), basicAuth );
0 commit comments