[jira] Created: (COCOON-2055) MultipartFilter disposes uploaded file before processing the pipeline

2007-04-27 Thread Martin Heiden (JIRA)
MultipartFilter disposes uploaded file before processing the pipeline
-

 Key: COCOON-2055
 URL: https://issues.apache.org/jira/browse/COCOON-2055
 Project: Cocoon
  Issue Type: Bug
  Components: * Cocoon Core
Affects Versions: 2.2-dev (Current SVN)
Reporter: Martin Heiden


The org.apache.cocoon.servlet.multipart.MultipartFilter disposes uploaded files 
before the request is processed by a pipline. The method call 
filterChain.doFilter(request, response); is made after the finally clause which 
deletes the autosaved files and disposes it from the request object.

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



[jira] Updated: (COCOON-2055) MultipartFilter disposes uploaded file before processing the pipeline

2007-04-27 Thread Martin Heiden (JIRA)

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

Martin Heiden updated COCOON-2055:
--

Attachment: MultipartFilter490029.patch

The patch for 490029.

 MultipartFilter disposes uploaded file before processing the pipeline
 -

 Key: COCOON-2055
 URL: https://issues.apache.org/jira/browse/COCOON-2055
 Project: Cocoon
  Issue Type: Bug
  Components: * Cocoon Core
Affects Versions: 2.2-dev (Current SVN)
Reporter: Martin Heiden
 Attachments: MultipartFilter490029.patch


 The org.apache.cocoon.servlet.multipart.MultipartFilter disposes uploaded 
 files before the request is processed by a pipline. The method call 
 filterChain.doFilter(request, response); is made after the finally clause 
 which deletes the autosaved files and disposes it from the request object.

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



[jira] Created: (COCOON-2028) Typo in xsd

2007-03-25 Thread Martin Heiden (JIRA)
Typo in xsd
---

 Key: COCOON-2028
 URL: https://issues.apache.org/jira/browse/COCOON-2028
 Project: Cocoon
  Issue Type: Bug
  Components: - Components: Sitemap
Affects Versions: 2.2-dev (Current SVN)
Reporter: Martin Heiden
Priority: Trivial


Ther's a typo in 
core\cocoon-sitemap\cocoon-sitemap-impl\src\main\resources\org\apache\cocoon\sitemap\schema\cocoon-sitemap-1.0.xsd
 

Index: D:/heiden/Eigene 
Dateien/Cocoon/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/org/apache/cocoon/sitemap/schema/cocoon-sitemap-1.0.xsd
===
--- D:/heiden/Eigene 
Dateien/Cocoon/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/org/apache/cocoon/sitemap/schema/cocoon-sitemap-1.0.xsd
  (revision 522004)
+++ D:/heiden/Eigene 
Dateien/Cocoon/core/cocoon-sitemap/cocoon-sitemap-impl/src/main/resources/org/apache/cocoon/sitemap/schema/cocoon-sitemap-1.0.xsd
  (working copy)
@@ -331,7 +331,7 @@
 xsd:group ref=pipeline-content/
 xsd:element ref=handle-errors minOccurs=0 maxOccurs=1/
   /xsd:sequence
-  xsd:attribute name=id type=xs:ID use=optional/
+  xsd:attribute name=id type=xsd:ID use=optional/
   xsd:attribute name=type type=xsd:string use=optional/
   xsd:attribute name=internal-only type=xsd:string use=optional/
 /xsd:complexType


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



[jira] Created: (COCOON-2029) Missing dependency in cocoon-databases-impl?

2007-03-25 Thread Martin Heiden (JIRA)
Missing dependency in cocoon-databases-impl?


 Key: COCOON-2029
 URL: https://issues.apache.org/jira/browse/COCOON-2029
 Project: Cocoon
  Issue Type: Bug
  Components: Blocks: Databases
Affects Versions: 2.2-dev (Current SVN)
Reporter: Martin Heiden
Priority: Trivial


This maybe an excalibur issue:

The ResourceLimitingJdbcDataSource depends on 
org.apache.avalon.excalibur.pool.ResourceLimitingPool.class which is part of 
excalibur-pool-impl-2.2.1.jar

I had to add that dependency to my webapp, but it would be cleaner if cocoon or 
excalibur would do it.

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