https://issues.apache.org/bugzilla/show_bug.cgi?id=49286
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID OS/Version| |All --- Comment #1 from Mark Thomas <[email protected]> 2010-05-13 15:03:25 EDT --- The default Servlet returns 403 responses for PUT and DELETE methods. As such they are valid to be included in the Allow header of the OPTIONS response. TRACE returns a 405 and as such must not (and is not) included in the Allow header of the OPTIONS resposne. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
