Http-access/2.0.7 RC

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I posted a release candidate version of http-access/2.0.7.
(named 2.0.6.99.20070430)
http://dev.ctor.org/http-access2/wiki#a2007-04-29:version2.0.7-rc

http-access2 users, would you please check if the version works with
your application? I’ll post 2.0.7 in a week.

/ / /

Here’re changes in version 2.0.7. Many fixes and a little feature
improvement. The biggest improvement is a bundle of SSL trust anchor
certificates. No more ‘verify_mode = nil’ which means no security in
SSL.

Almost all fixes are based on patches/reports from users. Thank you
very much!

  • HTTP

    • added proxyauth support. (#6)
    • let developer allow to rescue a redirect with relative URI. (#28)
    • changed last-chunk condition statement to allow “0000\r\n” marker
      from WebLogic Server 7.0 SP5 instead of “0\r\n”. (#30)
    • fixed multipart form submit. (#29, #116)
    • use http_date format as a date in a request header. (#35)
    • avoid duplicated Date header when running under mod_ruby. (#127)
    • reason phrase in Message#reason contains \r. (#122)
    • trim "\n"s in base64 encoded BasicAuth value for interoperability.
      (#149)
    • let retry_connect return a Message not a content. (#119)
    • rescue SocketError and dump a message when a wrong address given.
      (#152)
  • HTTP-Cookies

    • changed “domain” parameter matching condition statement to allow
      followings; (#24, #32, #118, #147)
  • SSL

    • bundles CA certificates as trust anchors.
    • allow user to get peer_cert. (#117, #123)
    • added wildcard certificate support. (#151)
    • SSL + HTTP keep-alive + long wait causes uncaught exception.
      fixed. (#120)
  • Connection

    • fixed a loop condition bug that caused intermittent empty response.
      (#150, #26, #125)

Regards,
// NaHi

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iQEVAwUBRjYF7x9L2jg5EEGlAQKH9AgAiLIz2/9v8pvaItpymlE0Z9r/rlj4SjHq
GyhHUknPqpl+gwNhCAOPurA4nGQuYZ8oNIfQWwHeCwF5S272eORCzDMW3ck3tCHO
5wzb7FUa107MtL/Mg0hmaNZHEUfS31L5wA4ZXTSlUNcO3JToHFwui59X22qi11hl
lHEQY5mEXlJbenjj6vev/TkUrAewA3ZIncLmwCwzwBrpRbaezPRewnKyNk9ANZic
c01qu3ttxGuHDy+Fiw0iSMkP5Dn3p0HuJwdU4gcMi3xO8O/EwBgk7Iw5Qc4mqgeW
nK6J5nE+OaLmxE8yv3xOr3WsI6FxehjWc80isGOISj3e4afHCf8Muw==
=at2m
-----END PGP SIGNATURE-----

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi again,

I forgot to mention; I seldom read ruby-talk these days so please send
your comment to me directly or file a ticket from
http://dev.ctor.org/http-access2/newticket .

Regards,
// NaHi

NAKAMURA, Hiroshi wrote:

I posted a release candidate version of http-access/2.0.7.
(named 2.0.6.99.20070430)
http://dev.ctor.org/http-access2/wiki#a2007-04-29:version2.0.7-rc

http-access2 users, would you please check if the version works with
your application? I’ll post 2.0.7 in a week.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)

iQEVAwUBRjYG3x9L2jg5EEGlAQLOAAgAgxIexk5DsCLtYmPIWHJSmLdhMFpwphJZ
VBeZ2TgFof01AAmibM6p9F0KyzgpjGOcv5h1UdsQJcVoLrougNeZZ4nU8b/Wj/fV
Axa8LWl0xr1YOxTkBZC9AOeohNcgOhJEY6zUa+JJ5e3r7Nrlio+xnQYJPEekSqt1
86udLJ4O5lo9WRxgpn7/P2KARiIUDUMaTLRdWkI1giHfBn74XsZUoy3kIo8aeESb
o0JW/WByAQVCJDmSqD2TJlfzgdU62oeE1xfQUZ3tNFJYuiKG+Mi/7FZ+EdPqZ7HV
AB73LhKQHy82htzQrxiGH+oCTDNyPNbEJAyTc+js3084Dz78BO+mVQ==
=N9fV
-----END PGP SIGNATURE-----

I read the http-access wiki and the samples in svn, but can not find an
example about upload file:
means :

will you give me an example?

thanks!

NAKAMURA, Hiroshi 写道: