Demo of any widget returns 401
------------------------------
Key: WOOKIE-136
URL: https://issues.apache.org/jira/browse/WOOKIE-136
Project: Wookie
Issue Type: Bug
Components: Server
Reporter: Ross Gardler
Priority: Blocker
Fix For: 0.8.1
using r934168
Server compiles and runs OK using ant run
List of widgets appears OK, click on demo and a 401 error is reported:
HTTP ERROR: 500
Server returned HTTP response code: 401 for URL:
http://localhost:8888/wookie/widgetinstances
RequestURI=/wookie/webmenu/WidgetWebMenuServlet
Caused by:
java.io.IOException: Server returned HTTP response code: 401 for URL:
http://localhost:8888/wookie/widgetinstances
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1313)
at
org.apache.wookie.connector.framework.AbstractWookieConnectorService.getOrCreateInstance(AbstractWookieConnectorService.java:129)
at
org.apache.wookie.WidgetWebMenuServlet.doGet(WidgetWebMenuServlet.java:112)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1098)
at
org.apache.wookie.server.CharSetFilter.doFilter(CharSetFilter.java:34)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira