I am categorizing jobs (using a regex) residing in a folder. So the categories are created properly but the job links are broken. I am able to access the jobs if directly navigating to the folder.
I see that below lines of code have been removed in 1.9:
src/main/resources/lib/categorizedview/catProjectView.jelly
<j:set var="relativeLinkToJob" value="${h.getRelativeLinkTo(job)}"/> + <c:catProjectViewRow/>
-
<c:catProjectViewRow jobBaseUrl="${relativeLinkToJob.substring(0, relativeLinkToJob.length() - job.shortUrl.length())}"/>
Could this possibly be the issue? since the above technique doesn't break for plugin version 1.8. Let me know if you need more details