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/24 02:52:12 UTC

[GitHub] [apisix] JohnQI8888 opened a new issue, #7776: bug: Reposne_write plugin will delete the server-side cookies

JohnQI8888 opened a new issue, #7776:
URL: https://github.com/apache/apisix/issues/7776

   ### Current Behavior
   
   Reposne_write plugin will delete the server-side cookies
   
   ### Expected Behavior
   
   _No response_
   
   ### Error Logs
   
   _No response_
   
   ### Steps to Reproduce
   
   1. Run apisix
   2. setup a route looks like this:
   "value": {
                       "host": "aaa.xxx.com",
                       "plugins": {
                           "prometheus": {},
                           "response-rewrite": {
                               "headers": {
                                   "Set-Cookie": "tagged=23333; Expires=Wed, 11 Sep 2030 08:00:00 GMT"
                               }
                           } 
                       },
                       "uris": [
                           "/*"
                       ],
                       "filter_func": "function(vars)\n    return true\nend",
                       "upstream_id": "127",
                       "name": "-master_r_2022-08-17_3-DEFAULT",
                       "priority": 0,
                       "id": "345"
                   },
   3.  the backend server setup another cookie
   4.  check the response, you will find the server-side cookies were deleted.
   
   
   ### Environment
   
   - APISIX version (run `apisix version`):1.5
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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.apache.org

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


[GitHub] [apisix] spacewander closed issue #7776: bug: Reposne_write plugin will delete the server-side cookies

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #7776: bug: Reposne_write plugin will delete the server-side cookies
URL: https://github.com/apache/apisix/issues/7776


-- 
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


[GitHub] [apisix] spacewander commented on issue #7776: bug: Reposne_write plugin will delete the server-side cookies

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #7776:
URL: https://github.com/apache/apisix/issues/7776#issuecomment-1225274924

   Known issue. We will fix it via https://lists.apache.org/thread/bxl0sn1qb5fchvnynz7b8sst9r07cyqm.


-- 
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


[GitHub] [apisix] spacewander commented on issue #7776: bug: Reposne_write plugin will delete the server-side cookies

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #7776:
URL: https://github.com/apache/apisix/issues/7776#issuecomment-1225260341

   Known issue. We will fix it via https://lists.apache.org/thread/bxl0sn1qb5fchvnynz7b8sst9r07cyqm.


-- 
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