Re: [PORTAL] Adamns inline questions

2006-12-28 Thread Scott O'Bryan
No, it's not just backwards compatibility; the point is that it is perfectly acceptable for a developer to write a servlet filter. Just because you or I may want to require portlet support doesn't mean everyone does, or that everyone on the planet should stop using servlet filters. So, we

[PORTAL] Adamns inline questions

2006-12-27 Thread Scott O'Bryan
Hey Adam, In your last checkin to my branch you made some comments I would like to address. In the DispatchResponseConfiguratorImpl there is an isApplied function. You were asking why it was there. The reason for this is simple.. Backward compatibility. You mentioned to me in some

Re: [PORTAL] Adamns inline questions

2006-12-27 Thread Adam Winer
-- Adam On 12/27/06, Scott O'Bryan [EMAIL PROTECTED] wrote: Hey Adam, In your last checkin to my branch you made some comments I would like to address. In the DispatchResponseConfiguratorImpl there is an isApplied function. You were asking why it was there. The reason for this is simple..