Ticket #138 (closed refactoring: fixed)

Opened 6 months ago

Last modified 6 months ago

Remove decorated responses

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.7.0
Component: MVC Version: SVN-trunk
Keywords: Cc:

Description

Decorated responses should be removed for two reasons: first, additional methods for decorated responses can be handled in utility classes. Second, this will remove the need for the stubProcessor::getResponse() method and clean up some code.

Change History

03/18/08 16:24:05 changed by mikey

  • component changed from core to MVC.
  • milestone set to 0.7.0.

03/18/08 16:38:22 changed by mikey

  • status changed from new to assigned.

03/18/08 17:08:52 changed by mikey

  • status changed from assigned to closed.
  • resolution set to fixed.

Implemented with r1434.