mc_fish

Results 3 issues of mc_fish

Hi, long story short: org.springframework.aop.framework.ReflectiveMethodInvocation.proceed does not go trough the whole chain and after `RepositoryFactorySupport.ImplementationMethodExecutionInterceptor` the `MethodValidationInterceptor`is not being called. That being said, `MethodValidationInterceptor` should be higher up in the...

status: waiting-for-triage
status: pending-design-work
status: feedback-provided

### Problem Description Tried to connect the Unify Dream machine over the Wireguard VPN to do some content filtering/privacy, but am getting the error message "Received WireGuard packet from unknown...

kind/triage

in `org.postgresql.core.v3.ConnectionFactoryImpl#createPostgresTimeZone` the `paramList.add(new String[]{"TimeZone", createPostgresTimeZone()});` is basically hard coded? is there a reason why this is like this? It could be easily configurable and would not require sessions?