You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by "David Jencks (JIRA)" <ge...@portals.apache.org> on 2009/12/11 03:26:18 UTC

[jira] Commented: (PORTALS-19) Fixed; stable match

    [ https://issues.apache.org/jira/browse/PORTALS-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789080#action_12789080 ] 

David Jencks commented on PORTALS-19:
-------------------------------------

possibly the confluence formatting is making your post difficult to understand but I have no idea what this is about.  Can you explain what you want and supply any code in an attachment?

> 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
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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.