keithbsalmon
keithbsalmon
16-01-2018
When executing the following VLT command
vlt --credentials XX:XX export -v http://localhost:4502/crx / ./src/main/content
Using the following filter.xml
<?xml version="1.0" encoding="UTF-8"?>
<workspaceFilter version="1.0">
<filter root="/tmp">
<include pattern=".*\.gif"/>
</filter>
</workspaceFilter>
I expected only nodes that end with .gif would get exported. As per the official Jackrabbit Filevault documentation here: Jackrabbit Filevault - Workspace Filter
It states:
However, what get's exported is this:
smacdonald2008
smacdonald2008
16-01-2018
That is very strange and goes against what is documented. I will try and see if i get same result.
smacdonald2008
smacdonald2008
16-01-2018
I am seeing this too - very wierd!
smacdonald2008
smacdonald2008
16-01-2018
Post a screen shot of where your Filter file is located.
keithbsalmon
keithbsalmon
17-01-2018
Yes it is strange indeed. We are using the this version:
I've tried the latest (version 3.1.42) however that returns a null pointer exception, I'm about to try version 3.1.40.
Here's where the filter file is located:
I wonder if this is related to this other unexpected behaviour I reported....
keithbsalmon
keithbsalmon
17-01-2018
Version 3.1.40 is giving me a null pointer exception too:
kautuk_sahni
Community Manager
kautuk_sahni
Community Manager
31-01-2018
Request you to create a support ticket for this.