So, I fixed a little issue in httplite with dates, and now I'm seeing
that the script console is all messed up because of a mismatch in
urlencoding. I don't suppose that anyone has a clue as to why with
httplite there is this urlencoding that presumably doesn't happen with
the larger http variations?

javax.script.ScriptException: org.jruby.embed.ParseFailedException:
(SyntaxError) <script>:1: unknown type of %string
puts+%22Hello+World%22
at org.jruby.embed.jsr223.JRubyEngine.wrapException(JRubyEngine.java:104)
at org.jruby.embed.jsr223.JRubyEngine.eval(JRubyEngine.java:93)
at 
org.apache.felix.webconsole.plugins.scriptconsole.internal.ScriptConsolePlugin.eval(ScriptConsolePlugin.java:162)
at 
org.apache.felix.webconsole.plugins.scriptconsole.internal.ScriptConsolePlugin.doPost(ScriptConsolePlugin.java:135)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:567)
at 
org.apache.felix.webconsole.internal.servlet.OsgiManager$3.run(OsgiManager.java:465)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:461)
at 
org.apache.felix.httplite.server.ServletHandler.handle(ServletHandler.java:80)
at org.apache.felix.httplite.server.Connection.process(Connection.java:246)
at 
org.apache.felix.httplite.server.ThreadPool.processConnections(ThreadPool.java:305)
at org.apache.felix.httplite.server.ThreadPool.access$000(ThreadPool.java:35)
at org.apache.felix.httplite.server.ThreadPool$1.run(ThreadPool.java:198)
at java.lang.Thread.run(Thread.java:745)
Caused by: org.jruby.embed.ParseFailedException: (SyntaxError)
<script>:1: unknown type of %string
puts+%22Hello+World%22
at 
org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl.runParser(EmbedRubyRuntimeAdapterImpl.java:205)
at 
org.jruby.embed.internal.EmbedRubyRuntimeAdapterImpl.parse(EmbedRubyRuntimeAdapterImpl.java:94)
at org.jruby.embed.ScriptingContainer.parse(ScriptingContainer.java:1239)
at org.jruby.embed.jsr223.JRubyEngine.eval(JRubyEngine.java:89)
... 14 more
Caused by: org.jruby.exceptions.RaiseException: (SyntaxError)
<script>:1: unknown type of %string
puts+%22Hello+World%22

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to