RE: jigsaw upgrade help

On Tue, 15 Aug 2000, Stephen Wu wrote:

> Yves,
> thanks for the info...
> 
> i just run in to an exception...
> 
> +++ client-0(socket-clients:2) got exception:
> org.w3c.jigsaw.http.HTTPException
>         at org.w3c.jigsaw.frames.HTTPFrame.post(HTTPFrame.java:1781)
>         at org.w3c.jigsaw.frames.HTTPFrame.perform(HTTPFrame.java:1448)
>         at
> org.w3c.tools.resources.FramedResource.performFrames(FramedResource.java,
> Compiled Code)
>         at
> org.w3c.tools.resources.FramedResource.perform(FramedResource.java:664)
>         at org.w3c.jigsaw.http.httpd.perform(httpd.java, Compiled Code)
>         at org.w3c.jigsaw.http.Client.processRequest(Client.java:400)
>         at org.w3c.jigsaw.http.Client.startConnection(Client.java, Compiled
> Code)
>         at org.w3c.jigsaw.http.socket.SocketClient.run(SocketClient.java)
>         at org.w3c.util.CachedThread.run(Unknown Source)
> HTTP/1.1 405 Method Not Allowed
> Date: Wed, 16 Aug 2000 01:34:19 GMT
> Allow: GET,HEAD,OPTIONS,TRACE
> 
> do you have any insights ?  thanks !

HTTPFrame doesn't handle POST, PostableFrame is handling POST, so any
frame that can handle POST should inherit from PostableFrame and not
HTTPFrame (it will of course but not directly).
Regards,

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Wednesday, 16 August 2000 08:31:32 UTC