Connect Jira Fisheye SVN over a reverse proxy (Webseal)

IK March 12, 2013

We are deliberating following 2 scenarios:

(1)Jira (and Confluence) share a "zone A" in "zone B" there are Fisheye and SVN. Inbetween there is a reverse proxy (Webseal) that does not allow "PUT" and "DELETE" calls. Is it potentially still possible to connect Jira and Fisheye? We're mainly interested in the "link issues to commits" basic functionality. (i.e. which calls are needed for the Jira/Fisheye link, can the basic functionality above be realised with this restriction?)

(2) Jira,Confluence and Fisheye share a "zone A", "zone "B" has only SVN. Again, the reverse Proxy (Webseal) inbetween does not allow "PUT" and "DELETE" calls. Is it potentially still possible to connect Fisheye and SNV? (or how can Fisheye connect to svn to overcome this?).

Does anyone have experience with this kind of setup? Also we don't want to circumvent the proxy in any way here...

1 answer

0 votes
Sergey Svishchev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 14, 2013

Fisheye (SVNKit library, in fact) won't use PUT or DELETE calls to Subversion server, but it will use PROPFIND. Does your proxy allow those?

Suggest an answer

Log in or Sign up to answer