Ticket #109 (closed enhancement: fixed)
Allow to perform checks depending on the request type (URL, upload, direct)
| Reported by: | jean-gui | Owned by: | jean-gui |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
With the upcoming integration of the HTTP checker, Unicorn needs to be able to run some tests only if a resource is submitted by its URI. It indeed makes little sense to check HTTP conformance on uploaded documents.
Something like the following code would be sufficient (possible values: uri, upload, direct):
<cond id="cond1" result="passed" type="method"> <value>uri</value> </cond>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
