Closed kmcs closed 11 years ago
Thanks for the relative path issue report. I think I will fix file paths with the URI class and the normalize() method to avoid such tar entries.
Json objects in the _settings file in "dot hierarchy notation" are correct.
If the relative path in an archive was with a trailing ./ the import failed! fixed in RestImportAction.java
Another Bugfix was the json object of _settings file of an index. It was only one object with key value, the keys contained the hierarchy with dots. the result of that is, the index was imported with the default settings. I fixed this with very ~strange..