@ -101,6 +101,7 @@ public class MockMultipartFile implements MultipartFile {
@@ -101,6 +101,7 @@ public class MockMultipartFile implements MultipartFile {
@ -121,11 +121,12 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -121,11 +121,12 @@ public class ServletHttpHandlerAdapter implements Servlet {
@ -136,16 +137,16 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -136,16 +137,16 @@ public class ServletHttpHandlerAdapter implements Servlet {
logger.info("Found Servlet mapping '"+path+"' for Servlet '"+name+"'.");
logger.info("Found Servlet mapping '"+path+"' for Servlet '"+name+"'");
}
returnpath;
}
}
thrownewIllegalArgumentException("Expected a single Servlet mapping -- "+
thrownewIllegalArgumentException("Expected a single Servlet mapping: "+
"either the default Servlet mapping (i.e. '/'), "+
"or a path based mapping (e.g. '/*', '/foo/*'). "+
"Actual mappings: "+mappings+" for Servlet '"+name+"'.");
"Actual mappings: "+mappings+" for Servlet '"+name+"'");
}
@ -168,18 +169,13 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -168,18 +169,13 @@ public class ServletHttpHandlerAdapter implements Servlet {
@ -219,25 +215,25 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -219,25 +215,25 @@ public class ServletHttpHandlerAdapter implements Servlet {
@ -246,7 +242,7 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -246,7 +242,7 @@ public class ServletHttpHandlerAdapter implements Servlet {
@ -257,7 +253,7 @@ public class ServletHttpHandlerAdapter implements Servlet {
@@ -257,7 +253,7 @@ public class ServletHttpHandlerAdapter implements Servlet {
@ -57,9 +55,7 @@ public class MockExpressionEvaluator extends javax.servlet.jsp.el.ExpressionEval
@@ -57,9 +55,7 @@ public class MockExpressionEvaluator extends javax.servlet.jsp.el.ExpressionEval
@ -67,26 +63,21 @@ public class MockExpressionEvaluator extends javax.servlet.jsp.el.ExpressionEval
@@ -67,26 +63,21 @@ public class MockExpressionEvaluator extends javax.servlet.jsp.el.ExpressionEval
@ -141,6 +141,7 @@ public class MockServletContext implements ServletContext {
@@ -141,6 +141,7 @@ public class MockServletContext implements ServletContext {
@ -179,7 +180,7 @@ public class MockServletContext implements ServletContext {
@@ -179,7 +180,7 @@ public class MockServletContext implements ServletContext {
@ -204,7 +205,7 @@ public class MockServletContext implements ServletContext {
@@ -204,7 +205,7 @@ public class MockServletContext implements ServletContext {
@ -79,6 +79,7 @@ public class PassThroughFilterChain implements FilterChain {
@@ -79,6 +79,7 @@ public class PassThroughFilterChain implements FilterChain {