6 Commits

Author SHA1 Message Date
Alessandro Pasotti
569593b79a [server] Python plugins API cleanup part 3
This removes the handleRequest method that returns the
headers and body as byte array.

This superceeded by the implementation that takes a
request and response instances.
2017-05-03 10:58:18 +02:00
Alessandro Pasotti
d3453063ea [server] Tests housekeeping and improved robustness
* There is now a new common base class for QGIS Server testing
* WMS tests have been moved into their own class
* Added tests for onlineResource URL in query string
2017-04-24 14:28:52 +02:00
Alessandro Pasotti
d35bd4abaa [server] disabled failing check 2017-04-22 12:21:37 +02:00
David Marteau
018d2a24fb Server: pass full url string and data to handleRequest()
Fix tests by removing passing url pieces from environment
2017-04-21 17:38:25 +02:00
Blottiere Paul
38079361cb add tests on pattern matching 2017-03-01 12:03:35 +01:00
Blottiere Paul
bf45c28f2e [Server] add unit tests for sql injection 2017-02-22 16:54:33 +01:00