Posted By:
Irene_Espadas
Posted On:
Thursday, August 30, 2001 02:51 AM
Hi! I call a Servlet in a html page, and the request: https://hostname:port/Generico returns me with an empty page and i see the following stack trace at the weblogic console: java.lang.IllegalArgumentException: bad URLMatchMap path: ' at weblogic.servlet.utils.URLMatchMap.get(URLMatchMap.java:196) at weblogic.servlet.security.internal.WebAppSecurity.getConstraint(WebAppSecurity.java:135) at weblogic.servlet.security.internal.SecurityModule.checkTransport(SecurityModule.java:177) at weblogic.servlet.security.internal.BasicSecurityModule.checkA(BasicSecurityModule.java:48) at weblogic.servlet.security.internal.
More>>
Hi!
I call a Servlet in a html page, and
the request: https://hostname:port/Generico
returns
me with an empty page and i see the following stack
trace at the weblogic console:
java.lang.IllegalArgumentException: bad URLMatchMap
path: ' at
weblogic.servlet.utils.URLMatchMap.get(URLMatchMap.java:196)
at
weblogic.servlet.security.internal.WebAppSecurity.getConstraint(WebAppSecurity.java:135)
at
weblogic.servlet.security.internal.SecurityModule.checkTransport(SecurityModule.java:177)
at
weblogic.servlet.security.internal.BasicSecurityModule.checkA(BasicSecurityModule.java:48)
at
weblogic.servlet.security.internal.ServletSecurityManager.checkAccess(ServletSecurityManager.java:150)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1250)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1622)
at
weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)