-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
URL field replaces '+' character with ' ' (white space) breaking URL #8448
Comments
Does not resolve the bug, but workaround so far: add the url in the library file via a text editor or in the e.g.:
Clicking the (chain icon) link icon for the entry in the reference list correctly leads to the website, so it seems to be in the part of the code that writes to the url field. The above suggests it is not in the code that reads from the url field. |
fixes JabRef#8448 This change fixes JabRef#8448. However, it seems to reverse the URLDecoding from previous updates.
* clean code * add java doc * test issue: JabRef#8448
Hi! I have a proposal for this issue. @Siedlerchr could you please take a look? |
@alexandre-cremieux Cool! Pleas open a PR so we can see review your changes |
As this is my first PR on JabRef, it has been opened as a draft. Please tell me is anything is wrong in the process ;) |
* clean code * add java doc * test issue: JabRef#8448
* clean code * add java doc * test issue: JabRef#8448
* clean code * add java doc * test issue: #8448
JabRef version
5.5 (latest release)
Operating system
GNU / Linux
Details on version and operating system
Ubunut 21.10
Checked with the latest development build
Steps to reproduce the behaviour
You can see the reason - as soon as you enter/paste the URL into the URL field the '+' in the URL is replaced with a white space.
Full version info:
JabRef 5.5--2022-01-17--27a05c7
Linux 5.13.0-25-generic amd64
Java 16.0.2
JavaFX 17.0.1+1
Appendix
...
Log File
The text was updated successfully, but these errors were encountered: