Hello! I have started working on issue related to enabling CORS: Created issue in Jira [1], Created branch with initial commit [2] but i have trouble importing Jetty class CrossOriginFilter, Can you guide me how should I import that dependency which normally should be located in org/eclipse/jetty/servlets/CrossOriginFilter.java? Source code of that class [3]
[1] - https://issues.apache.org/jira/browse/DRILL-4690 [2] - https://github.com/PythonicNinja/drill/commit/73d659ae23e455464a3530fd18b2eff3ba192a30 [3] - https://github.com/eclipse/jetty.project/blob/master/jetty-servlets/src/main/java/org/eclipse/jetty/servlets/CrossOriginFilter.java — kind regards, Wojciech Nowak
