When I use the VFSClassLoader on a URL which points to a JAR file which
has no Manifest, then loading classes will create a
IllegalStateException.
This seems to be caused by the Fact that the JarFileSystem is caching
attributes but not certificates of the entries. When the certificates
for an entr
Online report :
https://continuum-ci.apache.org/continuum/buildResult.action?buildId=27995&projectId=73
Build statistics:
State: Failed
Previous State: Ok
Started at: Mon 3 Feb 2014 23:37:40 +
Finished at: Mon 3 Feb 2014 23:39:28 +
Total time: 1m 47s
Build Trigger: Schedule
On Mon, Feb 3, 2014 at 12:32 PM, Benedikt Ritter wrote:
> What do we do with escapeHtml3 and escapeHtml4? Do we leave them unchanged?
HTML4 allows all of Unicode[1]. HTML3 doesn't specify anything. Sounds
like both are fine.
Enjoy life,
Adam
[1] http://www.w3.org/TR/html4/charset.html#doc-char
Hello,
just a quick reminder, the Patch which completes the VFSClassLoader
interface (which also includes a testcase) seems to be still unassigned.
Anything I can do to help with that to get it included and closes?
https://issues.apache.org/jira/browse/VFS-500
Greetings
Bernd
2014-02-03 Adam Hooper :
> On Sun, Feb 2, 2014 at 2:00 PM, Benedikt Ritter
> wrote:
> >
> > 2014-02-01 Gary Gregory :
> >
> >> On Sat, Feb 1, 2014 at 9:12 AM, Benedikt Ritter
> >> wrote:
> >>
> >> >
> >> > These methods only escape the basic xml/html entities, though they may
> >> > produce inva
On Sun, Feb 2, 2014 at 2:00 PM, Benedikt Ritter wrote:
>
> 2014-02-01 Gary Gregory :
>
>> On Sat, Feb 1, 2014 at 9:12 AM, Benedikt Ritter
>> wrote:
>>
>> >
>> > These methods only escape the basic xml/html entities, though they may
>> > produce invalid XML/HTML. LANG-955 [1] proposes to add new m