https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31623

            Bug ID: 31623
           Summary: Greater/smaller than in DB password is problematic
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

To reproduce: 

Edit the koha-conf.xml of an existing site, by adding an element like this to
the "config"-section (on the same level as the "database", "hostname" etc
element): 

<passtest>a>b</passtest>

Now read this element in the same way koha-mysql does: 

$ sudo xmlstarlet sel -t -v 'yazgfs/config/passtest'
/etc/koha/sites/koha/koha-conf.xml 
a&gt;b

"a>b" is output as "a&gt;b", which means koha-mysql will not be able to connect
to the database.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to