Great. CrossOriginFilter ships with jetty-servlets package so you will need to import it in exec pom file at [1].
Also you may enjoy additional community support if you target dev@ list for your code/implementation related questions. Let me know. -Hanifi 1: https://github.com/apache/drill/blob/master/exec/java-exec/pom.xml 2016-05-21 9:06 GMT-07:00 Wojciech Nowak <[email protected]>: > 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 > >
