Right now given().keystore(..) and RestAssured.keystore(..) only support having
the JKS file in the classpath and not on disk. We should allow for passing in a
file as-well:
given().keystore(new File(..), "password")
RestAssured.keystore(new File(..), "password")
Also we could support the "String" version as well. I.e. if no file is found in
CP we can continue to look in the file-system.
Original issue reported on code.google.com by johan.ha...@gmail.com on 23 Nov 2011 at 4:37
Original issue reported on code.google.com by
johan.ha...@gmail.com
on 23 Nov 2011 at 4:37