vgritsenko    2003/12/08 07:55:43

  Modified:    src/blocks/scratchpad/java/org/apache/cocoon/environment/portlet
                        PortletRequest.java
  Log:
  Request schema for portlet env is "JSR168"
  
  Revision  Changes    Path
  1.3       +2 -4      
cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/environment/portlet/PortletRequest.java
  
  Index: PortletRequest.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/environment/portlet/PortletRequest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PortletRequest.java       3 Dec 2003 13:20:29 -0000       1.2
  +++ PortletRequest.java       8 Dec 2003 15:55:43 -0000       1.3
  @@ -415,9 +415,7 @@
       }
   
       public String getProtocol() {
  -        // TODO protocol should be available somehow
  -        // return this.request.getProtocol();
  -        return null;
  +        return "JSR168";
       }
   
       public String getScheme() {
  
  
  

Reply via email to