You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same problem as in #153, but this time with Jetty instead of Tomcat. Jetty's implementation of DefaultServlet#doOptions sets both 'Allow' and 'Date' and therefore slips through the fix in #153.
…decide if call has been handeled
If not, no OPTION calls will be passed down to the rack app due to the fact
that some implementations of DefaultServlet (i.e. Jetty and Tomcat) already sets
these fields. Fixesjruby#205
to decide if call has been handeled
If not, no OPTION calls will be passed down to the rack app due to the fact
that some implementations of DefaultServlet (i.e. Jetty) also sets 'Date'
Fixes#205
This is the same problem as in #153, but this time with Jetty instead of Tomcat. Jetty's implementation of
DefaultServlet#doOptions
sets both 'Allow' and 'Date' and therefore slips through the fix in #153.The text was updated successfully, but these errors were encountered: