Github user ptgoetz commented on the pull request:

    https://github.com/apache/storm/pull/577#issuecomment-109041007
  
    @kishorvpatil I can't reproduce it. What does your shade config for jetty 
look like?
    
    Here are the sections I added to test:
    
    The include:
    ```xml
    <include>org.eclipse.jetty:*</include>
    ```
    
    The relocation:
    ```xml
                         <pattern>org.eclipse.jetty</pattern>
                                
<shadedPattern>org.apache.storm.jetty</shadedPattern>
                            </relocation>
    ```
    
    I left out the filter @Parth-Brahmbhatt mentioned, expecting to get the 
error you did, but everything succeeded.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to