Bug 86614

Summary: Wrong description for PUBLISH_SOURCE (publish-to-fs-source) in com.arsdigita.cms.publishToFile.Initializer.java
Product: [Retired] Red Hat Enterprise CMS Reporter: Christine VACHER <cvacher>
Component: documentationAssignee: Bryan Che <bche>
Status: CLOSED RAWHIDE QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-06-02 20:25:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Christine VACHER 2003-03-26 14:39:29 UTC
Description for PUBLISH_SOURCE in
com.arsdigita.cms.publishToFile.Initializer.java reads:
PUBLISH_SOURCE, "The base and port that must appear after 'localhost' to allow
reading " +"content to be published.  Example: If source of published items are
read at " +"'http://localhost:8713/acs' the PublishSource would be '8713/acs'"

This is wrong. A value of "8713/acs" does not work.
com.arsdigita.cms.publishToFile.PublishToFile.java requires a valid URL ending
with '/':
throw new InitializationException("Invalid URL specified for publishSource. " +"
Must be like: 'http://localhost:port/base', " +
(...)
throw new InitializationException("PublishSource sourceBase must end in '/'");

Comment 1 Christine VACHER 2003-03-26 14:42:26 UTC
*** Bug 86611 has been marked as a duplicate of this bug. ***

Comment 2 Christine VACHER 2003-03-26 14:43:46 UTC
*** Bug 86612 has been marked as a duplicate of this bug. ***

Comment 3 Christine VACHER 2003-03-26 14:44:36 UTC
*** Bug 86613 has been marked as a duplicate of this bug. ***

Comment 4 Richard Li 2003-04-15 19:06:36 UTC
Bryan, can you investigate and verify?

Comment 5 Bryan Che 2003-04-15 20:53:58 UTC
Yes, there needs to be a "/" at the end.

Comment 6 Richard Li 2003-06-02 20:25:38 UTC
Fixed on the tip. Sorry for taking so long.