Lewiscowles1986 / rfc1867

Fresh PHP implementation of rfc1867
GNU Affero General Public License v3.0
1 stars 1 forks source link

content disposition logic in FormBody misplaced #6

Closed Lewiscowles1986 closed 6 years ago

Lewiscowles1986 commented 6 years ago

FormBody was checking for the existence of an element within the envelope, then altering the content disposition, rather than just implementing a setter on the Envelope. This was likely to avoid changing the interface for a node (why was behaviour pushed out to FormBody?).