Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The RFC fetcher fails due to your changes from #8238 for the comments field: #8263

Closed
Siedlerchr opened this issue Nov 21, 2021 · 0 comments · Fixed by #8271
Closed

The RFC fetcher fails due to your changes from #8238 for the comments field: #8263

Siedlerchr opened this issue Nov 21, 2021 · 0 comments · Fixed by #8271
Assignees

Comments

@Siedlerchr
Copy link
Member

@koppor The RFC fetcher fails due to your changes from #8238 for the comments field:

Notice the difference int the first two lines:
grafik

Expected:

Optional[%% You should probably cite draft-ietf-http-v10-spec instead of this I-D,@techreport{fielding-http-spec-01,
  abstract = {The Hypertext Transfer Protocol (HTTP) is an application-level protocol with the lightness and speed necessary for distributed, collaborative, hypermedia information systems. It is a generic, stateless, object-oriented protocol which can be used for many tasks, such as name servers and distributed object management systems, through extension of its request methods (commands). A feature of HTTP is the typing and negotiation of data representation, allowing systems to be built independently of the data being transferred. HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification reflects preferred usage of the protocol referred to as 'HTTP/1.0', and is compatible with the most commonly used HTTP server and client programs implemented prior to November 1994.},
  author = {Henrik Nielsen and Roy T. Fielding and Tim Berners-Lee},
  day = {20},
  institution = {Internet Engineering Task Force},
  month = {#dec#},
  note = {Work in Progress},
  number = {draft-fielding-http-spec-01},
  pagetotal = {41},
  publisher = {Internet Engineering Task Force},
  title = {{Hypertext Transfer Protocol -- HTTP/1.0}},
  type = {Internet-Draft},
  url = {https://datatracker.ietf.org/doc/html/draft-fielding-http-spec-01},
  year = {1994},
  _jabref_shared = {sharedId: -1, version: 1}
}]

actual:

Optional[%% You should probably cite draft-ietf-http-v10-spec instead of this I-D.
@techreport{fielding-http-spec-01,
  abstract = {The Hypertext Transfer Protocol (HTTP) is an application-level protocol with the lightness and speed necessary for distributed, collaborative, hypermedia information systems. It is a generic, stateless, object-oriented protocol which can be used for many tasks, such as name servers and distributed object management systems, through extension of its request methods (commands). A feature of HTTP is the typing and negotiation of data representation, allowing systems to be built independently of the data being transferred. HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification reflects preferred usage of the protocol referred to as 'HTTP/1.0', and is compatible with the most commonly used HTTP server and client programs implemented prior to November 1994.},
  author = {Henrik Nielsen and Roy T. Fielding and Tim Berners-Lee},
  day = {20},
  institution = {Internet Engineering Task Force},
  month = {#dec#},
  note = {Work in Progress},
  number = {draft-fielding-http-spec-01},
  pagetotal = {41},
  publisher = {Internet Engineering Task Force},
  title = {{Hypertext Transfer Protocol -- HTTP/1.0}},
  type = {Internet-Draft},
  url = {https://datatracker.ietf.org/doc/html/draft-fielding-http-spec-01},
  year = {1994},
  _jabref_shared = {sharedId: -1, version: 1}
}]

Probably related code:

public void setCommentsBeforeEntry(String parsedComments) {
this.commentsBeforeEntry = parsedComments;
}

Originally posted by @Siedlerchr in #8258 (comment)

@koppor koppor self-assigned this Nov 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants