Mohit Soni

Results 13 comments of Mohit Soni

The filter is a reference implementation of W3C's CORS [specification](http://www.w3.org/TR/2013/CR-cors-20130129). Specifically, the [resource processing model section](http://www.w3.org/TR/2013/CR-cors-20130129/#resource-processing-model). As per that section, if a request does contain 'Origin' header, than the resource...

Sounds interesting, and I think it will be helpful for project in general. How do you propose to do it ?

@jamesagnew and @alvinleonard Sorry for not responding earlier. This project is not being maintained very actively, specially after donation to Apache Tomcat project. This issue has already been fixed in...

This behavior is incorrect, and is a bug. I'll fix it, and roll out a new version soon. Thanks for reporting it.

@liumapp Interesting situation. I'm curious to understand how we got into this particular situation. Is it because: 1. CORSFilter got invoked multiple times in one request/response cycle ? 1.1 Is...

This is the sequence of events: 1. Scheduler attempts to launch the task with RESERVE+CREATE+LAUNCH 2. Scheduler drops dead 3. Scheduler comes back, performs reconcilation 4. Receives a status from...

@nickbp Let me mark that test as disabled, and add a task to remind that we need to enable this test.