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

MockHttpServletResponse remembers only one include URL. [SPR-7188] #11847

Closed
spring-projects-issues opened this issue May 11, 2010 · 2 comments
Closed
Assignees
Labels
in: test Issues in the test module type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Rossen Stoyanchev opened SPR-7188 and commented

MockHttpServletResponse remembers one forward and one include URL. However, with includes it's possible to have more than one. It should be possible to test what all paths that were included were.


Affects: 3.0.2

Attachments:

Referenced from: commits fa7472c, bd1b559

@spring-projects-issues
Copy link
Collaborator Author

Rossen Stoyanchev commented

Attaching patch for remembering multiple include paths.

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

Good point! Quite a surprise that nobody ever asked for this before...

Juergen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test Issues in the test module type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants