Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update source code to work with OSGi environment #5

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Update source code to work with OSGi environment #5

wants to merge 5 commits into from

Commits on Apr 9, 2014

  1. Update source

    Ryo51289 committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    8d63e9c View commit details
    Browse the repository at this point in the history
  2. check null before set domain at setCookie()

    Some thing you want to test netty-servlet-brigde with a short curl command like :
    
      curl -v --cookie "USER_TOKEN=Yes" http://127.0.0.1:5000/
    
     This request sent a cookie without domain specific ,you will get a NullPointerException error
    Ryo51289 committed Apr 9, 2014
    Configuration menu
    Copy the full SHA
    a5eefda View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86425be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    856a3b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2014

  1. Configuration menu
    Copy the full SHA
    def2b8b View commit details
    Browse the repository at this point in the history