Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Fix #3372 check for valid server #3392

Merged
merged 5 commits into from
Apr 10, 2013
Merged

Fix #3372 check for valid server #3392

merged 5 commits into from
Apr 10, 2013

Conversation

jasonsanjose
Copy link
Member

Fix #3372

Also, made a small refactoring to live dev startup to create live document before agents load.

$(_serverProvider).on("request.livedev", function (event, request) {
var html = HTMLInstrumentation.generateInstrumentedHTML(doc);

request.send({ body: html });
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created a new API getResponseData() for live documents instead of hard coding HTMLInstrumentation here.

@redmunds
Copy link
Contributor

Done with initial review.

@jasonsanjose
Copy link
Member Author

Fixes pushed

@jasonsanjose
Copy link
Member Author

Added a fix for #3394 to clear out old filter requests.

@redmunds
Copy link
Contributor

Verified #3394 is fixed.

@redmunds
Copy link
Contributor

Looks good. Merging.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

live development from user-specified base url does not work
2 participants