You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/01 09:42:35 UTC

[GitHub] [apisix] spacewander commented on issue #7583: bug: Incompatible redirect plugin parameters after upgrade to 2.15

spacewander commented on issue #7583:
URL: https://github.com/apache/apisix/issues/7583#issuecomment-1200966849

   I think the fix is incorrect.
   ```
   "redirect": {
               "http_to_https": true,
               "append_query_string": true
           }
   ```
   should be rejected.
   
   But
   ```
    "redirect":{
           "http_to_https":true,
           "append_query_string":false
       }
   ```
   should be OK.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org