Patrick Schmidt

Results 10 issues of Patrick Schmidt

First of all, I'm using the Java API in case that makes a difference. I have a dialog with a details area that I can show and hide (using setVisible...

bug
Severity: Minor
Impact: Low
vaadin-dialog

**UPDATE** Look at https://github.com/vaadin/spring/issues/602#issuecomment-613880654 for resolution I'm using Vaadin in a Spring Boot application. The vaadinRootMapping bean in VaadinServletConfiguration has the same order (Ordered.LOWEST_PRECEDENCE - 1) as MVC's resourceHandlerMapping bean...

Impact: Low
Severity: Major

This is a follow-up to #602. When no vaadin.urlMapping is defined, both vaadinRootMapping (VaadinServletConfiguration) and resourceHandlerMapping (WebMvcConfigurationSupport) will map to /* or /**. With the vaadinRootMapping having higher precedence, the...

enhancement

When I try to execute the mentioned method through the Swagger UI at http://158.101.191.70:8081/swagger-ui/4.10.3/index.html#/user/updateUser with `application/x-www-form-urlencoded`, then I get a HTTP status 415 (Unsupported Media Type) response. Do you know...

### Describe your motivation I would like to place security annotations (@PermitAll, @RolesAllowed, etc.) on parent layouts so they automatically apply to all child layouts / navigation targets. This would...

enhancement

**Affects PMD Version:** 6.49.0+ 7.0.0 **Rule:** [UnusedAssignment](https://pmd.github.io/latest/pmd_rules_java_bestpractices.html#unusedassignment) **Description:** First of all, I was kind of surprised that this check also looks at parameters, as that's not quite obvious from the...

a:false-positive

For [reasons] I currently have a format (validated via `formatter-maven-plugin`) that has two blank lines above and two below the imports, which this plug-in has an issue with. Since I...

enhancement

### Description of the bug I was trying to wrap [Summernote](https://summernote.org/) into web component with a corresponding Java class. It eventually worked fine from Eclipse or via `./mvnw spring-boot:run`. But...

awaits another ticket
investigation

**Affects PMD Version:** 6.53.0+ 7.0.0 **Rule:** [GuardLogStatement](https://pmd.github.io/latest/pmd_rules_java_bestpractices.html#guardlogstatement) **Description:** I have an additional `if` between the guard method and the actual call to a log method (see example below). In the...

a:false-positive

### Description of the bug For a Grid column I'm using a LitTemplate containing a . (I need the regular selection for a details area, so the intention is to...

bug
Impact: Low
Severity: Major