-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REST params (formData) are not available when using HTTPS POST #1345
Comments
Same here. We reproduced this behaviour also with JQuery but also see it with a http proxy server. Any timeline to fix this (possible critical) bug? thanks a lot! |
This comment has been minimized.
This comment has been minimized.
imsandli
added a commit
to imsandli/jminix
that referenced
this issue
Jul 21, 2022
There are many differents ways [0],[1],[2] to cause restlet some problems parsing the POST form. This change introduces a fallback to get the paramters anyway. Fixes issue lbovet#11 [0] https://stackoverflow.com/questions/72102206/wildfly-26-changed-behaviour-of-rest-with-content-type-x-www-form-urlencoded [1] https://stackoverflow.com/questions/9985892/restlet-appears-to-be-doubly-decoding-my-form-parameters/11949673#11949673 [2] restlet/restlet-framework-java#1345
imsandli
added a commit
to imsandli/jminix
that referenced
this issue
Jul 29, 2022
There are many differents ways [0],[1],[2] to cause restlet some problems parsing the POST form. This change introduces a fallback to get the paramters anyway. Fixes issue lbovet#11 [0] https://stackoverflow.com/questions/72102206/wildfly-26-changed-behaviour-of-rest-with-content-type-x-www-form-urlencoded [1] https://stackoverflow.com/questions/9985892/restlet-appears-to-be-doubly-decoding-my-form-parameters/11949673#11949673 [2] restlet/restlet-framework-java#1345
imsandli
added a commit
to imsandli/jminix
that referenced
this issue
Jul 29, 2022
There are many differents ways [0],[1],[2] to cause restlet some problems parsing the POST form. This change introduces a fallback to get the paramters anyway. Fixes issue lbovet#11 [0] https://stackoverflow.com/questions/72102206/wildfly-26-changed-behaviour-of-rest-with-content-type-x-www-form-urlencoded [1] https://stackoverflow.com/questions/9985892/restlet-appears-to-be-doubly-decoding-my-form-parameters/11949673#11949673 [2] restlet/restlet-framework-java#1345
lbovet
pushed a commit
to lbovet/jminix
that referenced
this issue
Aug 24, 2022
There are many differents ways [0],[1],[2] to cause restlet some problems parsing the POST form. This change introduces a fallback to get the paramters anyway. Fixes issue #11 [0] https://stackoverflow.com/questions/72102206/wildfly-26-changed-behaviour-of-rest-with-content-type-x-www-form-urlencoded [1] https://stackoverflow.com/questions/9985892/restlet-appears-to-be-doubly-decoding-my-form-parameters/11949673#11949673 [2] restlet/restlet-framework-java#1345
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are runnig a Ubuntu 18.04 Server with nginx. I send the following ExtJS AJAX request to our application via HTTPS:
We have migrated from 2.3.7 to 2.4.0 and observe that the formbody is missing. While we use HTTP, we get the desired output and issue is there when we try to make the rest call using HTTPS.
Below is the maven dependencies:
org.restlet.jee org.restlet ${restlet.version} org.restlet.jee org.restlet.ext.crypto ${restlet.version} org.restlet.jee org.restlet.ext.fileupload ${restlet.version} org.restlet.jee org.restlet.ext.servlet ${restlet.version} org.restlet.jee org.restlet.ext.xml ${restlet.version} org.restlet.jee org.restlet.ext.wadl ${restlet.version} org.restlet.jee org.restlet.ext.jaxb ${restlet.version}<restlet.version>2.4.0</restlet.version>
The text was updated successfully, but these errors were encountered: