https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12620
--- Comment #15 from Adolfo RodrÃguez Taboada <[email protected]> --- Created attachment 165835 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165835&action=edit bug 12620 Allows to search in z39.50 servers using a proxy In some environments it is necessary to use a proxy to search in z39.50 servers wether it's because it doesn't have access to Internet or that the z39.50 ports are blocked. This commit allows to configure a proxy in a new system preference HttpForwardProxy. Sometimes some of the z39.50 servers don't work with the forward proxy, so we have added a column at the z39.50 server level so you can specify which ones won't use the proxy (z3950servers.do_not_use_proxy) To use the proxy, the preference must be configured and the "Do not use proxy" checkbox (z3950servers.do_not_use_proxy) in the z39.50 must be unchecked. The option "Do not use proxy" in the z39.50 server only appears when the system preference is configured. Test plan: 1 Check searching agains z39.50 No results. 2 Apply patch, restart services 3 Configure system preference HttpForwardProxy 4 Check searching agains z39.50 and see that you get results. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
