[#3861] super — ts <decoux@...>
[#3862] Marshal.dump'ing OpenStruct objects — Mauricio Fern疣dez <batsman.geo@...>
Hi,
[#3881] mkdir, mkdir_p in FileUtils and mode — Florian Frank <flori@...>
Hello,
[#3907] Obtaining mode information on an IO object — Jos Backus <jos@...>
The attached patch implements IO#mode. This method returns the mode the IO
Hi,
On Tue, Dec 07, 2004 at 09:25:13AM +0900, nobu.nokada@softhome.net wrote:
Jos Backus wrote:
Hi,
On Thu, Dec 09, 2004 at 10:47:48AM +0900, nobu.nokada@softhome.net wrote:
On Thu, Dec 09, 2004 at 02:40:33PM +0900, James Britt wrote:
[#3914] Pathname needs a makeover — "Berger, Daniel" <Daniel.Berger@...>
Hi all,
[#3922] Incorrect escaping in strings produced by String::inspect — noreply@...
Bugs item #1173, was opened at 2004-12-08 17:35
[#3966] unknown node type 0 — Andrew Walrond <andrew@...>
I still get this happening a lot with my Rubyx linux ruby script.
This is a long standing bug in Ruby, and has been reported hundreds of times
Hi,
[#3975] Patches to test/unit — Ryan Davis <ryand-ruby@...>
I believe these are the minimal patches needed to make it possible to
[#3982] Win32: rb_sys_fail() - errno == 0 — Florian Gro<florgro@...>
Moin!
[#4000] 1.8.2 preview4 — Yukihiro Matsumoto <matz@...>
Hello,
[#4009] cgi.rb -- more GET/POST stuff — mde@...26.com
First of all, I think it would be great, as Eustaquio suggests, to
GETs and POSTs are defined to be fairly different actions. I'd read
-----BEGIN PGP SIGNED MESSAGE-----
Francis Hwang wrote:
-----BEGIN PGP SIGNED MESSAGE-----
First of all, the entire discussion of when GET is appropriate
mde@state26.com wrote:
[#4027] Allowing custom number literal suffixes? — Florian Gro<florgro@...>
Moin!
Hi,
Mathieu Bouchard wrote:
Mathieu Bouchard wrote:
I'm not sure I would advocate making Ruby's grammar even more
>
Brent Roman wrote:
> Brent Roman wrote:
Brent Roman wrote:
> Florian Gross wrote:
Mathieu Bouchard wrote:
Mathieu Bouchard wrote:
[#4033] Garbage collection trouble — Christian Neukirchen <chneukirchen@...>
Hello,
>>>>> "C" == Christian Neukirchen <chneukirchen@gmail.com> writes:
ts <decoux@moulon.inra.fr> writes:
>>>>> "C" == Christian Neukirchen <chneukirchen@gmail.com> writes:
[#4040] Extensions, Internal — Jgen Mangler <juergen.mangler@...>
Hi,
Re: [PATCH] cgi.rb -- more GET/POST stuff
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. | Looks like somehow I gave the impression that I think cgi.rb | should add features simply because PHP has them. Let me try to | be a bit clearer about why I was mentioning features in both | PHP and ASP. These are probably the most widely used languages | designed specifically for Web-based programming. So it would | seem to me to make pretty good sense to mention the features | in those languages which are specific to HTTP requests when | discussing the functionality of Ruby's default Web-based | programming library. Yeah, that's what I did, also. :-) | Actually the query_string var is populated correctly with data | on a POST -- Originally I was parsing out the variables from | there, before I decided to have a look at cgi.rb. That's what | makes it sillier: the data is there -- so why leave those params | out of the default hash simply because the method was changed | to POST? It's like Nigel Tuffnel with that Les Paul guitar | in the Spinal Tap movie -- "Don't even look at it!!!" Would | you reasonably expect the cookies to vanish because you used | changed the request method? So why should query string data? I originally asked for separated hashes because for ex, if I have a form with two input fields called "id" and "password", I'd like to make sure that they came from a POST (from a FORM), and not from a GET, like: http://localhost/mypage?id=john&password=doe It's not impossible to create a automatic word list POSTing script, but it's easier to make it using the GET way. So a guy could make a huge loop n your URL till it get a valid return (or you block it's IP or something like that). So you will not allow the guy to do: http://localhost/mypage?id=john&password=mary http://localhost/mypage?id=john&password=password http://localhost/mypage?id=john&password=catsname bla bla bla Using the values from a different POST hash will make sure that it was POSTed values there. As I said, not impossible to fake, but ... | I need to stop here, as it's already getting late, and I figure | I've likely bored/annoyed everyone enough with all this. I would | love to hear more thoughts on this. Nah, we're all talking about this, and talking is good. :-) Best regards, - ---------------------------- Eust痃uio "TaQ" Rangel eustaquiorangel@yahoo.com http://beam.to/taq Usu疵io GNU/Linux no. 224050 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBz+R8b6UiZnhJiLsRAv/tAJ9WQYghd/UD4aGM47PBSgqnskrPrwCffstm d21NVVh9091lzZ5sSJHVZHo= =/54L -----END PGP SIGNATURE-----