jorabin / KeePassJava2

Java API for KeePass Password Databases - Read/Write 2.x (File versions 3 and 4), Read 1.x
Apache License 2.0
247 stars 69 forks source link

Fix Simple loading of DeletedObjects section #10

Closed NigelRook closed 7 years ago

NigelRook commented 7 years ago

Simple was failing to parse my kdbx file. I tracked this down to the DeletedObjects section, which was expecting a list of binaries. Here's a snippet of my actual DeletedObjects:

        <DeletedObjects>
            <DeletedObject>
                <UUID>dOnwUNeOqkG6z9UUvx0Vlg==</UUID>
                <DeletionTime>2016-12-16T00:08:30Z</DeletionTime>
            </DeletedObject>
i4s-dvelez commented 7 years ago

Great! Merge it plz! :+1:

niegus commented 7 years ago

Shipit

jorabin commented 7 years ago

thanks - I did not spot this and will review at the weekend

jorabin commented 7 years ago

thanks again, I've merged and added a test