Scarab commit: svn commit: r10495 - trunk: . www/repository/fulcrum/jars www/repository/fulcrum/src
| Newsgroups | gmane.comp.java.scarab.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronvoe122
Date: 2007-12-11 13:44:48-0800
New Revision: 10495
Added:
trunk/www/repository/fulcrum/jars/fulcrum-parser-1.0.2-dev-r223202-patched.jar (contents, props changed)
trunk/www/repository/fulcrum/src/fulcrum-parser-1.0.2-dev-r223202-patched-src.zip (contents, props changed)
Removed:
trunk/www/repository/fulcrum/jars/fulcrum-parser-20041110.232252.jar
Modified:
trunk/project.xml
Log:
SCB2303: Patched the included version of fulcrum-parser.
It didn't handle utf-8-encoded URLs correctly.
It had called the deprecated method URLDecoder.decode() which uses an arbitrary character encoding depending on the settings of the underlying OS.
In the current trunk of fulcrum-parser this issue is fixed, but the version is incompatible with the rest of the Turbine-version used in Scarab.
Modified: trunk/project.xml
Url: http://scarab.tigris.org/source/browse/scarab/trunk/project.xml?view=diff&rev=10495&p1=trunk/project.xml&p2=trunk/project.xml&r1=10494&r2=10495
==============================================================================
--- trunk/project.xml (original)
+++ trunk/project.xml 2007-12-11 13:44:48-0800
@@ -662,7 +662,7 @@
<dependency>
<groupId>fulcrum</groupId>
<artifactId>fulcrum-parser</artifactId>
- <version>20041110.232252</version>
+ <version>1.0.2-dev-r223202-patched</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
Added: trunk/www/repository/fulcrum/jars/fulcrum-parser-1.0.2-dev-r223202-patched.jar
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/fulcrum/jars/fulcrum-parser-1.0.2-dev-r223202-patched.jar?view=auto&rev=10495
==============================================================================
Binary file. No diff available.
Removed: trunk/www/repository/fulcrum/jars/fulcrum-parser-20041110.232252.jar
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/fulcrum/jars/fulcrum-parser-20041110.232252.jar?view=auto&rev=10494
Added: trunk/www/repository/fulcrum/src/fulcrum-parser-1.0.2-dev-r223202-patched-src.zip
Url: http://scarab.tigris.org/source/browse/scarab/trunk/www/repository/fulcrum/src/fulcrum-parser-1.0.2-dev-r223202-patched-src.zip?view=auto&rev=10495
==============================================================================
Binary file. No diff available.