AnantLabs / google-enterprise-connector-dctm

Automatically exported from code.google.com/p/google-enterprise-connector-dctm
Apache License 2.0
0 stars 0 forks source link

Allow a more general URL pattern #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Webtop URL parameter is a simple prefix. The object ID is appended to the 
URL to generate the display URLs for each object. In some cases this might not 
be general enough. A customer wants to use CenterStage URLs of the form

http://<server>/CenterStage/content/<repository>/;/<r_object_id>?version=T

The most obvious solution is to allow parameters like the Livelink connector 
does:

http://<server>/CenterStage/content/<repository>/;/{0}?version=T

A related issue is that Webtop is very forgiving about incomplete DRLs and 
returns a 200 response rather than a 404. Other URL patterns might be not work 
as well, so we may need a more flexible approach to URL validation.

Original issue reported on code.google.com by jla...@google.com on 16 Jun 2010 at 7:21

GoogleCodeExporter commented 9 years ago
This issue is filed as Google issue #6514054

Original comment by tdnguyen@google.com on 18 May 2012 at 5:48