Bug 350300 - Reconsider how FakeContextUtil provides HttpServletRequest and HttpServletResponse
Summary: Reconsider how FakeContextUtil provides HttpServletRequest and HttpServletRes...
Status: ASSIGNED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2011-06-24 13:05 EDT by Rüdiger Herrmann CLA
Modified: 2012-06-28 05:38 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rüdiger Herrmann CLA 2011-06-24 13:05:06 EDT
With bug 348587, the way how FakeContextUtil provides 'implementations' for HttpServletRequest and HttpServletResponse changed.
Before this bug was resolved, mainly _empty_ implementations were provided for both interfaces. As this led to compile errors with javax.servlet 3.0 and was problematic with supporting javax.servlet from 2.x up to 3.0, we used JDK proxies. Creating proxies however performs slower than instantiating Java objects.
Reconsider the decision made in bug 348587 under the potentially changed environment (Jetty 7?, Jetty 8?).