-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37599/
-----------------------------------------------------------
(Updated Aug. 27, 2015, 12:37 a.m.)
Review request for Sqoop.
Changes
-------
Rebased.
Bugs: SQOOP-2507
https://issues.apache.org/jira/browse/SQOOP-2507
Repository: sqoop-sqoop2
Description
-------
As suggested on the JIRA, I've removed code that was using default Tomcat
handlers for unsupported methods (mainly removing super calls in our parent
Servlet class).
Diffs (updated)
-----
server/src/main/java/org/apache/sqoop/handler/VersionRequestHandler.java
588218b
server/src/main/java/org/apache/sqoop/server/SqoopProtocolServlet.java
92bdc9c
test/src/test/java/org/apache/sqoop/integration/server/InvalidRESTCallsTest.java
0490cf0
Diff: https://reviews.apache.org/r/37599/diff/
Testing
-------
I've added integration test to verify that we're dying with expected Sqoop
specific exception.
Thanks,
Jarek Cecho