[Koha-bugs] [Bug 9531] Make SIP2 message terminator configurable via SIPconfig.xml

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 17 14:59:23 CEST 2013


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #15204|0                           |1
        is obsolete|                            |

--- Comment #9 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 18193
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=18193&action=edit
Bug 9531 - Make SIP2 message terminator configurable via SIPconfig.xml

Add a delimeter option to SIPConfig.xml, choices for 'delimeter' are 'CR' or
'CRLF'.
The default continues to be 'CRLF' if 'delimeter' is undefined.

Test Plan:
1) Apply patch
2) Start SIP server
3) Run C4/SIP/t/04patron_status.t
4) Stop SIP server
5) Add terminator="CR" for account login 'term1'
6) Run 04patron_status.t again, you should see no change

Signed-off-by: Frédéric Demians <f.demians at tamil.fr>

Make sense. With this patch, starting 2 SIP2 servers, it is possible to serve
heterogeneous Self check devices. Shouldn't we need some doc somewhere about
this parameter?

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


More information about the Koha-bugs mailing list