marklogic-community / demo-cat

An application to help SEs find good demos and record bugs and RFEs on them. AngularJS talks to the MarkLogic database via the REST API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Hosted At" url gets munged

ryan321 opened this issue · comments

It displays correctly but the url itself in the a tag starts with "http//" instead of "http://" and ":8001" is being added at the end of the url

commented

The missing colon is a bug, the 8001 is deliberate. Hosted at should be filled with a hostname, not the demo url..

commented

I think we need to add validation for that field to prevent people from adding urls instead of host names..

commented

See also #248