DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17459>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17459 Posting multipart/form-data results in Invalid method request Summary: Posting multipart/form-data results in Invalid method request Product: Apache httpd-1.3 Version: 1.3.26 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: Other AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I have the following configuration Apache - 1.3.26 modssl - 2.8.10 openssl - 0.9.6d Webserver is configured to connect to weblogic 5.1 sp10 appserver. Config file has, LoadModule ssl_module libexec/libssl.so LoadModule weblogic_module libexec/mod_wl_ssl.so # SETTING UP WEBLOGIC HANDLER <Location /ALD> SetHandler weblogic-handler PathTrim /ALD ErrorPage http://211.210.121.99 </Location> WeblogicHost 211.210.121.99 WebLogicPort 7001 MatchExpression /ALD/* Problem : When I upload a file using a form with <form action="CollectServlet" enctype="multipart/form-data" name="collect" method="post"> My apache web server, get the following request, which I see in access_log 123.213.211.151 - - [25/Feb/2003:06:54:08 -0800] "----------------------------- 7d3b0c1cd032e" 501 - There is a corresponding error log like this, [Tue Feb 25 06:54:08 2003] [error] [client 123.213.211.151] Invalid method in request -----------------------------7d3b0c1cd032e Another important thing to note is, It doesn't happen always. The form works fine, I was able to upload files, all of a sudden this appears, and I could not upload files using multipart/form-data after that. The problem gets fixed only after I restart the apache web server. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
