BjorneContext parsing issue

Project:JNode Shell
Component:Code
Category:bug report
Priority:critical
Assigned:Stephen Crawley
Status:closed
Description

The attached screenshot includes the relevant part of the stack trace. The command issued was

awk "{print \$1}" a

This likely shouldn't be getting run through the PathnamePattern compiler.

AttachmentSize
Screenshot.png131.38 KB

#1

Project:JNode Core» JNode Shell

#2

Assigned to:Anonymous» Stephen Crawley

It looks like the pathpattern compiler is not escaping something. I'll look at this tonight.

#3

Status:active» fixed

I've checked in a fix for this, and added a testcase to the unit test.

#5

Status:fixed» closed

Closed manually