| CODENOTIFIER | HelpYou are not signed inSign in |
Project: reststop
Revision: 47
Author: gunark
Date: 10 Mar 2008 14:30:53
Changes:changed param separator from ; to &... this may have been necessary for compatibility with Rails 2.0 (fixes #17421)
Files:| ... | ...@@ -90,7 +90,7 @@ | |
| 90 | 90 | end |
| 91 | 91 | |
| 92 | 92 | unless method_mod == 'Get' |
| 93 | req.set_form_data(params, ';') | |
| 93 | req.set_form_data(params, '&') | |
| 94 | 94 | end |
| 95 | 95 | |
| 96 | 96 | @@log.debug("Sending #{method.inspect} request to #{url.inspect} with data #{params.inspect}"+ |