cs-hv opened a new issue, #10220:
URL: https://github.com/apache/cloudstack/issues/10220

   ### problem
   
   ACL list rules can be exported to a CSV-file. This file will be truncated 
however if the description contains the hash-character '#'. The hash-character 
and any following characters/lines will be truncated.
   
   ### The steps to reproduce the bug
   
   1. Add description to a network ACL Rule containing a '#'-character
   2. Use function "Export ACLs" to obtain CSV-file
   3. Store the file in an arbitrary download folder
   4. Open the file in a text editor
   
   ### What to do about it?
   
   Fix required, the '#'-character must not be treated as delimiter/start of 
comment/whatever when contained in description.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to