risdenk commented on a change in pull request #275: KNOX-2253 Add support to handle Livy server redirects URL: https://github.com/apache/knox/pull/275#discussion_r385179083
########## File path: gateway-service-definitions/src/main/resources/services/livy/0.4.0/service.xml ########## @@ -17,9 +17,9 @@ --> <service role="LIVYSERVER" name="livy" version="0.4.0"> <routes> - <route path="/livy/**?**"/> - <route path="/livy"/> - <route path="/livy/"/> + <route path="/livy/v1/**?**"/> + <route path="/livy/v1"/> + <route path="/livy/v1/"/> Review comment: Don't make these changes. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
