FreeBSD Bugzilla – Attachment 243686 Details for
Bug 272794
finance/odoo: Breakage caused by Werkzeug 2.3.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix FutureResponse
odoo.patch (text/plain), 329 bytes, created by
yzrh
on 2023-07-29 12:16:16 UTC
(
hide
)
Description:
Fix FutureResponse
Filename:
MIME Type:
Creator:
yzrh
Created:
2023-07-29 12:16:16 UTC
Size:
329 bytes
patch
obsolete
>--- http.py.orig 2023-07-29 11:27:55.404316000 +0000 >+++ http.py 2023-07-29 11:28:06.254433000 +0000 >@@ -1110,7 +1110,7 @@ > headers to be injected in the final response. > """ > # used by werkzeug.Response.set_cookie >- charset = 'utf-8' >+ _charset = 'utf-8' > max_cookie_size = 4093 > > def __init__(self):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272794
: 243686