Open rsteph-de opened 1 year ago
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
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