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.orgReceived on Wednesday, 16 August 2000 08:31:32 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:41:29 UTC