Skip to content

Response destination presence check #631

@madorin

Description

@madorin

Hello,

ValidationError::EMPTY_DESTINATION or a potential MISSING_DESTINATION is not triggered if destination is not specified:

if ($this->document->documentElement->hasAttribute('Destination')) {

The code checks if Destination attribute is present, then only in this case it does validation.
In case if the attribute is not specified the security config option relaxDestinationValidation is ignored.

Our integration fails QA test because of this..

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions