We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Реализовать работу с относительными ссылками на файлы, например:
<link rel="inline" href="/dossierfiles/fairpricecalc?mode=inline"/>
Относительные ссылки включаются настройкой absoluteFileUri=false в filedossier
https://github.com/ilb/filedossier/blob/8caa14a0cb477dcb238f0ce163fafaaf050de4b7/filedossier-web/src/main/webapp/WEB-INF/web.xml#L37-L42
Компонент должен работать совместимо с абсолютными и относительными ссылками
The text was updated successfully, but these errors were encountered:
MaximumQuiet
No branches or pull requests
Реализовать работу с относительными ссылками на файлы, например:
Относительные ссылки включаются настройкой absoluteFileUri=false в filedossier
https://github.com/ilb/filedossier/blob/8caa14a0cb477dcb238f0ce163fafaaf050de4b7/filedossier-web/src/main/webapp/WEB-INF/web.xml#L37-L42
Компонент должен работать совместимо с абсолютными и относительными ссылками
The text was updated successfully, but these errors were encountered: