Problem: Many users on our website do not have accounts for our SVN repository. Whenever we create a link to an SVN document using markup like this:
<a href="https://documentURL/document.pdf">View Document</a>
users who click the link must enter authentication information into a pop-up dialog box.
Our solution: We have created a limited access account with read-only capabilities for certain documents. We integrated the Java SVNKit library into our ColdFusion website and we log in to SVN using our limited access account credentials.
Help needed: Being logged-in to SVN with the limited access account does not prevent the authentication dialog box from appearing. Is there any way to prevent this dialog box from appearing while still only giving users the access level of our limited access account?
Thank you