Campoie / rest-assured

Automatically exported from code.google.com/p/rest-assured
0 stars 0 forks source link

Add support for passing a file to Keystore #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 6 Dec 2011 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by johan.ha...@gmail.com on 16 Dec 2011 at 3:19