[jira] Updated: (GERONIMO-4446) ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with G Tomcat 2.1.3

2010-05-04 Thread Shawn Jiang (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shawn Jiang updated GERONIMO-4446:
--

Fix Version/s: 2.2.1

 ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with 
 G Tomcat 2.1.3
 ---

 Key: GERONIMO-4446
 URL: https://issues.apache.org/jira/browse/GERONIMO-4446
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Jetty
Affects Versions: 2.1.3, 2.1.4, 2.2
 Environment: Geronimo Jetty 2.1.3, Windows XP, Sun JDK 1.5.0_13
Reporter: Vamsavardhana Reddy
 Fix For: 2.2.1, Verification Required

 Attachments: helloworld-listener.war


 I have a web application with a ServletRequestListener and a 
 ServletRequestAttributeListener.  In 
 ServletRequestListener.requestInitialized() I am adding an attribute 
 hellotxt to the servlet request.  In 
 ServletRequestAttributeListener.attributeAdded(), I am appending some text to 
 the same attribute.  This application deployed in G Tomcat 2.1.3 server, is 
 working as expected and attributeAdded() method is called for hellotxt 
 attribute. If the same application is deployed in G Jetty 2.1.3 server, 
 attributeAdded() method is not getting called for hellotxt attribute.

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



[jira] Updated: (GERONIMO-4446) ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with G Tomcat 2.1.3

2009-10-26 Thread David Jencks (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Jencks updated GERONIMO-4446:
---

Fix Version/s: (was: 2.2)
   Verification Required

we should check on jetty 7 and 8.  Not verified for 2.2.

 ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with 
 G Tomcat 2.1.3
 ---

 Key: GERONIMO-4446
 URL: https://issues.apache.org/jira/browse/GERONIMO-4446
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Jetty
Affects Versions: 2.1.3, 2.1.4, 2.2
 Environment: Geronimo Jetty 2.1.3, Windows XP, Sun JDK 1.5.0_13
Reporter: Vamsavardhana Reddy
 Fix For: Verification Required

 Attachments: helloworld-listener.war


 I have a web application with a ServletRequestListener and a 
 ServletRequestAttributeListener.  In 
 ServletRequestListener.requestInitialized() I am adding an attribute 
 hellotxt to the servlet request.  In 
 ServletRequestAttributeListener.attributeAdded(), I am appending some text to 
 the same attribute.  This application deployed in G Tomcat 2.1.3 server, is 
 working as expected and attributeAdded() method is called for hellotxt 
 attribute. If the same application is deployed in G Jetty 2.1.3 server, 
 attributeAdded() method is not getting called for hellotxt attribute.

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



[jira] Updated: (GERONIMO-4446) ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with G Tomcat 2.1.3

2009-02-04 Thread Jarek Gawor (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jarek Gawor updated GERONIMO-4446:
--

Affects Version/s: 2.1.4
Fix Version/s: (was: 2.1.4)

I believe this is a bug in Jetty. The Jetty ContextHandler first invokes the 
ServletRequestListeners and then registers  ServletRequestAttributeListeners. 
If ServletRequestAttributeListeners were registered before 
ServletRequestListeners then your test should work. But this is just from 
looking at the code so I'm not 100% sure about that. Anyway, this probably will 
not get fixed in 2.1.4.


 ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with 
 G Tomcat 2.1.3
 ---

 Key: GERONIMO-4446
 URL: https://issues.apache.org/jira/browse/GERONIMO-4446
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Jetty
Affects Versions: 2.1.3, 2.1.4, 2.2
 Environment: Geronimo Jetty 2.1.3, Windows XP, Sun JDK 1.5.0_13
Reporter: Vamsavardhana Reddy
 Fix For: 2.2

 Attachments: helloworld-listener.war


 I have a web application with a ServletRequestListener and a 
 ServletRequestAttributeListener.  In 
 ServletRequestListener.requestInitialized() I am adding an attribute 
 hellotxt to the servlet request.  In 
 ServletRequestAttributeListener.attributeAdded(), I am appending some text to 
 the same attribute.  This application deployed in G Tomcat 2.1.3 server, is 
 working as expected and attributeAdded() method is called for hellotxt 
 attribute. If the same application is deployed in G Jetty 2.1.3 server, 
 attributeAdded() method is not getting called for hellotxt attribute.

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



[jira] Updated: (GERONIMO-4446) ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with G Tomcat 2.1.3

2008-12-04 Thread Vamsavardhana Reddy (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vamsavardhana Reddy updated GERONIMO-4446:
--

Attachment: helloworld-listener.war

helloworld-listener.war: Sample application to demonstrate the problem.

Deploy the application and access http://localhost:8080/helloworld-listener .
Notice that on G Tomcat 2.1.3, the page displays
{code}
Request initialized. Adding hellotxt attribute...
hellotxt attribute added. 
{code}

\\
Notice that on G Jetty 2.1.3, the page displays
{code}
Request initialized. Adding hellotxt attribute...
{code}

 ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with 
 G Tomcat 2.1.3
 ---

 Key: GERONIMO-4446
 URL: https://issues.apache.org/jira/browse/GERONIMO-4446
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Jetty
Affects Versions: 2.1.3, 2.2
 Environment: Geronimo Jetty 2.1.3, Windows XP, Sun JDK 1.5.0_13
Reporter: Vamsavardhana Reddy
 Attachments: helloworld-listener.war


 I have a web application with a ServletRequestListener and a 
 ServletRequestAttributeListener.  In 
 ServletRequestListener.requestInitialized() I am adding an attribute 
 hellotxt to the servlet request.  In 
 ServletRequestAttributeListener.attributeAdded(), I am appending some text to 
 the same attribute.  This application deployed in G Tomcat 2.1.3 server, is 
 working as expected and attributeAdded() method is called for hellotxt 
 attribute. If the same application is deployed in G Jetty 2.1.3 server, 
 attributeAdded() method is not getting called for hellotxt attribute.

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



[jira] Updated: (GERONIMO-4446) ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with G Tomcat 2.1.3

2008-12-04 Thread Donald Woods (JIRA)

 [ 
https://issues.apache.org/jira/browse/GERONIMO-4446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Donald Woods updated GERONIMO-4446:
---

Fix Version/s: 2.2
   2.1.4

setting Fix targets to 2.1.4 and 2.2 so this doesn't fall off our radar

 ServletRequestAttributeListener does not work with G Jetty 2.1.3, works with 
 G Tomcat 2.1.3
 ---

 Key: GERONIMO-4446
 URL: https://issues.apache.org/jira/browse/GERONIMO-4446
 Project: Geronimo
  Issue Type: Bug
  Security Level: public(Regular issues) 
  Components: Jetty
Affects Versions: 2.1.3, 2.2
 Environment: Geronimo Jetty 2.1.3, Windows XP, Sun JDK 1.5.0_13
Reporter: Vamsavardhana Reddy
 Fix For: 2.1.4, 2.2

 Attachments: helloworld-listener.war


 I have a web application with a ServletRequestListener and a 
 ServletRequestAttributeListener.  In 
 ServletRequestListener.requestInitialized() I am adding an attribute 
 hellotxt to the servlet request.  In 
 ServletRequestAttributeListener.attributeAdded(), I am appending some text to 
 the same attribute.  This application deployed in G Tomcat 2.1.3 server, is 
 working as expected and attributeAdded() method is called for hellotxt 
 attribute. If the same application is deployed in G Jetty 2.1.3 server, 
 attributeAdded() method is not getting called for hellotxt attribute.

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