hrmm... Shouldn't it be a GET? I am just typing in the URL and pressing the <enter> key. I tried Internet Exploder and Google Chrome and got the same results.
On Wed, Dec 3, 2008 at 2:41 PM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > Mark Webb wrote: >> >> Here is what the browser prints out. I am now using the listener >> example and getting the same exception. >> >> ---------------------------------------------------------- >> You sent these headers with your request: >> Accept = >> text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 >> Accept-Charset = ISO-8859-1,*,utf-8 >> Accept-Encoding = gzip,deflate,bzip2,sdch >> Accept-Language = en-US,en >> Connection = Keep-Alive >> Host = localhost:9012 >> User-Agent = Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) >> AppleWebKit/525.19 (KHTML, like Gecko) Chrome/0.4.154.29 Safari/525.19 >> X-SDCH = Chrome 0.4.154.29 >> ---------------------------------------------------------- >> > > from the stack trace you posted, the error is due to a wrong http method (it > should be OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE or CONNECT). What is > the method you are using ? > > -- > -- > cordialement, regards, > Emmanuel Lécharny > www.iktek.com > directory.apache.org > > >
