dr0ps opened a new pull request, #846:
URL: https://github.com/apache/wicket/pull/846

   WICKET-7107 seems to not be an issue in Wicket core but rather a shortcoming 
of BaseWicketTester. WicketTesterServletWebResponse does implement 
IMetaDataBufferingWebResponse but fails to buffer header data. Headers are 
therefore lost in some cases. I took the provided test from WICKET-7107 and 
reduced it to the minimum required to demonstrate the issue. I also added the 
header buffering to BaseWicketTester#WicketTesterServletWebResponse. 
   I believe that this is an improvement but it ultimately falls short of 
actually testing wicket core functionality. It only tests the test 
infrastructure.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to