Re: mod_wasm: Contributing Upstream to Apache

2023-07-04 Thread Joe Schaefer
The win with having an apr table api from httpd is that by sharing those tables in the sandbox, various programming languages will be able to interact with others without stealing the client form inputs. Even if you don’t go that route, and just expose the form inputs on stdin in your app, users

Re: mod_wasm: Contributing Upstream to Apache

2023-07-04 Thread Joe Schaefer
The more of the API you expose, the less value the sandbox has to end users. For Webapps, easy read/search / write/ iterate is essential. But also form data; which apreq stores in readonly apr tables. Joe Schaefer, Ph.D +1 (954) 253-3732 SunStar Systems, Inc. Orion - The Enterprise Jamstack

Re: libapreq 2.17 POST upload with empty filename parameter

2023-07-04 Thread Joe Schaefer
2.17 was a dud security release. Use trunk Joe Schaefer, Ph.D +1 (954) 253-3732 SunStar Systems, Inc. Orion - The Enterprise Jamstack Wiki From: Raymond Field via dev Sent: Tuesday, July 4, 2023 7:36:33 AM To: dev@httpd.apache.org Subject: libapreq 2.17 POST

libapreq 2.17 POST upload with empty filename parameter

2023-07-04 Thread Raymond Field via dev
Hi, I don't know if this is the correct place to report an issue with libapreq2, please let me know where I should sent this report if this isn't the correct place. If I POST a form to the server that contains unfilled file upload fields, the library seems to give up processing at the first