[ZCM] [ZC] 962/ 2 Reject "Bad Marshalling under N4.77"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin@zope.org
Thu, 10 Jul 2003 00:57:00 -0400


Issue #962 Update (Reject) "Bad Marshalling under N4.77"
 Status Rejected, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/962

==============================================================
= Reject - Entry #2 by ajung on Jul 10, 2003 12:56 am

 Status: Pending => Rejected

This seems to be a browser issue (according to your subject).
Zope can only decode the data that it gets from the browser.
If it receives wrong data then it will decode the data badly.

-aj
________________________________________
= Request - Entry #1 by Anonymous User on Jul 7, 2003 9:39 am

form fields with type hidden input do not submit "nothing" correctly. example:
°input type="hidden" name="harvey" tal:attributes="value request/harvey | nothing"° will result in °input type="hidden" name="harvey"° thus rendering the query string to ?harvey=++ and the "++" are 2 space characters. this will screw up anything relying on "nothing" to return nothing.
==============================================================