<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Remaining comments in&nbsp;<a href="https://github.com/SeasideSt/Seaside/issues/840#issuecomment-111688035" class="">https://github.com/SeasideSt/Seaside/issues/840#issuecomment-111688035</a></div><div class=""><br class=""></div><div class="">cheers</div><div class="">Johan</div><div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On 09 Jun 2015, at 10:41, Johan Brichau &lt;<a href="mailto:johan@inceptive.be" class="">johan@inceptive.be</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Gareth,<div class=""><br class=""></div><div class="">You mention that this was fixed in 3.1.3</div><div class="">Can you pinpoint where it mentions that this was fixed?</div><div class=""><br class=""></div><div class="">Afaik, this (zero-argument get methods) is broken since a long timeā€¦&nbsp;</div><div class=""><br class=""></div><div class="">Johan</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 09 Jun 2015, at 09:32, Johan Brichau &lt;<a href="mailto:johan@inceptive.be" class="">johan@inceptive.be</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Gareth,<div class=""><br class=""></div><div class="">I created an issue for it:&nbsp;<a href="https://github.com/SeasideSt/Seaside/issues/840" class="">https://github.com/SeasideSt/Seaside/issues/840</a></div><div class=""><br class=""></div><div class="">Will take a look asap.</div><div class=""><br class=""></div><div class="">Johan</div><div class=""><br class=""><div style="" class=""><blockquote type="cite" class=""><div class="">On 08 Jun 2015, at 13:05, Gareth Cox &lt;<a href="mailto:gareth@inspired.org" class="">gareth@inspired.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">
  

    <meta http-equiv="content-type" content="text/html; charset=utf-8" class="">
  
  <div text="#000000" bgcolor="#FFFFFF" class="">
    Hi<br class="">
    <br class="">
    I'm having a reoccurance of an error I had that was fixed in Seaside
    3.1.3.<br class="">
    Fresh Pharo4, load, load Rest, create handler, create method,
    register, and its not found.<br class="">
    Complete code to recreate below:<br class="">
    <br class="">
    <tt class="">|aClass|</tt><tt class=""><br class="">
    </tt><tt class="">Gofer new</tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp;
url:'<a class="moz-txt-link-freetext" href="http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main">http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main</a>';</tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp; package: 'ConfigurationOfSeaside3';</tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp; load.</tt><tt class=""><br class="">
    </tt><tt class=""><br class="">
    </tt><tt class="">((#ConfigurationOfSeaside3 asClass) project latestVersion)
      load; load: #('REST').</tt><tt class=""><br class="">
    </tt><tt class=""><br class="">
    </tt><tt class="">aClass := ((#WARestfulHandler asClass) subclass:
      #WATestRestAPI</tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp; instanceVariableNames: ''</tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp; classVariableNames: ''</tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp; category: 'Seaside-Test-REST').</tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp; </tt><tt class=""><br class="">
    </tt><tt class="">aClass compile: 'get </tt><tt class=""><br class="">
    </tt><tt class="">&lt;get&gt;</tt><tt class=""><br class="">
    </tt><tt class="">self requestContext</tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; respond: [:t1 | </tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; t1 contentType: ''text/plain''.</tt><tt class=""><br class="">
    </tt><tt class="">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; t1 nextPutAll: ''test'']'.</tt><tt class=""><br class="">
    </tt><tt class="">(#WAAdmin asClass) register: aClass at: 'testapi'.</tt><tt class=""><br class="">
    </tt><tt class=""><br class="">
    </tt><tt class="">(((#ZnZincServerAdaptor asClass) manager: (#WAServerManager
      asClass) default) port: 4000) start.</tt><tt class=""><br class="">
    </tt><tt class=""><br class="">
    </tt><tt class="">self assert: (ZnEasy get: '<a class="moz-txt-link-freetext" href="http://localhost:4000/testapi">http://localhost:4000/testapi</a>')
      isNotFound not</tt><br class="">
    <div class="moz-signature">-- <br class="">
      <div style="font-family: 'Century Gothic',helvitica, sans-serif;
        font-style: italic; font-size: 10px;" class="">
        Gareth Cox <br class="">
        IT Manager/Developer <br class="">
        Inspired Org (PTY) Ltd <br class="">
        email: <a href="mailto:gareth@inspired.org" class="">gareth@inspired.org</a>
        <br class="">
      </div>
    </div>
  </div>

_______________________________________________<br class="">seaside mailing list<br class=""><a href="mailto:seaside@lists.squeakfoundation.org" class="">seaside@lists.squeakfoundation.org</a><br class=""><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" class="">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br class=""></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></body></html>