Skip to content

PayloadTransformingInterceptor has a typo in the example [SWS-276] #433

@gregturn

Description

@gregturn

Dan Everton opened SWS-276 and commented

The example for the PayloadTransformingInterceptor is supposed to demonstrate using the requestXslt and responseXslt property but actually has the requestXslt property twice.

That is this:

<property name="requestXslt" value="/WEB-INF/oldRequests.xslt"/>
<property name="requestXslt" value="/WEB-INF/oldResponses.xslt"/>

should be

<property name="requestXslt" value="/WEB-INF/oldRequests.xslt"/>
<property name="responseXslt" value="/WEB-INF/oldResponses.xslt"/>

Affects: 1.0.3

Referenced from: commits 8c7b48c

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions