[Pki-devel] [Patch] pki-vakwetu-0006-BZ-771357-sslget-does-not-work-after-FEDORA-2011-174

Ade Lee alee at redhat.com
Thu Jan 5 03:36:40 UTC 2012


Updated patch to concatenate the first 13 bytes correctly.  Please
review.

Tested using latest NSS and f15 using RA.  Requests now succeed.
Also tested using latest NSS and f16 using IPA install.  IPA install now
successful.

Note:  

The check in the current code is not really valid.  Right now,  it
checks the first 13 bytes - which should contain the following:

HTTP/1.1 200 OK

It then checks if 200 is a substring of the first 13 bytes - and exits
with a failure otherwise.  This isn't the right thing to do.  For one
thing, valid status codes like 201, 202 etc. would result in failure.
This will become a problem when interacting with the new restful
interface which will return codes other than 200 OK.

I will revisit and fix this in a separate bug.

Ade
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pki-vakwetu-0006-BZ-771357-sslget-does-not-work-after-FEDORA-2011-174.patch
Type: text/x-patch
Size: 2370 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20120104/99862194/attachment.bin>


More information about the Pki-devel mailing list