-
```
What version/revision number of mod_spdy are you using?
https://dl-ssl.google.com/dl/linux/direct/mod-spdy-beta_current_amd64.deb
What version of Apache are you using, and on what operating syst…
-
ethanol76 created Redmine issue ID 6041
Hello,
I succesfully installed Revolution on my Ubuntu laptop but after installation and admin login I can only see the top header with the main menu and the c…
-
```
mod_spdy (beta_current).
Apache/2.2.22 (Ubuntu 12.04 LTS)
Loaded Modules:
core_module (static)
log_config_module (static)
logio_module (static)
mpm_prefork_module (static)
http_module (stat…
-
### What happened?
1. 用户认证使用HTTP Server 方式,content-type 设置为application/x-www-form-urlencoded ,此时若用户密码为空 ,客户端连接时会直接被拒绝连接,不会请求HTTP Server。
2. 授权使用HTTP Server方式,content-type 设置为application/x-www-form-u…
mothz updated
2 years ago
-
Buildbot version: 2.6.0
We are running a Buildbot instance with Github authentication using Authz:
```python
c['www'] = {
# ...
'authz': util.Authz(
allowRules=[
…
-
```
Spring already supports some more Tags than ifNotGranted, ifAllGranted,
ifAnyGranted.
http://static.springframework.org/spring-security/site/apidocs/org/springframewo
rk/security/taglibs/authz/p…
-
**Describe the Bug**
When trying setup a Authz grant for the `emissions.MsgWithdrawEmission` message type it fails with this error.
```
Error: no concrete type registered for type URL /zetachain…
-
Further to this https://github.com/eco-stake/restake/issues/623#issuecomment-1268795340
I also had a user on Evmos now in the same situation, I did a bit of digging and I found that the ones that a…
-
https://github.com/bluesky/ophyd-async/pull/528 introduced some system tests that could be run by manually. We should put these in CI so that we properly catch errors with them. The tests themselves i…
-
Currently, when jwt is used for authentication, the verification will pass when jwt is valid or not provided. This requirement does not apply in some scenarios:
1. During the process of adding auth…