<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Issue with knox gateway when passing url with jsessionid in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-knox-gateway-when-passing-url-with-jsessionid/m-p/178034#M61384</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Facing an issue with knox gateway.&lt;/P&gt;&lt;P&gt;When we pass a url like:&lt;/P&gt;&lt;P&gt;&lt;A href="https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D"&gt;https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The rule urlencodes it before sending to tomcat server.  Tomcat then throws not found error:&lt;/P&gt;&lt;P&gt;I have two questions on this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; Is there a way to tell the rewrite rule to not encode the url or is there another way to not encode the incoming URL before forwarding to tomcat server?&lt;/P&gt;&lt;P&gt;I noticed  ‘;’  and ‘=’ are getting converted in their ASCII formats.&lt;/P&gt;&lt;P&gt;;jsessionid=  à %3Bjsessionid%3D&lt;/P&gt;&lt;P&gt;And the url passed becomes:&lt;/P&gt;&lt;P&gt;&lt;A href="http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css%3Bjsessionid%3D6F4614AEAE088D5DD74915C45DDAC39D"&gt;http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css%3Bjsessionid%3D6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; We were trying to specify another dispatch (PassAllHeadersDispatch) in the service.xml&lt;/P&gt;&lt;P&gt;But it never gets picked up as shown in the debug logs. How can we change the default dispatch apart from putting in the service.xml?&lt;/P&gt;&lt;P&gt;We did checked that the PassAllHeadersDispatch are supported in the knox version (0.9) we are using.&lt;/P&gt;&lt;P&gt;Given below are the topology, service.xml, rewrite.xml and the relevant portion of the log.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;knox&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;topology&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cat opt.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;topology&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;gateway&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;provider&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;role&amp;gt;webappsec&amp;lt;/role&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;name&amp;gt;AppWebAppSec&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;param&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;name&amp;gt;ve.bodylength.enabled&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/param&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;param&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;name&amp;gt;ve.gzip.enabled&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/param&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;param&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;name&amp;gt;ve.header.enabled&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/param&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/provider&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;provider&amp;gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;role&amp;gt;identity-assertion&amp;lt;/role&amp;gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;name&amp;gt;Default&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/provider&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/gateway&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;service&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;role&amp;gt;OPENTEXT&amp;lt;/role&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;url&amp;gt;&lt;A href="http://ip-172-1-1-1:9090%3C/url%3E"&gt;http://ip-172-1-1-1:9090&amp;lt;/url&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/service&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/topology&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cat rewrite.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;rules&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;rule dir="IN" name="OPENTEXT/opentext/inbound" pattern="*://*:*/**/opentext/{**}"&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;rewrite template="{$serviceUrl[OPENTEXT]}/opentext/{**}"/&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;/rule&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;rule dir="OUT" name="OPENTEXT/opentext/outbound" pattern="/opentext/{**}"&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;rewrite template="{$frontend[url]}/opentext/{**}"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/rule&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/rules&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cat service.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;service role="OPENTEXT" name="opentext" version="0.0.1"&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;routes&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;route path="/opentext/**"/&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;route path="/opentext/"/&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;/routes&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;dispatch classname="org.apache.hadoop.gateway.dispatch.PassAllHeadersDispatch"/&amp;gt;&lt;/P&gt;&lt;P&gt;Logs&lt;/P&gt;&lt;P&gt; 2017-05-11 15:34:25,692 DEBUG hadoop.gateway (GatewayFilter.java:doFilter(116)) - Received request: GET /opentext/common/jslib/themes/default/athena.css&lt;/P&gt;&lt;P&gt;2017-05-11 15:34:25,697 DEBUG hadoop.gateway (UrlRewriteProcessor.java:rewrite(164)) - Rewrote URL: &lt;A href="https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D"&gt;https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;, direction: IN via implicit rule: OPENTEXT/opentext/inbound1 to URL: &lt;A href="http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D"&gt;http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2017-05-11 15:34:25,698 DEBUG hadoop.gateway (DefaultDispatch.java:executeOutboundRequest(120)) - Dispatch request: GET &lt;A href="http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css%3Bjsessionid%3D6F4614AEAE088D5DD74915C45DDAC39D"&gt;http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css%3Bjsessionid%3D6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2017-05-11 15:34:25,708 DEBUG hadoop.gateway (DefaultDispatch.java:executeOutboundRequest(133)) - Dispatch response status: 404&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2017-05-11 15:34:25,708 DEBUG hadoop.gateway (DefaultDispatch.java:getInboundResponseContentType(202)) - Using explicit character set UTF-8 for entity of type text/html&lt;/P&gt;&lt;P&gt;2017-05-11 15:34:25,708 DEBUG hadoop.gateway (DefaultDispatch.java:getInboundResponseContentType(210)) - Inbound response entity content type: text/html; charset=utf-8&lt;/P&gt;&lt;P&gt;2017-05-11 15:34:25,709 DEBUG hadoop.gateway (UrlRewriteProcessor.java:rewrite(164)) - Rewrote URL: /opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D, direction: OUT via implicit rule: OPENTEXT/opentext/outbound2 to URL: &lt;A href="https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D"&gt;https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help and time.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;</description>
    <pubDate>Thu, 18 May 2017 22:27:13 GMT</pubDate>
    <dc:creator>rbiswas1</dc:creator>
    <dc:date>2017-05-18T22:27:13Z</dc:date>
    <item>
      <title>Issue with knox gateway when passing url with jsessionid</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-knox-gateway-when-passing-url-with-jsessionid/m-p/178034#M61384</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Facing an issue with knox gateway.&lt;/P&gt;&lt;P&gt;When we pass a url like:&lt;/P&gt;&lt;P&gt;&lt;A href="https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D"&gt;https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The rule urlencodes it before sending to tomcat server.  Tomcat then throws not found error:&lt;/P&gt;&lt;P&gt;I have two questions on this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt; Is there a way to tell the rewrite rule to not encode the url or is there another way to not encode the incoming URL before forwarding to tomcat server?&lt;/P&gt;&lt;P&gt;I noticed  ‘;’  and ‘=’ are getting converted in their ASCII formats.&lt;/P&gt;&lt;P&gt;;jsessionid=  à %3Bjsessionid%3D&lt;/P&gt;&lt;P&gt;And the url passed becomes:&lt;/P&gt;&lt;P&gt;&lt;A href="http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css%3Bjsessionid%3D6F4614AEAE088D5DD74915C45DDAC39D"&gt;http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css%3Bjsessionid%3D6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt; We were trying to specify another dispatch (PassAllHeadersDispatch) in the service.xml&lt;/P&gt;&lt;P&gt;But it never gets picked up as shown in the debug logs. How can we change the default dispatch apart from putting in the service.xml?&lt;/P&gt;&lt;P&gt;We did checked that the PassAllHeadersDispatch are supported in the knox version (0.9) we are using.&lt;/P&gt;&lt;P&gt;Given below are the topology, service.xml, rewrite.xml and the relevant portion of the log.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;knox&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;topology&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cat opt.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;topology&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;gateway&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;provider&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;role&amp;gt;webappsec&amp;lt;/role&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;name&amp;gt;AppWebAppSec&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;param&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;name&amp;gt;ve.bodylength.enabled&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/param&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;param&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;name&amp;gt;ve.gzip.enabled&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/param&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;param&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;name&amp;gt;ve.header.enabled&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/param&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/provider&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;provider&amp;gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;role&amp;gt;identity-assertion&amp;lt;/role&amp;gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;name&amp;gt;Default&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;         &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/provider&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/gateway&amp;gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;service&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;role&amp;gt;OPENTEXT&amp;lt;/role&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;url&amp;gt;&lt;A href="http://ip-172-1-1-1:9090%3C/url%3E"&gt;http://ip-172-1-1-1:9090&amp;lt;/url&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;   &amp;lt;/service&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/topology&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cat rewrite.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;rules&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;rule dir="IN" name="OPENTEXT/opentext/inbound" pattern="*://*:*/**/opentext/{**}"&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;rewrite template="{$serviceUrl[OPENTEXT]}/opentext/{**}"/&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;/rule&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;rule dir="OUT" name="OPENTEXT/opentext/outbound" pattern="/opentext/{**}"&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;rewrite template="{$frontend[url]}/opentext/{**}"/&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/rule&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/rules&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cat service.xml&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;service role="OPENTEXT" name="opentext" version="0.0.1"&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;routes&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;route path="/opentext/**"/&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;route path="/opentext/"/&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;/routes&amp;gt;&lt;/P&gt;&lt;P&gt;    &amp;lt;dispatch classname="org.apache.hadoop.gateway.dispatch.PassAllHeadersDispatch"/&amp;gt;&lt;/P&gt;&lt;P&gt;Logs&lt;/P&gt;&lt;P&gt; 2017-05-11 15:34:25,692 DEBUG hadoop.gateway (GatewayFilter.java:doFilter(116)) - Received request: GET /opentext/common/jslib/themes/default/athena.css&lt;/P&gt;&lt;P&gt;2017-05-11 15:34:25,697 DEBUG hadoop.gateway (UrlRewriteProcessor.java:rewrite(164)) - Rewrote URL: &lt;A href="https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D"&gt;https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;, direction: IN via implicit rule: OPENTEXT/opentext/inbound1 to URL: &lt;A href="http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D"&gt;http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2017-05-11 15:34:25,698 DEBUG hadoop.gateway (DefaultDispatch.java:executeOutboundRequest(120)) - Dispatch request: GET &lt;A href="http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css%3Bjsessionid%3D6F4614AEAE088D5DD74915C45DDAC39D"&gt;http://ip-172-1-1-1:9090/opentext/common/jslib/themes/default/athena.css%3Bjsessionid%3D6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2017-05-11 15:34:25,708 DEBUG hadoop.gateway (DefaultDispatch.java:executeOutboundRequest(133)) - Dispatch response status: 404&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2017-05-11 15:34:25,708 DEBUG hadoop.gateway (DefaultDispatch.java:getInboundResponseContentType(202)) - Using explicit character set UTF-8 for entity of type text/html&lt;/P&gt;&lt;P&gt;2017-05-11 15:34:25,708 DEBUG hadoop.gateway (DefaultDispatch.java:getInboundResponseContentType(210)) - Inbound response entity content type: text/html; charset=utf-8&lt;/P&gt;&lt;P&gt;2017-05-11 15:34:25,709 DEBUG hadoop.gateway (UrlRewriteProcessor.java:rewrite(164)) - Rewrote URL: /opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D, direction: OUT via implicit rule: OPENTEXT/opentext/outbound2 to URL: &lt;A href="https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D"&gt;https://app1.company.com:9443/company/opt/opentext/common/jslib/themes/default/athena.css;jsessionid=6F4614AEAE088D5DD74915C45DDAC39D&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help and time.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 22:27:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-knox-gateway-when-passing-url-with-jsessionid/m-p/178034#M61384</guid>
      <dc:creator>rbiswas1</dc:creator>
      <dc:date>2017-05-18T22:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with knox gateway when passing url with jsessionid</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-knox-gateway-when-passing-url-with-jsessionid/m-p/178035#M61385</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I managed to fix the issue.&lt;/P&gt;&lt;P&gt;The fix was to put the Hbase dispatch in the service.xml&lt;/P&gt;&lt;P&gt;&amp;lt;dispatch classname="org.apache.hadoop.gateway.hbase.HBaseDispatch"/&amp;gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 21:46:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Issue-with-knox-gateway-when-passing-url-with-jsessionid/m-p/178035#M61385</guid>
      <dc:creator>rbiswas1</dc:creator>
      <dc:date>2017-05-19T21:46:04Z</dc:date>
    </item>
  </channel>
</rss>

