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

/_debugtoolbar/ is a 404 until request hit the main app #171

Merged
merged 2 commits into from
Aug 12, 2014
Merged

/_debugtoolbar/ is a 404 until request hit the main app #171

merged 2 commits into from
Aug 12, 2014

Conversation

wichert
Copy link
Member

@wichert wichert commented May 23, 2014

To reproduce:

  1. Start your Pyramid app (my listens on port 5000).
  2. Request http://localhost:5000/_debugtoolbar/. This will produce a 404 error.
  3. Request any URL outside the debug toolbar.
  4. Request http://localhost:5000/_debugtoolbar/ again. You will now see the debug toolbar.

@mmerickel mmerickel added bug and removed bug labels May 23, 2014
@digitalresistor
Copy link
Member

👍 I like this change. This is especially true if you use the --reload option which restarts the Pyramid app on changes, the debugtoolbar page will 404 until a new request comes into the app.

@mmerickel
Copy link
Member

This looks great. Can you add a changelog entry?

mmerickel added a commit that referenced this pull request Aug 12, 2014
/_debugtoolbar/ is a 404 until request hit the main app
@mmerickel mmerickel merged commit fbc00e3 into Pylons:master Aug 12, 2014
@mmerickel
Copy link
Member

Thanks again!

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

Successfully merging this pull request may close these issues.

3 participants