Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lbovet/jminix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3.0
Choose a base ref
...
head repository: lbovet/jminix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 24, 2022

  1. Fallback to extract POST params

    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
    imsandli authored and lbovet committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    2f1d994 View commit details
    Browse the repository at this point in the history
  2. release: 1.3.1

    lbovet committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    05b2ec5 View commit details
    Browse the repository at this point in the history
Loading