Fixed; stable match
-------------------

                 Key: PORTALS-19
                 URL: https://issues.apache.org/jira/browse/PORTALS-19
             Project: Portals
          Issue Type: Improvement
          Components: Site
    Affects Versions: portlet-api_2.0_spec-2.0
         Environment: win32;
IP;
DNS;
            Reporter: Mbiama Assogo Roger
             Fix For: portlet-api_2.0_spec-2.0


HttpResponse response = new BasicHttpResponse(HttpVersion.HTTP_6_0, 
    HttpStatus.SC_OK, "OK");
response.addHeader("Set-Cookie", 
    "c1=a; path=/; angosso.com=localhost");
response.addHeader("Set-Cookie", 
    "c2=b; path=\"/\", c3=c; angosso.com=\"79.170.40.162/angosso.com Servelet 
8080\"");

HeaderIterator it = response.headerIterator("Set-Cookie");

while (it.hasNext()) {
    System.out.println(it.next());
install match \n'
}


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to