[ 
https://issues.apache.org/jira/browse/MJAVADOC-528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17754466#comment-17754466
 ] 

ASF GitHub Bot commented on MJAVADOC-528:
-----------------------------------------

dependabot[bot] commented on PR #141:
URL: 
https://github.com/apache/maven-javadoc-plugin/pull/141#issuecomment-1678533156

   Looks like this PR is closed. If you re-open it I'll rebase it as long as 
no-one else has edited it (you can use `@dependabot reopen` if the branch has 
been deleted).




> Invalid 'expires' attribute
> ---------------------------
>
>                 Key: MJAVADOC-528
>                 URL: https://issues.apache.org/jira/browse/MJAVADOC-528
>             Project: Maven Javadoc Plugin
>          Issue Type: Bug
>          Components: javadoc
>    Affects Versions: 3.0.1
>            Reporter: Roberto Benedetti
>            Assignee: Guillaume Boué
>            Priority: Major
>              Labels: detectLinks
>             Fix For: 3.1.0
>
>         Attachments: cookie.patch
>
>
> When detectLinks is enabled and the plugin checks if the url is valid, 
> warnings like this
> {code:java}
> Invalid cookie header: "Set-Cookie: logged_in=no; domain=.github.com; path=/; 
> expires=Sun, 06 Jun 2038 14:02:43 -0000; secure; HttpOnly". Invalid 'expires' 
> attribute: Sun, 06 Jun 2038 14:02:43 -0000
> {code}
> may appear.
> Previous warning was due to {{com.google.code.gson:gson:jar:2.5}} dependency 
> and is raised by HttpClient which does not expect 'expires' values compliant 
> to RFC 6265.
>  The attachment is a patch which makes HttpClient ignore cookies. Maybe a 
> better solution would be upgrading to the latest HttpComponents API which 
> supports RFC 6265.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to