Ticket #109 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by vivien

  • owner set to jean-gui
  • priority changed from minor to major
  • status changed from new to assigned

Changed 3 years ago by jean-gui

  • status changed from assigned to closed
  • resolution set to fixed

Implemented in changeset:1536 and changeset:1537

Add/Change #109 (Allow to perform checks depending on the request type (URL, upload, direct))

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
The resolution will be deleted. Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.