This clause came directly from the patch you submitted. I did not understand the reasoning for it. I'm happy to remove it.
Karl On Thu, Aug 2, 2012 at 9:19 AM, Ahmet Arslan <[email protected]> wrote: > Hello, > > I am crawling a SharePoint 2010 library named Pages. This library contains > *.aspx files only. > > There is an if check in SPSProxyHelper.java that ignores aspx files. > > if (!relPath.endsWith(".aspx")) { > fileStream.addFile( relPath ); > } > > What is the motivation of this if clause? > > If I disable this if check, I can successfully get content of *.aspx files > and metadata (field values) that I selected for this Pages library. > > Thanks, > Ahmet
