Satish Mittal created FALCON-426:
------------------------------------
Summary: Prism unable to connect to falcon server if falcon
endpoint URL ends with '/' character
Key: FALCON-426
URL: https://issues.apache.org/jira/browse/FALCON-426
Project: Falcon
Issue Type: Bug
Affects Versions: 0.5
Reporter: Satish Mittal
Assignee: Satish Mittal
With trunk build, started falcon in distributed mode and inside prism
runtime.properties, configured endpoint of falcon server to
https://localhost:15443/. However cluster submit operation failed with error
message containing:
{noformat}
Error: Bad
Request;dev2/org.apache.falcon.FalconException::org.apache.falcon.FalconException:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>Error 404 NOT_FOUND</title>
</head>
<body><h2>HTTP ERROR 404</h2>
<p>Problem accessing //secure/sync/submit/cluster. Reason:
<pre> NOT_FOUND</pre></p><hr /><i><small>Powered by
Jetty://</small></i><br/>
{noformat}
The entity submit operations succeed if endpoint doesn't have '/' in the end.
However falcon should be robust enough to handle server URLs ending with '/' as
well.
--
This message was sent by Atlassian JIRA
(v6.2#6252)