The 500 response is a server error, so it's not just handling it off to the default POST handler, but it's encountering a problem when it does it. So if you take a look at your log files while you post, or the content of the 500 message itself it should provide some additional details as to the problem that you are encountering. Or is it just yelling at you because it's trying to write to that path?
-----Original Message----- From: Christopher Rockwell [mailto:[email protected]] Sent: Wednesday, July 15, 2015 4:13 PM To: [email protected] Subject: Re: SlingServlet SO Question Request URL:http://localhost:4502/content/michigan-lsa/web-services/en/people/our-staff/cmrockwe.edit.html Request Method:POST Status Code:500 Server Error Hi Jason. I copied the URL information from Chrome Tools' Network tab. Let me know if you wanted something else. Thanks! On Jul 15, 2015, at 3:42 PM, Jason Bailey <[email protected]> wrote: > Hi Chris, > > Can you capture what the post url looks like? > > -Jason > > > -----Original Message----- > From: Christopher Rockwell [mailto:[email protected]] > Sent: Wednesday, July 15, 2015 2:08 PM > To: [email protected] > Subject: SlingServlet SO Question > > Hi all. I'm having trouble with a servlet that extends > SlingAllMethodsServlet. I've posted about the problem ... > http://stackoverflow.com/questions/31437806/custom-sling-post-servlet-not-working > Any input would be much appreciated. > > Thanks > Chris Rockwell > LSA CMS/Web Services > [email protected] > > > > > > > > >
