| From | Sent On | Attachments |
|---|---|---|
| Lund, Holly | Mar 24, 2008 6:45 am | |
| Jeanfrancois Arcand | Mar 25, 2008 9:24 am | |
| Lund, Holly | Mar 26, 2008 5:43 am | |
| Lund, Holly | May 27, 2008 6:16 am | |
| Jan....@Sun.COM | May 27, 2008 4:38 pm |
| Subject: | Re: TRACE/TRACK vulnerability | |
|---|---|---|
| From: | Jan....@Sun.COM (Jan....@Sun.COM) | |
| Date: | May 27, 2008 4:38:21 pm | |
| List: | net.java.dev.glassfish.users | |
Lund, Holly wrote:
I assumed track would be the same so I added this under htttp-service
<property name="accessLoggingEnabled" value="true"/> <property name="traceEnabled" value="false"/> <property name="trackEnabled" value="false"/> <property name="putEnabled" value="false"/> <property name="deleteEnabled" value="false"/> </http-service>
I am getting ths is server log
[#|2008-05-27T08:35:30.387-0400|WARNING|sun-appserver9.1|javax.enterpris e.system.container.web|_ThreadID=10;_ThreadName=main;putEnabled;_Request ID=64caaa43-6729-4ecc-8573-7ad257ee597a;|WEB0304: Unsupported http-service property (putEnabled) is being ignored|#]
[#|2008-05-27T08:35:30.387-0400|WARNING|sun-appserver9.1|javax.enterpris e.system.container.web|_ThreadID=10;_ThreadName=main;deleteEnabled;_Requ estID=64caaa43-6729-4ecc-8573-7ad257ee597a;|WEB0304: Unsupported http-service property (deleteEnabled) is being ignored|#]
[#|2008-05-27T08:35:30.391-0400|WARNING|sun-appserver9.1|javax.enterpris e.system.container.web|_ThreadID=10;_ThreadName=main;trackEnabled;_Reque stID=64caaa43-6729-4ecc-8573-7ad257ee597a;|WEB0304: Unsupported http-service property (trackEnabled) is being ignored|#]
Can I disabel track also?
GlassFish does not support TRACK (I thought TRACK was specific to IIS?).
Also, you may disable only TRACE via an http-service property, but none of the other HTTP methods.
Jan
Holly Lund 301-903-1174 202-586-4431
-----Original Message----- From: Jean...@Sun.COM [mailto:Jean...@Sun.COM] Sent: Tuesday, March 25, 2008 12:25 PM To: use...@glassfish.dev.java.net Subject: Re: TRACE/TRACK vulnerability
Hi,
Lund, Holly wrote:
How do you secure this vulnerability?
do you want to disable trace? If yes, just add, in domain.xml under
<http-service...> .... <property name="traceEnabled" value="false"/> </http-service>
Thanks
-- Jeanfrancois





