[Koha-bugs] [Bug 14441] New: TrackClicks cuts off/breaks URLs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 23 17:31:55 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14441

            Bug ID: 14441
           Summary: TrackClicks cuts off/breaks URLs
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: OPAC
          Assignee: oleonard at myacpl.org
          Reporter: katrin.fischer at bsz-bw.de
        QA Contact: testopia at bugs.koha-community.org

I did a quick test with the TrackClicks preference and it appears to break URLs
with multiple parameters? The second URL parameter is cut of for the links I
looked at:

Without TrackClicks:
http://<domain_external>?identifier=1003033849-9-1373538128402-3&field=ALLEGROID

With TrackClicks set to track anonymously:

URL visible in the OPAC:
https://<domain_opac>/cgi-bin/koha/tracklinks.pl?uri=
http://<domain_external>?identifier=1003033849-9-1373538128402-3&field=ALLEGROID;biblionumber=2647

URL it tries to access:
http://<domain_external>?identifier=1003033849-9-1373538128402-3 
... will result in an error message in this case as an important bit is
missing.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list