MarcGiffing / wicket-spring-boot

Spring Boot starter for Apache Wicket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeParser#parse returns milliseconds für minutes

andy-mueller opened this issue · comments

Hi,
when using minutes as the duration unit, TypeParser#parse will return milliseconds instead:

case MINUTES:
return Duration.ofMillis(time);

This leads to some ugly page lock timeouts.

I'm on 3.0.2-RC.

Best,
Andreas