Make OnCommittedResponseWrapper public

This is preparing for changes in gh-2953

Issues gh-2953
This commit is contained in:
Rob Winch
2016-03-15 11:16:44 -05:00
parent ed01fedfde
commit 1fcc2fcd88
3 changed files with 190 additions and 117 deletions

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.security.web.context;
package org.springframework.security.web.util;
import java.io.IOException;
import java.io.PrintWriter;
@@ -25,6 +25,8 @@ import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import org.springframework.security.web.util.OnCommittedResponseWrapper;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletResponse;