Skip to content
#

application-server

Here are 72 public repositories matching this topic...

Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development. Lucee simplifies technologies like webservices (REST, SOAP, HTTP), ORM (Hibernate), searching (Lucene), datasources (MSSQL, Oracle, MySQL and others), caching (infinispan, ehcache, and memcached) and many more. Lucee provides a compatibility layer for Adobe ColdFusion © CFML using less resources and delivering better performance.

  • Updated Mar 5, 2021
  • Java
line-o
line-o commented Mar 4, 2020

Is your feature request related to a problem? Please describe.

Running the code below will result in two different error messages:

xquery version "3.1";

try { [1,2,3,4](-1) } catch err:FOAY0001 { $err:description },
try { array:get([1,2,3,4], -1) } catch err:FOAY0001 { $err:description }
  • "Array index out of bounds. Position -1 does not exist in this array. Length
GregUtas
GregUtas commented Nov 5, 2017

Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message

  • belongs to a valid protocol
  • matches its PSM's protocol (if sent by a PSM)
  • has a valid signal for its protocol
  • contains all parameters that are mandatory for its signal
  • contains
benhalstead
benhalstead commented May 31, 2019

httpendpoint.RequestedVersionExtractor.Extract should be able to return an error if the version encoded in the request is missing or invalid, resulting in an HTTP 400

RequestedVersionExtractor should be injected into the HTTPServer via a decorator (which the RuntimeCtl instance of the HTTPServer should opt out).

Improve this page

Add a description, image, and links to the application-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the application-server topic, visit your repo's landing page and select "manage topics."

Learn more