> On March 29, 2017, 4 p.m., Colm O hEigeartaigh wrote: > > Still the same problem....please see > > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=55151244 > > Zsombor Gegesy wrote: > Strange, I could run git apply on the downloaded patch file on the latest > apache/master branch
Yes I can apply it with "git apply" alright. However, if you create the patch with "git format-patch" then a record is preserved of you as the author of the commit when I apply it with "git am". - Colm ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57988/#review170412 ----------------------------------------------------------- On March 31, 2017, 10:56 a.m., Zsombor Gegesy wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/57988/ > ----------------------------------------------------------- > > (Updated March 31, 2017, 10:56 a.m.) > > > Review request for ranger. > > > Bugs: RANGER-1479 > https://issues.apache.org/jira/browse/RANGER-1479 > > > Repository: ranger > > > Description > ------- > > RangerConfiguration first checks, if the necessary xml files are on the > classpath, and after it tries to convert it to a file path, check that file > is on the filesystem, and convert that path to back to URL. If the > configurations are inside a jar, then this will fail very badly (the resource > url will be something file://config.jar!/ranger-services.xml ) > > If the conversion is removed, it would work pretty nicely > > > Diffs > ----- > > > agents-common/src/main/java/org/apache/ranger/authorization/hadoop/config/RangerConfiguration.java > d81f6b9 > > > Diff: https://reviews.apache.org/r/57988/diff/3/ > > > Testing > ------- > > > Thanks, > > Zsombor Gegesy > >
