-
Notifications
You must be signed in to change notification settings - Fork 50
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
Console functionality problem #30
Comments
Could you check if that is still happening using rack-webconsole from master? |
same problem. Same versions. Also using bundler 1.0.12, sinatra 1.2.6 and rack 1.3.2, rack-webconsole from master. Gemfile: group :development, :test do config.ru run MyProx |
I had a quick look, no spec yet, I have to work on it (me newb) In Repl#call : The above always returns. Repl.token is always nil even if req.params['token'] is not. Where do you set Repl.token ? |
sorry closed it by accident |
when the console is active and each time input is passed in the form, Repl is re-initialised, thus token = nil |
I've tracked it down to the ajax call which sends the token and the user query. unfortunately my javascript knowledge is nil... So whenever there is the ajax POST at /webconsole, env['QUERY_STRING') is empty. the user query and the token aren't passed in the call. I've used the query injection method and the standard way i.e. download and load jquery in my html. No joy. |
This is similar to bug #22. When I invoke shotgun I get a 404. |
Any updates / further insight on this? |
@vvatikiotis any updates? |
with gem version 0.1.2 on a linux chromium 12.0.742.112.
The console opens up ok (backtic). I can insert chars in the CLI, but the enter key is ignored and the console view is always blank.
The text was updated successfully, but these errors were encountered: