Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
gregturn opened this issue Jan 29, 2008 · 2 comments
Closed

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

gregturn opened this issue Jan 29, 2008 · 2 comments
Assignees
Milestone

Comments

@gregturn
Copy link
Contributor

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

@gregturn
Copy link
Contributor Author

gregturn commented Feb 9, 2008

Arjen Poutsma commented

Fixed. Thanks for pointing this out!

@gregturn
Copy link
Contributor Author

gregturn commented Mar 8, 2008

Arjen Poutsma commented

Closing 1.5 M2 issues.

@gregturn gregturn closed this as completed Mar 8, 2008
@gregturn gregturn added this to the 1.5 M2 milestone Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants