<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi there,</div><div><br></div><div>I’d very much like to upgrade a version of ConfigurationOfKomHttpServer to make it loadable in Pharo 3</div><div><br></div><div><div>who maintains this?</div></div><div><br></div><div>any place to do a merge request or its equivalent?</div><div><br></div><div><br></div><div><br></div><div>I’m loading like this:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Gofer new</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>url:'<a href="http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'">http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main'</a>;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>package: 'ConfigurationOfKomHttpServer';</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>load.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>((Smalltalk at: #ConfigurationOfKomHttpServer) project version: #stable) load.</div></div><div><br></div><div><br></div><div>And the complaint is about the use of the deprecated FileDirectory</div><div><br></div><div><pre style="white-space: pre-wrap; word-wrap: break-word; margin-top: 0px; margin-bottom: 0px; font-size: 11px; background-color: rgb(255, 255, 255);">UndefinedObject(Object)&gt;&gt;doesNotUnderstand: #pathNameDelimiter
ModDoc class&gt;&gt;initialize
MCMethodDefinition&gt;&gt;postloadOver:</pre><div><br></div></div></body></html>