help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] misc regressions


From: Paolo Bonzini
Subject: Re: [Help-smalltalk] misc regressions
Date: Fri, 10 Dec 2010 09:03:05 +0100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101103 Fedora/1.0-0.33.b2pre.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.6

On 12/10/2010 08:34 AM, Nicolas Petton wrote:
Le mercredi 08 décembre 2010 à 17:52 +0100, Holger Hans Peter Freyther a
écrit :
Seaside/ILiad are broken for the simple Swazoo HTTPD Server. git
           bisect is turning up the addition of SCGI to it. I will try
           to find the issue.

This is probably my fault then :/ If you want I can find the time to fix
it this WE.

No, it is due to the refactoring I made to clean up the handling of SiteIdentifiers, see the subsequent message that Holger sent.

This reintroduces the missing method, can you confirm it's the only problem?

diff --git a/packages/swazoo-httpd/HTTP.st b/packages/swazoo-httpd/HTTP.st
index 062c25b..32c9020 100644
--- a/packages/swazoo-httpd/HTTP.st
+++ b/packages/swazoo-httpd/HTTP.st
@@ -1955,6 +1955,11 @@ Object subclass: URIResolution [
        ^nil
     ]

+    siteMatch: aSite [
+       <category: 'backwards compatibility'>
+       ^aSite match: self request
+    ]
+
     tailPath [
        <category: 'accessing'>
        | fullPath |


Paolo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]