Github user klopfdreh commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/275#discussion_r184343253
  
    --- Diff: 
wicket-core/src/main/java/org/apache/wicket/protocol/http/request/WebClientInfo.java
 ---
    @@ -133,24 +140,99 @@ public final String getUserAgent()
        }
     
        /**
    -    * returns the user agent string (lower case).
    +    * Initializes the {@link WebClientInfo} user agent detection. This can 
be overridden to choose
    +    * a different detection as YAUAA 
(https://github.com/nielsbasjes/yauaa) - if you do so, you
    +    * might exclude the maven dependency from your project in favor of a 
different framework.
    +    */
    --- End diff --
    
    Ok, then keep the dependency and just override it. We have to adjust the 
documentation here.


---

Reply via email to