https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22223
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Katrin Fischer <[email protected]> --- (In reply to David Cook from comment #4) > (In reply to Jonathan Druart from comment #3) > > Did you read the commit message and the bug description? > > No, I didn't look it up in Git. Like Stackoverflow, I think it makes sense > to include the relevant content in the forum rather than sending people off > somewhere else. Providing a link isn't the same thing as providing a > response. Commit message and bug description can both be viewed on bugzilla. The commit message is always supposed to contain the most current test plan, so it's often helpful to start there. If I understand the issue correctly: Catalogers might copy escaped and unescaped URLs into 856$u/952$u/955? and that leaves us with the problem that we might not use the correct filter in the templates. What can we do here? Is there a way to determine safely, if an URL has already been escaped? I assume checking for something like % might work? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
