Re: [commons-fileupload2-jakarta-servlet6] - 2.0.0.M2 -DiskItemFile setPath

2024-07-06 Thread sendi Tho
Thank you for looking. I may be not clear .. here is what I am trying to say. 1.) The 2.0.0.M2 is using commons-io 2.16.1, here is the api https://commons.apache.org/proper//commons-io/apidocs/org/apache/commons/io/build/AbstractStreamBuilder.html setPath not public 2.) https://github.com/ap

Re: [commons-fileupload2-jakarta-servlet6] - 2.0.0.M2 -DiskItemFile setPath

2024-07-06 Thread Gary Gregory
Those two methods are public. What am I missing? Gary On Sat, Jul 6, 2024, 11:09 AM sendi Tho wrote: > the exact issue I think is > > DiskFileItemFactory.Builder does not expose the property setPath and > setBufferSize. > > > in this file line# 82, #83 > > commons-fileupload/commons-fileupload2

Re: [commons-fileupload2-jakarta-servlet6] - 2.0.0.M2 -DiskItemFile setPath

2024-07-06 Thread sendi Tho
the exact issue I think is DiskFileItemFactory.Builder does not expose the property setPath and setBufferSize.   in this file line# 82, #83 commons-fileupload/commons-fileupload2-core/src/main/java/org/apache/commons/fileupload2/core/DiskFileItemFactory.java   TIA.   Sent: Friday, July 05,