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
I stumbled across this line because we had to do an overlay in our project for it. I recognised that not all invalid characters for windows are removed (<, >, ").
I want to suggest changing this to a whitelist instead, since not only are there invalid characters that remain, but also the location of valid characters that make them invalid filenames could be an issue (e.g. space or dot at the beginning or end of a filename).
I stumbled across this line because we had to do an overlay in our project for it. I recognised that not all invalid characters for windows are removed (<, >, ").
I want to suggest changing this to a whitelist instead, since not only are there invalid characters that remain, but also the location of valid characters that make them invalid filenames could be an issue (e.g. space or dot at the beginning or end of a filename).
acs-aem-commons/bundle/src/main/java/com/adobe/acs/commons/mcp/impl/ProcessErrorReportExcelServlet.java
Line 91 in 213279b
The text was updated successfully, but these errors were encountered: