luajit
Here are 495 public repositories matching this topic...
-
Updated
Apr 25, 2022 - Lua
Description
Hi,
When I use openid-connect plugins with the wrong redirect_uri in Apache APISIX.
Like flow:
"plugins":{
"openid-connect":{
...
"scope":"openid profile",
"bearer_only":false,
"introspection_endpoint_auth_method":"client_secret_post",
"redirect_uri":"http://127.0.0.1:9080/"
.
-
Updated
Apr 14, 2022 - C++
-
Updated
Apr 19, 2022 - Lua
Could it be possible to have a warning message when installing a rock that contains a module that is already provided by another rock? Or is there already an option for this and I didn't find it?
At least with Luarocks version 3.2.1 I verified that there are no warnings for this case.
However it seems that Luarocks is aware of the collision and installs the new module under another name and
-
Updated
Apr 23, 2022 - C++
-
Updated
Apr 24, 2022 - Ruby
-
Updated
Apr 19, 2022 - Lua
-
Updated
Apr 16, 2022 - Lua
-
Updated
Apr 13, 2022 - Lua
-
Updated
Jan 9, 2019 - Perl
-
Updated
Feb 7, 2022 - Lua
-
Updated
Oct 26, 2021 - Lua
-
Updated
Jul 28, 2020 - C
-
Updated
Apr 17, 2021 - Lua
-
Updated
Apr 10, 2022 - Lua
-
Updated
Apr 23, 2022 - C
-
Updated
Oct 10, 2021 - Lua
-
Updated
Mar 1, 2022 - Lua
-
Updated
Feb 17, 2021 - C
-
Updated
Jan 9, 2021 - Lua
Dart-lang
Language request for Dart.
-
Updated
Apr 19, 2022 - Rust
Improve this page
Add a description, image, and links to the luajit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the luajit topic, visit your repo's landing page and select "manage topics."
expected result:
example.com?param=abc -> will become example.com
example.com/?param=abc -> will stay example.com/
actual result:
example.com?param=abc -> become example.com
example.com/?param=abc -> stays example.com/?param=abc