You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Ryan Lubke <Ry...@Sun.COM> on 2002/09/03 15:15:09 UTC

[Latka][PATCH] Abstracted HttpMethod creation out of RequestImpl constructor

I'm using a similar setup as what I'm posting for my HTTP based test
harness.

Basically I've moved the switch statement that creates the appropriate
HttpMethod object into a Factory class.  The constructor now calls the
factory to get the HttpMethod instance.

I've run the unit tess that maven will initially run after a build
without a problem.

Comments welcome.

-rl