DO NOT REPLY [Bug 8304] New: - password tag in struts-html.tld twice

2002-04-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

File delete problem solved? Was: Re: Any news about Bug #3465 assigned to Mike Schachter?

2002-04-19 Thread Hans-Joachim Matheus
Hi Mike, after sitting a long time staring at my code I found the "bug" which isn't a bug at all. If you say "myFormFile.getInputStream()" and then try to "myFormFile.destroy()" there must be an "inputStream.close()" inbetween. Otherwise there is an open file descriptor on the file and even JDK

RE: multipart/form-data (bug?) or intended behavior?

2002-04-19 Thread Deadman, Hal
Can't this multi-part request forward problem be fixed by unwrapping the request before doing RequestDispatcher.forward/include? All the methods in RequestProcessor get the real request object from within the MultipartRequestWrapper before calling doForward() or doInclude() except for processAc