[7.5] RTP stripping HTTP auth classes...

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

[7.5] RTP stripping HTTP auth classes...

Boris Popov, DeepCove Labs (SNN)
... so the following always comes back with auth exception in the
runtime,

((HttpClient new)
   username: username password: password;
   yourself) executeRequest: request

... whereas in 7.4.1 the relevant classes were kept by the default RTP
configuration either by virtue of being referenced or somehow else, this
caused quite a runaround this morning ;)

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.

75http.png (41K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [7.5] RTP stripping HTTP auth classes...

Alan Knight-2
I don't think that that's a change in runtime packager, but more likely a change in the Net code such that the RuntimePackager tracing mechanism doesn't find them any more. Not that you really care that much about the distinction :-)


At 01:17 PM 5/8/2007, Boris Popov wrote:
... so the following always comes back with auth exception in the
runtime,

((HttpClient new)
   username: username password: password;
   yourself) executeRequest: request

... whereas in 7.4.1 the relevant classes were kept by the default RTP
configuration either by virtue of being referenced or somehow else, this
caused quite a runaround this morning ;)

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.


--
Alan Knight [|], Cincom Smalltalk Development

"The Static Typing Philosophy: Make it fast. Make it right. Make it run." - Niall Ross
Reply | Threaded
Open this post in threaded view
|

RE: [7.5] RTP stripping HTTP auth classes...

Boris Popov, DeepCove Labs (SNN)
In reply to this post by Boris Popov, DeepCove Labs (SNN)
That's about as far as my suspicion went, considering that was the area
of major refactoring and upgrades,

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: Alan Knight [mailto:[hidden email]]
> Sent: Tuesday, May 08, 2007 10:21 AM
> To: Boris Popov; [hidden email]
> Cc: Martin Kobetic
> Subject: Re: [7.5] RTP stripping HTTP auth classes...
>
> I don't think that that's a change in runtime packager, but more
likely a
> change in the Net code such that the RuntimePackager tracing mechanism
> doesn't find them any more. Not that you really care that much about
the
> distinction :-)
>
>
> At 01:17 PM 5/8/2007, Boris Popov wrote:
>
>
> ... so the following always comes back with auth exception in
the
> runtime,
>
> ((HttpClient new)
>   username: username password: password;
>   yourself) executeRequest: request
>
> ... whereas in 7.4.1 the relevant classes were kept by the
default
> RTP
> configuration either by virtue of being referenced or somehow
else,

> this
> caused quite a runaround this morning ;)
>
> Cheers,
>
> -Boris
>
> --
> +1.604.689.0322
> DeepCove Labs Ltd.
> 4th floor 595 Howe Street
> Vancouver, Canada V6C 2T5
> http://tinyurl.com/r7uw4 <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.
>
>
>
>
> --
> Alan Knight [|], Cincom Smalltalk Development
> [hidden email]
> [hidden email]
> http://www.cincom.com/smalltalk <http://www.cincom.com/smalltalk>
>
> "The Static Typing Philosophy: Make it fast. Make it right. Make it
run."
> - Niall Ross