I am trying to create a 'hit-counter' of sorts and would like to know how confluence handles client downloads (server-side) when a link on a page is clicked. The counter is intended as a way of tracking how many time a piece of in-house software (a tarball linked to a page) is downloaded by customers.
More specifically my question is:
How does the confluence application know the following when a link in a page is clicked:
What you want to do is very complex because of the nature of HTTP and the cross-browser incompatiblities. There might be a JavaScript library that supports such features, so I would start there.
So I am not opposed in anyway to implementing a solution with JavaScript however, at this point I am more so interested specifically in what is the current implementation of initiating the download once a link is clicked.
For instance, is one of the servlet processes that is always waiting for such a request to come from any link in the running tomcat instance?
Or something more like a download server routine running?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would like to further clarify that I am asking this:
Does confluence implement anything like a download manager to handle serving files that maybe embedded by way of a link?
or
Does clicking on an embedded link simply load the URL into the clients browser using default browser behavior?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.