[vwnc] [7.6][BUG] WebSite class DNU #default

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

[vwnc] [7.6][BUG] WebSite class DNU #default

Boris Popov, DeepCove Labs (SNN)
WebSiteConfiguration>>siteFor: aWebRequest
 [...]
 WebSite default ifNotNil: [ :site | ^ site ].
 [...]

but there is no such thing as WebSite class>>default, hence the DNU.

-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][BUG] WebSite class DNU #default

Sherry Michael
This is AR54220 - WebSiteConfiguration class>>siteFor: uses deprecated
api, which was fixed in cake apr08.2.

- Sherry

Boris Popov wrote:
> WebSiteConfiguration>>siteFor: aWebRequest
>  [...]
>  WebSite default ifNotNil: [ :site | ^ site ].
>  [...]
>
> but there is no such thing as WebSite class>>default, hence the DNU.
>
> -Boris
>
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc