[
https://issues.apache.org/jira/browse/CMIS-210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869626#action_12869626
]
Dave Landers commented on CMIS-210:
-----------------------------------
One other thing I noticed:
When you first fill in your service document URI at the /browse URI initial
page, the servlet is encoding that URI, so I get:
http://localhost:8080/browse?url=http%3A%2F%2F127.0.0.1%3A7001%2Fcontent-st%2Fcmis%2Frepository%2FStellentRepository
Thereafter, following a Service link does not cause the link to be encoded, so
I get, for the exact same resource:
http://localhost:8080/browse?url=http://127.0.0.1:7001/content-st/cmis/repository/StellentRepository
So if encoding the links is a problem, there is an issue instead in the browse
servlet.
> test browser links need url encoding
> ------------------------------------
>
> Key: CMIS-210
> URL: https://issues.apache.org/jira/browse/CMIS-210
> Project: Chemistry
> Issue Type: Bug
> Components: opencmis-test
> Reporter: Dave Landers
> Priority: Minor
> Attachments: browser_xsl_encoding.zip
>
>
> Links in the browser are not working with our CMIS repo (Oracle) as the url
> query param is not encoded (so query params on our links - especially paging
> links next/previous/first/last - are being lost)
> All the link and collection href's in the browser's xsl need to be encoded so
> they forward to the repository properly.
> I have a potential fix for entry.xsl, feed.xsl, and service.xsl I would be
> happy to contribute
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.