LOVD 2.0

Welcome to the LOVD 2.0 bug tracking system. Please note that this bug tracking system is not for LOVD 3.0!

If you have any issues, please read the documentation and Frequently Asked Questions.
Please note that you need to register before you can submit bugs or feature requests.

Information By default, all closed tasks are hidden from view.
Click here to see all tasks.

Tasklist

FS#37 - allow for more flexible socket configuration settings

Attached to Project: LOVD 2.0
Opened by Ammar Husami (husamia) - Wednesday, 15 October 2008, 17:54 GMT+2
Last edited by Ivo F.A.C. Fokkema (ifokkema) - Thursday, 16 October 2008, 10:10 GMT+2
Task Type Feature Request
Category Backend / Core
Status Closed
Assigned To Ivo F.A.C. Fokkema (ifokkema)
Operating System All
Severity Low
Priority Normal
Reported Version 2.0-12
Due in Version 2.0-13
Due Date 2008-10-31
Percent Complete 100%
Votes 0
Private No

Details

There is a modification that we made in one line 269 the inc-init.php file that allows our specific socket configuration read from config.ini to be recognized. The specific modification is adding a \":\\/\" in the line \'/^[0-9a-z][-0-9a-z.]*[0-9a-z]$/i, to make it \'/^[0-9a-z][-0-9a-z.:\\/]*[0-9a-z]$/i\', which allows for more flexible configuration.

refer to out notes at
http://bmi.cchmc.org/resources/software/lovd/overview/?searchterm=lovd

If you add this change to next version, we don\'t have to change it every time we do an update.

Thank you
This task depends upon

Closed by  Ivo F.A.C. Fokkema (ifokkema)
Friday, 31 October 2008, 18:00 GMT+2
Reason for closing:  Fixed
Comment by Ivo F.A.C. Fokkema (ifokkema) - Thursday, 16 October 2008, 10:13 GMT+2
Thank you for your request. I have changed it to:
\'/^([0-9a-z][-0-9a-z.]*[0-9a-z](:[0-9]+)?|:[-0-9a-z.\\/]+)$/i\'
Which is a little less permissive as you suggested, but it allows for the \"hostname:port\" and \":/path/to/socket\" values as you suggested.
Thank you for helping making LOVD better.

Loading...