Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-1193

void actions return 404 Not Found when called through restful viewer

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.9.0
    • 1.11.0
    • Viewer RO
    • None

    Description

      We have method with this signature:
      @Action(semantics = SemanticsOf.IDEMPOTENT)
      public void putTax(
      final String atPath,
      final String reference,
      final String name,
      final String description,
      final @Parameter(optionality = Optionality.OPTIONAL) String externalReference,
      final BigDecimal ratePercentage,
      final LocalDate rateStartDate,
      final @Parameter(optionality = Optionality.OPTIONAL) String rateExternalReference) {
      ...
      }

      When putting a valid payload on the endpoint the viewer returns a 404 Not Found. Since the payload is processed correctly expect a 200 OK.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jcvanderwal Jeroen van der Wal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: