You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.
First, I would like to thank you for your NTLM patch, that was really a needed one.
Second, I would like to report a bug : you are not filtering illegal filename chars when you dump frontage service information.
In the frontpage_service_listing function, line 382:
Hello dude,
First, I would like to thank you for your NTLM patch, that was really a needed one.
Second, I would like to report a bug : you are not filtering illegal filename chars when you dump frontage service information.
In the
frontpage_service_listing
function, line 382:entry
comes from the list on line 370 and contains bad chars such as ':' (colon).Please filter any bad char in filename before attempting to write into them with this:
Best regards,
Thomas.
The text was updated successfully, but these errors were encountered: