|
|
|
@8861
|
[8861]
|
02/12/08 21:45:39 |
minam |
remove support for ampersand-delimited cookie values |
|
|
|
@8773
|
[8773]
|
02/02/08 02:55:44 |
bitsweat |
Don't split cookies on comma also. References r8505. |
|
|
|
@8405
|
[8405]
|
12/15/07 02:28:53 |
bitsweat |
Ruby 1.9 compat: cookies |
|
|
|
@7966
|
[7966]
|
10/18/07 18:25:31 |
bitsweat |
Use SecureRandom to generate unique ids, if available. |
|
|
|
@7534
|
[7534]
|
09/22/07 05:14:56 |
david |
Fix buffer |
|
|
|
@7525
|
[7525]
|
09/21/07 15:05:49 |
david |
Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an … |
|
|
|
@6764
|
[6764]
|
05/18/07 06:24:50 |
bitsweat |
Parse url-encoded and multipart requests ourselves instead of delegating … |
|
|
|
@6743
|
[6743]
|
05/15/07 23:56:09 |
bitsweat |
Simplify CgiRequest#query_parameters |
|
|
|
@6742
|
[6742]
|
05/15/07 22:10:03 |
bitsweat |
Move request parameter parsing from CGI to AbstractRequest. |
|
|
|
@6740
|
[6740]
|
05/15/07 21:36:21 |
bitsweat |
Introduce the request.body stream. Lazy-read to parse parameters rather … |
|
|
|
@6733
|
[6733]
|
05/15/07 00:08:05 |
bitsweat |
Shine some sunlight on the CGI extensions. Remove unused CGI#session. |
|
|
|
@6732
|
[6732]
|
05/14/07 23:18:22 |
bitsweat |
Non-executable source files. |
|
|
|
@6532
|
[6532]
|
04/16/07 22:17:59 |
david |
Fixed that parameters from XML should also be presented in a hash with … |
|
|
|
@6511
|
[6511]
|
04/09/07 15:33:38 |
xal |
Removed ill faded xml_node class from codebase. Use XmlSimple instead |
|
|
|
@6455
|
[6455]
|
03/23/07 16:53:57 |
bitsweat |
Fix PStore typo. Closes #7900. |
|
|
|
@6446
|
[6446]
|
03/18/07 13:39:58 |
bitsweat |
Never return nil from CGI#read_query for compatibility with plain CGI … |
|
|
|
@6431
|
[6431]
|
03/16/07 05:52:12 |
bitsweat |
Performance: patch cgi/session/pstore to require digest/md5 once rather … |
|
|
|
@6342
|
[6342]
|
03/06/07 04:09:14 |
rick |
Add a #dbman attr_reader for CGI::Session and make … |
|
|
|
@6174
|
[6174]
|
02/19/07 23:51:25 |
bitsweat |
Factor out unique id generator. Expose cgi to session store. |
|
|
|
@6143
|
[6143]
|
02/10/07 02:44:32 |
bitsweat |
Performance: patch cgi/session to require digest/md5 once rather than per … |
|
|
|
@6081
|
[6081]
|
01/28/07 17:00:17 |
ulysses |
Change the query parser to map empty GET params to "" rather than nil. … |
|
|
|
@6057
|
[6057]
|
01/28/07 07:16:55 |
bitsweat |
Use a consistent load path to avoid double requires. Fix some scattered … |
|
|
|
@6044
|
[6044]
|
01/26/07 21:37:38 |
david |
Nodoc the irrelevant (from 1.2) |
|
|
|
@5904
|
[5904]
|
01/12/07 09:10:58 |
bitsweat |
Fix parsing of array[] CGI parameters so extra empty values aren't … |
|
|
|
@5634
|
[5634]
|
11/26/06 05:04:57 |
david |
Fix that redirects should set "Location" header, not "location", and … |
|
|
|
@5473
|
[5473]
|
11/09/06 18:52:19 |
bitsweat |
Multipart form values may have a content type without being treated as … |
|
|
|
@5318
|
[5318]
|
10/17/06 22:06:54 |
david |
GET parameter keys can be escaped too [DHH] |
|
|
|
@5149
|
[5149]
|
09/20/06 09:34:29 |
david |
Hash.create_from_xml has been renamed to Hash.from_xml, alias will exist … |
|
|
|
@5094
|
[5094]
|
09/12/06 20:57:09 |
bitsweat |
Skip params with empty names, such as the &=Save query string from <input … |
|
|
|
@5070
|
[5070]
|
09/08/06 07:25:14 |
bitsweat |
Update descriptive messages for exceptions thrown by cgi_methods. Closes … |
|
|
|
@5066
|
[5066]
|
09/07/06 20:10:14 |
ulysses |
Add descriptive messages to the exceptions thrown by cgi_methods. Closes … |
|
|
|
@4885
|
[4885]
|
08/31/06 03:16:28 |
bitsweat |
Tighten rescue clauses. Closes #5985. |
|
|
|
@4866
|
[4866]
|
08/30/06 05:50:02 |
ulysses |
Switch to using FormEncodedPairParser for parsing request parameters. |
|
|
|
@4833
|
[4833]
|
08/28/06 14:05:05 |
david |
FormEncodedStringParser needs a tad more work before it can handle POST … |
|
|
|
@4823
|
[4823]
|
08/26/06 03:09:32 |
david |
Actually, indifferent access mattered in the bowels (hashes hidden in … |
|
|
|
@4822
|
[4822]
|
08/26/06 02:58:55 |
david |
Result is made indifferent on the way out |
|
|
|
@4821
|
[4821]
|
08/26/06 02:49:09 |
david |
Changed the POST parameter processing to use the new QueryStringParser and … |
|
|
|
@4661
|
[4661]
|
08/04/06 16:47:48 |
david |
The white space inquisition is coming for you! |
|
|
|
@4660
|
[4660]
|
08/04/06 16:03:21 |
ulysses |
Fix broken query parameter tests |
|
|
|
@4595
|
[4595]
|
07/08/06 18:14:49 |
bitsweat |
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Check whether @flash is … |
|
|
|
@4524
|
[4524]
|
06/30/06 05:41:03 |
bitsweat |
r4748@asus: jeremy | 2006-06-29 22:40:35 -0700
Loosen urlencoded content … |
|
|
|
@4522
|
[4522]
|
06/30/06 05:19:15 |
david |
Fixed proper form-encoded parameter parsing for requests with … |
|
|
|
@4499
|
[4499]
|
06/28/06 13:51:25 |
marcel |
Fix CGI extensions when they expect string but get nil in Windows. Closes … |
|
|
|
@4453
|
[4453]
|
06/16/06 10:07:13 |
david |
Added Hash.create_from_xml(string) which will create a hash from a XML … |
|
|
|
@4410
|
[4410]
|
06/02/06 06:30:23 |
bitsweat |
Rewind readable CGI params so others may reread them (such as CGI::Session … |
|
|
|
@4388
|
[4388]
|
06/01/06 00:01:48 |
bitsweat |
Cope with missing content type and length headers. Parse parameters from … |
|
|
|
@4344
|
[4344]
|
05/16/06 21:09:41 |
nzkoz |
performance enhancement for previous patch [skaes] |
|
|
|
@4343
|
[4343]
|
05/16/06 20:56:41 |
nzkoz |
Fix NoMethodError when parsing params like &&. [Adam Greenfield]. Closes … |
|
|
|
@3936
|
[3936]
|
03/18/06 18:56:19 |
minam |
Make sure xml_simple requests don't blow up if an empty request body is … |
|
|
|
@3915
|
[3915]
|
03/18/06 05:07:27 |
minam |
XML-formatted requests are typecast according to "type" attributes for … |
|
|
|
@3904
|
[3904]
|
03/17/06 23:15:20 |
minam |
Be sure to look at array elements when dasherizing keys of a formatted … |
|
|
|
@3878
|
[3878]
|
03/15/06 21:46:41 |
minam |
Underscore dasherized keys in formatted requests |
|
|
|
@3874
|
[3874]
|
03/15/06 18:04:24 |
minam |
use "mime_type" instead of "format" |
|
|
|
@3847
|
[3847]
|
03/12/06 16:03:44 |
david |
Mime types are separated by a comma, not semicolon, in the Accept header. … |
|
|
|
@3808
|
[3808]
|
03/07/06 04:52:49 |
david |
Proper options for XmlSimple |
|
|
|
@3806
|
[3806]
|
03/07/06 04:42:13 |
david |
XmlSimple _should_ be the default since XmlNode is not compatible with … |
|
|
|
@3778
|
[3778]
|
03/05/06 19:16:55 |
xal |
ActionController::Base.param_parsers now accept symbols. currently … |
|
|
|
@3777
|
[3777]
|
03/05/06 18:59:58 |
xal |
Added new infrastructure support for REST webservices.
By default … |
|
|
|
@3406
|
[3406]
|
01/13/06 04:27:53 |
marcel |
Remove Upload Progress. Closes #2871. |
|
|
|
@3137
|
[3137]
|
11/21/05 08:04:28 |
sam |
Strip out trailing &_= for raw post bodies #2868 |
|
|
|
@3039
|
[3039]
|
11/15/05 07:51:09 |
bitsweat |
Handle cookie parsing irregularity for certain Nokia phones. Closes … |
|
|
|
@2379
|
[2379]
|
09/27/05 23:39:56 |
ulysses |
Undo condition change made in [2345] to prevent normal parameters arriving … |
|
|
|
@2375
|
[2375]
|
09/27/05 22:23:37 |
bitsweat |
Ticket #2295 - Tolerate consecutive delimiters in query parameters |
|
|
|
@2345
|
[2345]
|
09/26/05 17:59:46 |
bitsweat |
r3573@asus: jeremy | 2005-09-26 11:38:44 -0700
Ticket 1507 - IE file … |
|
|
|
@2245
|
[2245]
|
09/15/05 05:30:56 |
david |
Speed up cookie use by decreasing string copying #2194 [skae] |
|
|
|
@2151
|
[2151]
|
09/08/05 11:28:54 |
ulysses |
Performance improvements to CGI methods. Closes #1980 |
|
|
|
@2109
|
[2109]
|
09/02/05 18:01:26 |
minam |
Use chop! instead of chop! for efficiency |
|
|
|
@2106
|
[2106]
|
09/02/05 14:40:33 |
minam |
Drop trailing \000 if present on RAW_POST_DATA (works around bug in Safari … |
|
|
|
@1907
|
[1907]
|
07/23/05 09:18:16 |
david |
Fix that env_qs might be nil |
|
|
|
@1906
|
[1906]
|
07/23/05 09:16:35 |
david |
Fix that env_qs might be nil |
|
|
|
@1905
|
[1905]
|
07/23/05 09:00:05 |
david |
Improved performance with 5-30% through a series of Action Pack … |
|
|
|
@1677
|
[1677]
|
07/04/05 19:21:48 |
david |
Fixed that hashes was not working properly when passed by GET to lighttpd … |
|
|
|
@1664
|
[1664]
|
07/04/05 15:31:37 |
minam |
Hashes sent via multipart post should be converted to strings #1032 … |
|
|
|
@1580
|
[1580]
|
07/01/05 08:31:30 |
david |
Load models and frequency typo on upoad progress #1555 [Sean Treadway] |
|
|
|
@1553
|
[1553]
|
06/28/05 17:44:16 |
david |
Added support for upload progress indicators in Apache and lighttpd 1.4.x … |
|
|
|
@1552
|
[1552]
|
06/28/05 17:42:51 |
david |
Added support for upload progress indicators in Apache and lighttpd 1.4.x … |
|
|
|
@1441
|
[1441]
|
06/16/05 06:42:49 |
david |
Fixed query parser to deal gracefully with equal signs inside keys and … |
|
|
|
@1397
|
[1397]
|
06/10/05 12:21:25 |
minam |
Arrays sent via multipart posts are converted to strings #1032 … |
|
|
|
@1371
|
[1371]
|
05/30/05 09:00:46 |
minam |
Make sure the benchmarking render method always returns the result of the … |
|
|
|
@1303
|
[1303]
|
05/14/05 08:36:19 |
david |
Added support for POST data in form of YAML or XML, which is controller … |
|
|
|
@1283
|
[1283]
|
05/04/05 10:46:33 |
david |
Treat all request types as upper-case so the switch will work |
|
|
|
@1282
|
[1282]
|
05/04/05 09:39:41 |
david |
Made it default to assuming a GET request and reading from command-line … |
|
|
|
@1208
|
[1208]
|
04/18/05 14:15:26 |
david |
Added graceful handling of PUT, DELETE, and OPTIONS requests for a … |
|
|
|
@1152
|
[1152]
|
04/13/05 04:50:54 |
david |
Fixed that an exception would be thrown when an empty form was submitted … |
|
|
|
@1045
|
[1045]
|
03/31/05 11:46:50 |
david |
Fixed that on very rare occasions, webrick would raise a NoMethodError: … |
|
|
|
@1018
|
[1018]
|
03/27/05 00:10:53 |
david |
Fixed "bad environment variable value" exception caused by Safari, Apache, … |
|
|
|
@526
|
[526]
|
02/07/05 14:23:19 |
david |
Fixed that query params could be forced to nil on a POST due to the raw … |
|
|
|
@525
|
[525]
|
02/07/05 14:15:53 |
david |
Fixed documentation snafus #575, #576, #577, #585 |
|
|
|
@502
|
[502]
|
01/25/05 11:15:26 |
david |
Added @request.raw_post as a convenience access to … |
|
|
|
@473
|
[473]
|
01/20/05 17:54:06 |
david |
Fixed no-binding fragment caching |
|
|
|
@468
|
[468]
|
01/20/05 14:55:13 |
david |
A few missing files |
|
|
|
@274
|
[274]
|
12/29/04 21:07:50 |
david |
Moved the cookies fix to cgi_ext |
|
|
|
@39
|
[39]
|
12/01/04 12:57:16 |
david |
Added graceful handling of non-alphanumeric names and misplaced brackets … |
|
|
|
@4
|
[4]
|
11/24/04 01:04:44 |
david |
Initial |