DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41880>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41880 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-18 02:32 ------- Created an attachment (id=19731) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19731&action=view) Suggested patch This suggested patch adds content-type filtering. It also supports to get default content type filters to use from the properties file. I think that solves bug 32184, because now it is easy to specify what static content you want to avoid in the test plan. I'm not quite sure that the following lines are correct : // Default value contentTypeInclude.setText(JMeterUtils.getProperty("proxy.content_type_include")); and // Default value contentTypeExclude.setText(JMeterUtils.getProperty("proxy.content_type_exclude")); So please check if this is the correct way of picking up default values from the properties file. I have also restructured the GUI slightly from the fix for bug 41876. I have moved the "controller" and "group" settings inside the "Test plan content" group. And I have used VerticalPanel with titles, which I think makes it look nice. Have a look, and apply that GUI change if you like it. I have also added resource strings which was missed in fix for bug 41876. I am also using the resource string from the HTTPSamplerGui for the options that control the HTTPSamplerGUI, instead of having separate strings for the same thing as proxy_* in the resource files. So I have removed "proxy_usekeepalive". And I have added "URL" prefix to the value of patterns_to_exclude, patterns_to_include in all languages, because I think that makes it more clear what the filer is applied against. Feel free to ditch that change. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
