OpenConext / OpenConext/OpenConext-dashboard
Disable exception mails for regular HTTP 403s
Open
@oharsta is already working on this.
Since Nov 28, 2024.
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Please don't send these:
org.springframework.web.client.HttpClientErrorException$Forbidden: 403 Forbidden: "{"timestamp":"2024-11-26T10:12:36.549+00:00","status":403,"error":"Forbidden","path":"/internal/connectWithoutInteraction","exception":"manage.exception.EndpointNotAllowed"}"
at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:109)
at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:168)
at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:122)
at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:825)
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:783)
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:717)
at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:608)
at dashboard.manage.UrlResourceManage.connectWithoutInteraction(UrlResourceManage.java:269)
at dashboard.service.impl.ActionsServiceImpl.connectWithoutInteraction(ActionsServiceImpl.java:197)
at dashboard.control.UsersController.automaticallyCreateConnection(UsersController.java:187)
at dashboard.control.UsersController.updateInviteRequest(UsersController.java:125)
at dashboard.control.UsersController$$FastClassBySpringCGLIB$$362f9fb9.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.