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
In general every controller, that resolves to a webpage (or calls a Jersey-Controller) should be called with the prefix /do/* in its URL path.
/do/*
The /browse end point is one of them.
/browse
This reduces the complexity of the configuration, because we don't have to mention it explicitely in web-fragments.xml
web-fragments.xml
The text was updated successfully, but these errors were encountered:
use prefix /do for browsing pages #70
37a617c
cleanup other deprecated pathes in web-fragment.xml #70
b9800b1
No branches or pull requests
In general every controller, that resolves to a webpage (or calls a Jersey-Controller) should be called with the prefix
/do/*
in its URL path.The
/browse
end point is one of them.This reduces the complexity of the configuration, because we don't have to mention it explicitely in
web-fragments.xml
The text was updated successfully, but these errors were encountered: