Any HTTP request that's not a POST is a GET - even if there are no form
elements involved.
I can think of two things that may be going on: one is that the syntax of
your "extends" directive looks odd to me. I believe the 1.0 syntax is <%@
page extends="..." %> rather than <jsp:directive ...> (I'm not sure if you
were quoting your code directly). Second, you may want to take a closer look
at your page's superclass - it may not be doing everything that the JSP
engine expects. You might try putting together a simple "HelloWorld" JSP
that extends your superclass just to test its compatibility with the engine.
Hope this helps,
Darin Wilson
[EMAIL PROTECTED]
http://www.doughnet.com/
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
Behalf Of Stuart Hargreaves
Sent: Wednesday, August 25, 1999 2:33 PM
To: [EMAIL PROTECTED]
Subject: JRun 2.3.2 error - yo no comprendo!
What would cause JRun to generate this message when trying to compile a jsp
1.0 page?
400 Bad Request
HTTP method GET is not supported by this URL
I'm not GETting anything from a form submittal on another page, I get this
error when I attempt to call up its URL directly.
For the record:
I'm extending a superclass called <blah>HttpServlet using
<jsp:directive.page extends = " ... " />
Since <blah>HttpServlet doesn't adhere to this "contract" defined in
sections 3.2.1/3.2.2 of the JavaServer Pages 1.0 spec, I've invoked the
jspInit() and jspDestroy() methods in the jsp page as follows:
<%! public void jspInit() {} %>
...
<%! public void jspDestroy() {} %>
Any help is much appreciated.
Stuart G. Hargreaves
[EMAIL PROTECTED]
(W) 415.659.6314
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html