[ https://www.modsecurity.org/tracker/browse/MODSEC-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Breno Silva Pinto resolved MODSEC-234.
--------------------------------------
Resolution: Fixed
Now we have:
--480c9277-J--
1,15469,"cisco_4_dat","<Unknown ContentType>"
Total,15469
> The format of part J is difficult to parse
> ------------------------------------------
>
> Key: MODSEC-234
> URL: https://www.modsecurity.org/tracker/browse/MODSEC-234
> Project: ModSecurity
> Issue Type: Improvement
> Security Level: Normal
> Components: Logging
> Affects Versions: 2.6.0
> Reporter: Ivan Ristic
> Assignee: Breno Silva Pinto
> Fix For: 2.6.0
>
>
> The format of part J is difficult for tools to consume programmatically. Why not, for example, use CSV as format for this part. For example, a request containing two files could be represented with:
> 2,100,"image1.jpg","image/jpeg"
> 3,100,"image2.jpg","image/jpeg"
> Total,200
> By the way, I think the current code uses 0 for the first form element, which is not obvious to non-programmers. Even I expected 1 to be used for the first element.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://www.modsecurity.org/tracker/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|