[
http://opencast.jira.com/browse/MH-5844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31369#comment-31369
]
Rubén Pérez Vázquez commented on MH-5844:
-----------------------------------------
I don't think this is an issue "per se". The problem is that the property names
actually read "url", but the contents of such properties are in reality
filesystem paths. This is not a problem if you know what is really in there,
but it may be (it IS) misguiding when you don't know very well your way around
the CA code, i.e., when you are not Rüdiger Rolf, Greg Logan, Adam Mckenzie,
myself, and perhaps a few more names on Osna.
This is an example:
# The URL of the caching directory under the root directory
capture.filesystem.cache.url=${org.opencastproject.storage.dir}/cache/
# The URL of the volatile directory under the root directory
capture.filesystem.volatile.url=${org.opencastproject.storage.dir}/volatile/
# The root URL where the captures should be stored prior to ingest
capture.filesystem.cache.capture.url=${capture.filesystem.cache.url}/captures/
The property "org.opencastproject.storage.dir" IS filesystem path, and all the
following properties labeled as URLs are actually filesystem paths. They should
be renamed to ".dir" or ".path".
However I would say this is not a priority though.
Regards
Rubén
> Some URL properties in the Capture Agent are actually used as file paths
> ------------------------------------------------------------------------
>
> Key: MH-5844
> URL: http://opencast.jira.com/browse/MH-5844
> Project: Matterhorn Project
> Issue Type: Bug
> Components: Capture (Devices and Software)
> Affects Versions: 1.0.x (branch)
> Reporter: Rubén Pérez Vázquez
> Priority: Trivial
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________