A page called java

Hello Team,

I have a site I want to migrate from ACF to Lucee. The site has a page
called /java, which is about the island (http://www.landenweb.net/java/).
Running with Lucee it gives an error. Here’s an example using Lucee express
on Windows 7:

http://localhost:8888/java/

Lucee 4.5.1.000 Error (java.lang.SecurityException) Message Prohibited
package name: java Cause java.lang.SecurityException Java Stacktrace Prohibited
package name: java
Does anyone have an idea how I can fix this?

Cheers

the package “java” is the most basic package for the JRE and is
restricted so that malicious code will not be able to disguise itself as
“trusted” code.

when Lucee compiles your code the directory structure is used for the
package, so if you have for example a directory like:

{site-root}/java/SomeCode.cfm

the class becomes something like

java.SomeCode.class (over-simplification)

and then you get an error that the java package is prohibited.

you can either rename the folder, or put it in a subfolder, e.g.

{site-root}/somefolder/java/SomeCode.cfm

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/On 6/1/2015 5:46 PM, Cliff Mosdall wrote:

Hello Team,

I have a site I want to migrate from ACF to Lucee. The site has a page
called /java, which is about the island
(http://www.landenweb.net/java/ http://www.landenweb.net/java/).
Running with Lucee it gives an error. Here’s an example using Lucee
express on Windows 7:

http://localhost:8888/java/

Lucee 4.5.1.000 Error (java.lang.SecurityException)
Message Prohibited package name: java
Cause java.lang.SecurityException
Java Stacktrace Prohibited package name: java

Does anyone have an idea how I can fix this?

Cheers

You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+unsubscribe@googlegroups.com
mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com
mailto:lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com
https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout.

I actually agree.

this old ticket would have resolved the issue, as well as have some
other benefits. perhaps it should be revisited:
https://issues.jboss.org/browse/RAILO-2868

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/On 6/2/2015 1:35 AM, Chris Blackwell wrote:

Whilst the explanation makes sense, its not really acceptable to
impose directory naming limitations because of the underlying class
structure, which a cfml dev may have no knowledge of.
This is really a bug, Lucee should have a way of dealing with this.
Why can’t lucee prefix every package name with something to prevent this.

On Tue, 2 Jun 2015 at 02:02 Igal @ Lucee.org <@Igal mailto:Igal> wrote:

the package "java" is the most basic package for the JRE and is
restricted so that malicious code will not be able to disguise
itself as "trusted" code.

when Lucee compiles your code the directory structure is used for
the package, so if you have for example a directory like:

    {site-root}/java/SomeCode.cfm

the class becomes something like

    java.SomeCode.class (over-simplification)

and then you get an error that the java package is prohibited.

you can either rename the folder, or put it in a subfolder, e.g.

    {site-root}/somefolder/java/SomeCode.cfm

Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/>

On 6/1/2015 5:46 PM, Cliff Mosdall wrote:
Hello Team,

I have a site I want to migrate from ACF to Lucee. The site has a
page called /java, which is about the island
(http://www.landenweb.net/java/). Running with Lucee it gives an
error. Here's an example using Lucee express on Windows 7:

http://localhost:8888/java/

Lucee 4.5.1.000 Error (java.lang.SecurityException)
Message 	Prohibited package name: java
Cause 	java.lang.SecurityException
Java Stacktrace 	Prohibited package name: java


Does anyone have an idea how I can fix this?

Cheers
-- 
You received this message because you are subscribed to the
Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to lucee+unsubscribe@googlegroups.com
<mailto:lucee+unsubscribe@googlegroups.com>.
To post to this group, send email to lucee@googlegroups.com
<mailto:lucee@googlegroups.com>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com
<https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
-- 
You received this message because you are subscribed to the Google
Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to lucee+unsubscribe@googlegroups.com
<mailto:lucee+unsubscribe@googlegroups.com>.
To post to this group, send email to lucee@googlegroups.com
<mailto:lucee@googlegroups.com>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org
<https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+unsubscribe@googlegroups.com
mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com
mailto:lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAB%3DtfTogq237B27hhX7wvTwirmqDL_r249FnMyyeU_AnkjT9EA%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAB%3DtfTogq237B27hhX7wvTwirmqDL_r249FnMyyeU_AnkjT9EA%40mail.gmail.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout.

Whilst the explanation makes sense, its not really acceptable to impose
directory naming limitations because of the underlying class structure,
which a cfml dev may have no knowledge of.
This is really a bug, Lucee should have a way of dealing with this.
Why can’t lucee prefix every package name with something to prevent this.

Agreed. This is a shortfall in the way Lucee names its compiled files, not
something the CFML dev ought to have to worry about.

I’m not suggesting it should have been anticipated by the Lucee/Railo devs,
nor that it’s not an edge-case that ought to have been anticipated, but
it’s a design bug in the way the implementation has been done. IMO, natch.

It probably should be ticketed?On Tuesday, 2 June 2015 09:36:00 UTC+1, Chris Blackwell wrote:


Adam

If you have name the directory “java” then the “/java” URI will work under
ACF (I bet this is why the public link you gave works with /java/index.cfm).
In Lucee you’ll have to rename your “java” directory to something else and
define a “/java” mapping which points to it in your Lucee Web Admin (or
Server Admin).
Then you will be able to access /java without that error. In addition you
also will be able to instanciate your CFC using either new java.MyCFC() or
with createObject(“component”,“java.MyCFC”).On Tuesday, June 2, 2015 at 2:46:18 AM UTC+2, Cliff Mosdall wrote:

Hello Team,

I have a site I want to migrate from ACF to Lucee. The site has a page
called /java, which is about the island (http://www.landenweb.net/java/).
Running with Lucee it gives an error. Here’s an example using Lucee express
on Windows 7:

http://localhost:8888/java/

Lucee 4.5.1.000 Error (java.lang.SecurityException) Message Prohibited
package name: java Cause java.lang.SecurityException Java Stacktrace Prohibited
package name: java
Does anyone have an idea how I can fix this?

Cheers

I’m not suggesting it should have been anticipated by the Lucee/Railo
devs, nor that it’s not an edge-case that ought to have been anticipated,
but it’s a design bug in the way the implementation has been done. IMO,
natch.

Wow. That was a clumsy sentence :-/–
Adam

There’s a similar, possibly related issue with context names:

https://luceeserver.atlassian.net/browse/LDEV-145
https://issues.jboss.org/browse/RAILO-3310On 2 June 2015 at 09:35, Chris Blackwell <@Chris_Blackwell> wrote:

Whilst the explanation makes sense, its not really acceptable to impose directory naming limitations because of the underlying class structure, which a cfml dev may have no knowledge of.
This is really a bug, Lucee should have a way of dealing with this.
Why can’t lucee prefix every package name with something to prevent this.

thank you :slight_smile:

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/On 6/2/2015 11:06 AM, Andrew Dixon wrote:

I’ve copied the ticket across:

[LDEV-381] - Lucee

Kind regards,

Andrew
about.me http://about.me/andrew_dixon - mso
http://www.mso.net - Lucee Member http://lucee.org

On 2 June 2015 at 16:09, Igal @ Lucee.org <@Igal mailto:Igal> wrote:

I actually agree.

this old ticket would have resolved the issue, as well as have
some other benefits.  perhaps it should be revisited:
https://issues.jboss.org/browse/RAILO-2868

Igal Sapir
Lucee Core Developer
Lucee.org <http://lucee.org/>

On 6/2/2015 1:35 AM, Chris Blackwell wrote:
Whilst the explanation makes sense, its not really acceptable to
impose directory naming limitations because of the underlying
class structure, which a cfml dev may have no knowledge of.  
This is really a bug, Lucee should have a way of dealing with this.
Why can't lucee prefix every package name with something to
prevent this.

On Tue, 2 Jun 2015 at 02:02 Igal @ Lucee.org <@Igal <mailto:@Igal>> wrote:

    the package "java" is the most basic package for the JRE and
    is restricted so that malicious code will not be able to
    disguise itself as "trusted" code.

    when Lucee compiles your code the directory structure is used
    for the package, so if you have for example a directory like:

        {site-root}/java/SomeCode.cfm

    the class becomes something like

        java.SomeCode.class (over-simplification)

    and then you get an error that the java package is prohibited.

    you can either rename the folder, or put it in a subfolder, e.g.

        {site-root}/somefolder/java/SomeCode.cfm

    Igal Sapir
    Lucee Core Developer
    Lucee.org <http://lucee.org/>

    On 6/1/2015 5:46 PM, Cliff Mosdall wrote:
    Hello Team,

    I have a site I want to migrate from ACF to Lucee. The site
    has a page called /java, which is about the island
    (http://www.landenweb.net/java/). Running with Lucee it
    gives an error. Here's an example using Lucee express on
    Windows 7:

    http://localhost:8888/java/

    Lucee 4.5.1.000 Error (java.lang.SecurityException)
    Message 	Prohibited package name: java
    Cause 	java.lang.SecurityException
    Java Stacktrace 	Prohibited package name: java


    Does anyone have an idea how I can fix this?

    Cheers
    -- 
    You received this message because you are subscribed to the
    Google Groups "Lucee" group.
    To unsubscribe from this group and stop receiving emails
    from it, send an email to lucee+unsubscribe@googlegroups.com
    <mailto:lucee+unsubscribe@googlegroups.com>.
    To post to this group, send email to lucee@googlegroups.com
    <mailto:lucee@googlegroups.com>.
    To view this discussion on the web visit
    https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com
    <https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com?utm_medium=email&utm_source=footer>.
    For more options, visit https://groups.google.com/d/optout.
    -- 
    You received this message because you are subscribed to the
    Google Groups "Lucee" group.
    To unsubscribe from this group and stop receiving emails from
    it, send an email to lucee+unsubscribe@googlegroups.com
    <mailto:lucee+unsubscribe@googlegroups.com>.
    To post to this group, send email to lucee@googlegroups.com
    <mailto:lucee@googlegroups.com>.
    To view this discussion on the web visit
    https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org
    <https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org?utm_medium=email&utm_source=footer>.
    For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the
Google Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to lucee+unsubscribe@googlegroups.com
<mailto:lucee+unsubscribe@googlegroups.com>.
To post to this group, send email to lucee@googlegroups.com
<mailto:lucee@googlegroups.com>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAB%3DtfTogq237B27hhX7wvTwirmqDL_r249FnMyyeU_AnkjT9EA%40mail.gmail.com
<https://groups.google.com/d/msgid/lucee/CAB%3DtfTogq237B27hhX7wvTwirmqDL_r249FnMyyeU_AnkjT9EA%40mail.gmail.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.
-- 
You received this message because you are subscribed to the Google
Groups "Lucee" group.
To unsubscribe from this group and stop receiving emails from it,
send an email to lucee+unsubscribe@googlegroups.com
<mailto:lucee+unsubscribe@googlegroups.com>.
To post to this group, send email to lucee@googlegroups.com
<mailto:lucee@googlegroups.com>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/556DC724.5060400%40lucee.org
<https://groups.google.com/d/msgid/lucee/556DC724.5060400%40lucee.org?utm_medium=email&utm_source=footer>.


For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google
Groups “Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to lucee+unsubscribe@googlegroups.com
mailto:lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com
mailto:lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAG1WijXMLQqhxkEXUQTT703xcaGtK5XGVgKLhPhoUSO1fNYodQ%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAG1WijXMLQqhxkEXUQTT703xcaGtK5XGVgKLhPhoUSO1fNYodQ%40mail.gmail.com?utm_medium=email&utm_source=footer.
For more options, visit https://groups.google.com/d/optout.

Whilst the explanation makes sense, its not really acceptable to impose
directory naming limitations because of the underlying class structure,
which a cfml dev may have no knowledge of.
This is really a bug, Lucee should have a way of dealing with this.
Why can’t lucee prefix every package name with something to prevent this.On Tue, 2 Jun 2015 at 02:02 Igal @ Lucee.org <@Igal> wrote:

the package “java” is the most basic package for the JRE and is
restricted so that malicious code will not be able to disguise itself as
“trusted” code.

when Lucee compiles your code the directory structure is used for the
package, so if you have for example a directory like:

{site-root}/java/SomeCode.cfm

the class becomes something like

java.SomeCode.class (over-simplification)

and then you get an error that the java package is prohibited.

you can either rename the folder, or put it in a subfolder, e.g.

{site-root}/somefolder/java/SomeCode.cfm

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/
On 6/1/2015 5:46 PM, Cliff Mosdall wrote:

Hello Team,

I have a site I want to migrate from ACF to Lucee. The site has a page
called /java, which is about the island (http://www.landenweb.net/java/).
Running with Lucee it gives an error. Here’s an example using Lucee express
on Windows 7:

http://localhost:8888/java/

Lucee 4.5.1.000 Error (java.lang.SecurityException) Message Prohibited
package name: java Cause java.lang.SecurityException Java Stacktrace Prohibited
package name: java
Does anyone have an idea how I can fix this?

Cheers

You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com
https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org
https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

I’ve copied the ticket across:

https://luceeserver.atlassian.net/browse/LDEV-381

Kind regards,

Andrew
about.me http://about.me/andrew_dixon - mso http://www.mso.net - Lucee
Member http://lucee.orgOn 2 June 2015 at 16:09, Igal @ Lucee.org <@Igal> wrote:

I actually agree.

this old ticket would have resolved the issue, as well as have some other
benefits. perhaps it should be revisited:
https://issues.jboss.org/browse/RAILO-2868

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/
On 6/2/2015 1:35 AM, Chris Blackwell wrote:

Whilst the explanation makes sense, its not really acceptable to impose
directory naming limitations because of the underlying class structure,
which a cfml dev may have no knowledge of.
This is really a bug, Lucee should have a way of dealing with this.
Why can’t lucee prefix every package name with something to prevent this.

On Tue, 2 Jun 2015 at 02:02 Igal @ Lucee.org <@Igal> wrote:

the package “java” is the most basic package for the JRE and is
restricted so that malicious code will not be able to disguise itself as
“trusted” code.

when Lucee compiles your code the directory structure is used for the
package, so if you have for example a directory like:

{site-root}/java/SomeCode.cfm

the class becomes something like

java.SomeCode.class (over-simplification)

and then you get an error that the java package is prohibited.

you can either rename the folder, or put it in a subfolder, e.g.

{site-root}/somefolder/java/SomeCode.cfm

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/
On 6/1/2015 5:46 PM, Cliff Mosdall wrote:

Hello Team,

I have a site I want to migrate from ACF to Lucee. The site has a page
called /java, which is about the island (http://www.landenweb.net/java/).
Running with Lucee it gives an error. Here’s an example using Lucee express
on Windows 7:

http://localhost:8888/java/

Lucee 4.5.1.000 Error (java.lang.SecurityException) Message Prohibited
package name: java Cause java.lang.SecurityException Java Stacktrace Prohibited
package name: java
Does anyone have an idea how I can fix this?

Cheers

You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com
https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org
https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAB%3DtfTogq237B27hhX7wvTwirmqDL_r249FnMyyeU_AnkjT9EA%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAB%3DtfTogq237B27hhX7wvTwirmqDL_r249FnMyyeU_AnkjT9EA%40mail.gmail.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/556DC724.5060400%40lucee.org
https://groups.google.com/d/msgid/lucee/556DC724.5060400%40lucee.org?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.

agree, even it is not a major issue.

MichaOn Tue, Jun 2, 2015 at 10:35 AM, Chris Blackwell <@Chris_Blackwell> wrote:

Whilst the explanation makes sense, its not really acceptable to impose
directory naming limitations because of the underlying class structure,
which a cfml dev may have no knowledge of.
This is really a bug, Lucee should have a way of dealing with this.
Why can’t lucee prefix every package name with something to prevent this.

On Tue, 2 Jun 2015 at 02:02 Igal @ Lucee.org <@Igal> wrote:

the package “java” is the most basic package for the JRE and is
restricted so that malicious code will not be able to disguise itself as
“trusted” code.

when Lucee compiles your code the directory structure is used for the
package, so if you have for example a directory like:

{site-root}/java/SomeCode.cfm

the class becomes something like

java.SomeCode.class (over-simplification)

and then you get an error that the java package is prohibited.

you can either rename the folder, or put it in a subfolder, e.g.

{site-root}/somefolder/java/SomeCode.cfm

Igal Sapir
Lucee Core Developer
Lucee.org http://lucee.org/
On 6/1/2015 5:46 PM, Cliff Mosdall wrote:

Hello Team,

I have a site I want to migrate from ACF to Lucee. The site has a page
called /java, which is about the island (http://www.landenweb.net/java/).
Running with Lucee it gives an error. Here’s an example using Lucee express
on Windows 7:

http://localhost:8888/java/

Lucee 4.5.1.000 Error (java.lang.SecurityException) Message Prohibited
package name: java Cause java.lang.SecurityException Java Stacktrace Prohibited
package name: java
Does anyone have an idea how I can fix this?

Cheers

You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com
https://groups.google.com/d/msgid/lucee/b1a4077c-428f-4c18-9e4f-42bb4a691170%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org
https://groups.google.com/d/msgid/lucee/556D007D.8090304%40lucee.org?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
“Lucee” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to lucee+unsubscribe@googlegroups.com.
To post to this group, send email to lucee@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/lucee/CAB%3DtfTogq237B27hhX7wvTwirmqDL_r249FnMyyeU_AnkjT9EA%40mail.gmail.com
https://groups.google.com/d/msgid/lucee/CAB%3DtfTogq237B27hhX7wvTwirmqDL_r249FnMyyeU_AnkjT9EA%40mail.gmail.com?utm_medium=email&utm_source=footer
.

For more options, visit https://groups.google.com/d/optout.