DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17083>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17083 Spaces in http parameters are not url-encoded before sending a request Summary: Spaces in http parameters are not url-encoded before sending a request Product: JMeter Version: Nightly (Please specify date) Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: HTTP AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When a user parameter contains spaces it doesn't get URL-encoded before it is made part of the http request. For example I have a 'description' user parameter with text "Nu_1 description" which appears in the http request like this: http://localhost:80/metadata/action/saveDBDatasetProperties? datasetName=Northwind&datasetDescription=Nu_1 description&datasetSecurity=0&dayOfMonth=0&timeOfDayMonthly=0&dayOfWeek=0&timeOf DayWeekly=0&synchronizeType=2&timeOfDayDaily=0&timeOfDayTwiceDaily=0&forwardUrl= When I check the results of this request in my web application after my test run, I see only 'Nu_1' in the description edit field instead of 'Nu_1 description'. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
