alexa / alexa-skills-kit-sdk-for-java

The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
http://developer.amazon.com/ask
Apache License 2.0
818 stars 748 forks source link

Error in pom SystemProperty #254

Closed xavidop closed 4 years ago

xavidop commented 4 years ago

This change i found it when i was tesnting wiht this HttpServlet Sample

Description

Error in pom SystemProperty The property com.amazon.speech.speechlet.servlet.disableRequestSignatureCheck has changed to com.amazon.ask.servlet.disableRequestSignatureCheck You can chenck the value in the Constant: ServletConstants.DISABLE_REQUEST_SIGNATURE_CHECK_SYSTEM_PROPERTY

The other properties have not change

Motivation and Context

This change is necessary to set the HttpServlet

Testing

Try the sample

Screenshots (if appropriate)

Types of changes

Checklist

License

xavidop commented 4 years ago

Hello everyone!

I do not know if there are anyone here that could check this bug. Can you take a look on it, please?

Thank you! :) Xavi

breedloj commented 4 years ago

Hey Xavier, thanks for the PR! Sorry for the delay in getting back to you but this is a good fix and I'll go ahead and merge it in. Thanks again!