[vwnc] [7.6] Getting remote address from SeasideRequest?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] [7.6] Getting remote address from SeasideRequest?

Boris Popov, DeepCove Labs (SNN)
Looking at SeasideRequest I can't seem to find a remote address from
which the HTTP connection is made, but I was able to track it down to an
instance of SeasideTransport in SeasideRequest>>doTheWorkFor: method. Am
I on the right track and if so it would be nice if that was passed along
as part of SeasideRequest to get WASessionProtector working in 7.6
again?

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] [7.6] Getting remote address from SeasideRequest?

Boris Popov, DeepCove Labs (SNN)
I ended up patching it with an override for the time being, see
attached.

Cheers!

-Boris

--
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

[hidden email]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: Boris Popov
> Sent: Friday, April 18, 2008 2:45 PM
> To: VWNC
> Subject: [7.6] Getting remote address from SeasideRequest?
>
> Looking at SeasideRequest I can't seem to find a remote address from
which
> the HTTP connection is made, but I was able to track it down to an
> instance of SeasideTransport in SeasideRequest>>doTheWorkFor: method.
Am I
> on the right track and if so it would be nice if that was passed along
as

> part of SeasideRequest to get WASessionProtector working in 7.6 again?
>
> Cheers!
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4
>
> [hidden email]
>
> CONFIDENTIALITY NOTICE
>
> This email is intended only for the persons named in the message
> header. Unless otherwise indicated, it contains information that is
> private and confidential. If you have received it in error, please
> notify the sender and delete the entire message including any
> attachments.
>
> Thank you.

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

SeasideRequest-doTheWorkFor.st (1K) Download Attachment