Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix problem on state restore #79

Merged
merged 3 commits into from
Feb 21, 2015
Merged

Conversation

christophe-g
Copy link
Contributor

Got eXide stall on state restore (do not have time to investigate further...).
This fixes it.
Cheers,
C.

@christophe-g
Copy link
Contributor Author

Well I don't know what happened here, but the browser was receiving index.html without being processed through view.xql, hence missing the following bit.

<script type="text/javascript">
                    eXide.namespace("eXide.configuration");
                    eXide.configuration.allowExecution = true;
                    eXide.configuration.allowGuest = true;
                    eXide.configuration.context = "";
                </script>

Strange ...
You can ignore this pull request though - the real problem lies somewhere above.
C.

wolfgangmm added a commit that referenced this pull request Feb 21, 2015
Fix problem on state restore
@wolfgangmm wolfgangmm merged commit 426ae80 into eXist-db:master Feb 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants