You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@koppor The RFC fetcher fails due to your changes from #8238 for the comments field:
Notice the difference int the first two lines:
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}
}]
@koppor The RFC fetcher fails due to your changes from #8238 for the comments field:
Notice the difference int the first two lines:
Expected:
actual:
Probably related code:
jabref/src/main/java/org/jabref/model/entry/BibEntry.java
Lines 699 to 701 in 578c106
Originally posted by @Siedlerchr in #8258 (comment)
The text was updated successfully, but these errors were encountered: