Guardian@JUMPERZ.NET :Plugins :Standard plugins :CSRFDetector :Parameters :

CSRFDetector.dbmsUrl

Prev Next

This parameter indicates the DBMS URL. This parameter is used by JDBC driver. Here are some examples.

CSRFDetector.dbmsUrl=jdbc:postgresql://192.168.1.13/CSRFDetector


CSRFDetector.dbmsUrl=jdbc:mysql://192.168.1.13/CSRFDetector


If omitted, HSQLDB is used as a database. A directory named 'CSRFDetector/database' will be created under 'sessionLogDirName' of the 'control' file. And the database files will be located there.

Parameters