Re: OPTIONS?
Re: OPTIONS?
- Subject: Re: OPTIONS?
- From: Chuck Hill <email@hidden>
- Date: Fri, 2 Jun 2006 12:14:45 -0700
I have never seen that used. It is an HTTP method like GET, POST,
and HEAD. What is the user-agent?
http://www.google.com/search?q=http+options+method
Chuck
On Jun 2, 2006, at 11:43 AM, Randy Wigginton wrote:
In my internally used app, everything is fine, but then every so
often I see this in the logs:
[2006-06-02 13:27:44 EDT] <WorkerThread10> <WORequest>: Method
'OPTIONS' is not supported. To support 'OPTIONS', you will have to
implement a subclass of WORequest, and force WebObjects to
instantiate it by implementing WOApplication's createRequest()
method in your subclass of WOApplication.
[2006-06-02 13:27:44 EDT] <WorkerThread10> <WOWorkerThread id=10
socket=Socket[addr=/192.168.43.75,port=1742,localport=2002]>
Exception while creating request:
java.lang.IllegalArgumentException: <WORequest>: Method 'OPTIONS'
is not supported.; dropping connection
Can anyone shed light on what this is about? Am I being scanned,
or what? I don’t even know what method OPTIONS is.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40global-village.net
This email sent to email@hidden
--
Coming sometime... - an introduction to web applications using
WebObjects and Xcode http://www.global-village.net/wointro
Practical WebObjects - for developers who want to increase their
overall knowledge of WebObjects or who are trying to solve specific
problems. http://www.global-village.net/products/practical_webobjects
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >OPTIONS? (From: "Randy Wigginton" <email@hidden>) |