Desnes Nunes

Results 6 comments of Desnes Nunes

Somewhere on python-werkzeug? This thread caught the eye: https://github.com/pallets/werkzeug/issues/808 And this: ~~~ [root@ beaker]$ rpm -qa | grep werkzeug python-werkzeug-0.9.1-2.el7.noarch ~~~ What is the current recommended version of python-werkzeug to...

This is also a clue? ~~~ [root@ ~]# cat beaker.bug.py #!/usr/bin/python3 s = b'\x80\xf8\xe7' print(s.decode('latin-1')) print(s.decode('windows-1252')) print(s.decode('UTF-8')) [root@ ~]# ./beaker.bug.py øç €øç Traceback (most recent call last): File "./beaker.bug.3.py", line...

@JSpewock As far as I knew, the harness packages were not available at https://beaker-project.org/yum/harness/ mostly because RHEL9 and F36 were not GA, thus the packages could not be released. Nevertheless,...

A couple of years ago I did try to run/port the beaker server/controller packages on ppc64le and I think that what gave me the most issues on the server was...

@StykMartin @nmorey @JohnVillalovos It seems that Beaker is on a maintenance state nowadays (specially upstream); thus, as far as I know, new features like these will hardly be ever implemented....

We tried using jquery_migrate ... which at first seemed to have bypassed the issue, however, it break ssh adding as follows: [0023-beaker-updating-jquery-min-js-to-fix-multiple-XSS-vu.patch.txt](https://github.com/beaker-project/beaker/files/9215175/0023-beaker-updating-jquery-min-js-to-fix-multiple-XSS-vu.patch.txt) ![image](https://user-images.githubusercontent.com/9698846/181661866-540dc98d-f64d-4c03-b94c-c0ee954531a3.png)