mirror of
https://github.com/apache/struts.git
synced 2026-08-07 07:37:20 +00:00
Merge branch 'ww-4558' of github.com:victorsosa/struts into ww-4558
# Conflicts: # plugins/json/src/main/java/org/apache/struts2/json/JSONInterceptor.java
This commit is contained in:
@@ -186,7 +186,11 @@ public class JSONInterceptor extends AbstractInterceptor {
|
||||
|
||||
return Action.NONE;
|
||||
} else {
|
||||
<<<<<<< HEAD
|
||||
LOG.debug("Accept header parameter must be 'application/json' or 'application/json-rpc'. Ignoring request with accept ", accept);
|
||||
=======
|
||||
LOG.debug("Accept header parameter must be 'application/json' or 'application/json-rpc'. Ignoring request with accept ", contentType);
|
||||
>>>>>>> fab687a07e8d873c82465b29188100debf61097f
|
||||
}
|
||||
|
||||
return invocation.invoke();
|
||||
|
||||
Reference in New Issue
Block a user