dims 01/08/10 04:50:14
Modified: src/org/apache/cocoon/components/language/markup/xsp/java
esql.xsl
Log:
- Patch from Enke Michael <[EMAIL PROTECTED]> For
java.io.UnsupportedEncodingException
Revision Changes Path
1.17 +3 -1
xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl
Index: esql.xsl
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java/esql.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- esql.xsl 2001/08/06 15:38:57 1.16
+++ esql.xsl 2001/08/10 11:50:14 1.17
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- $Id: esql.xsl,v 1.16 2001/08/06 15:38:57 haul Exp $-->
+<!-- $Id: esql.xsl,v 1.17 2001/08/10 11:50:14 dims Exp $-->
<!--
============================================================================
@@ -636,6 +636,8 @@
</xsl:otherwise>
</xsl:choose>
} catch (Exception _esql_exception_<xsl:value-of select="generate-id(.)"/>_2)
{}
+ } catch(java.io.UnsupportedEncodingException e) {
+ throw new RuntimeException(e.toString());
}
if (_esql_queries.empty()) {
_esql_query = null;
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: cvs commit: xml-cocoon2/src/org/apache/coco... Davanum Srinivas
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... haul
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... dims
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... cziegeler
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... cziegeler
- cvs commit: xml-cocoon2/src/org/apache/cocoon/components/... bloritsch
- Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/compone... Davanum Srinivas
- Re: cvs commit: xml-cocoon2/src/org/apache/cocoon/compone... Berin Loritsch
- RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/compone... Vadim Gritsenko
- RE: cvs commit: xml-cocoon2/src/org/apache/cocoon/compone... Torsten Curdt
