https://issues.apache.org/bugzilla/show_bug.cgi?id=51861
--- Comment #16 from Philippe Mouawad <[email protected]> 2011-09-22 21:04:55 UTC --- Hello Sebb, Regarding you N-1 note: "Likewise, switching away from RAW should be disallowed unless the data can be converted to Parameters (or there is no data)." This is not so easy to implement because parsing this valid GWT query Body: "7|0|8|http://www.xxxxxxxxxxxxxxxxx.com/gwtpage/|C49143D90DACAAD5E043EA78E4C4678F|com.xxxxxxx.xxxxx.gwt.client.server.PageController|getCustomizedPage|java.lang.String/2004016611|[Ljava.lang.String;/2600011424|rs|adw=fejj&rri=&cx|1|2|3|4|2|5|6|7|6|1|8|" will give 3 arguments using current HttpSamplerBase#parseArguments algorithm: - Argument 1) name=7|0|8|http://www.geniuswiki.com/gwtpage/|C49143D90DACAAD5E043EA78E4C4678F|com.edgenius.wiki.gwt.client.server.PageController|getCustomizedPage|java.lang.String/2004016611|[Ljava.lang.String;/2600011424|rs|adw ,value=fejj - Argument 2) name=rri ,value= - Argument 3) name=cx|1|2|3|4|2|5|6|7|6|1|8| ,value= And this has no meaning in terms of parameter. There is another issue related to "encode ?" option, how can we guess in RAW Data when user adds data in Text Area ? Other question, how can we say that raw data cannot be converted ? no "=" sign ? or value without name That's why I wanted an ergnonomy where user would choose not to have a table parameter and would loose his data when switching to say you are reinitializing POST data ? a popup could ask him if he wants to lose his RAW data or his "Parameters" data. What do you think of a radio button to switch + popup ? Thanks Regards Philippe -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
