Hi,

This is not a bug in Tapestry, nor is it a problem with Windows - at least I don't have that problem. To be honest I don't even think it's Glassfish's fault, although this works for me with Jetty. Perhaps it's a configuration issue of some sort?

And no, it's not simple to change the way Tapestry decodes URLs.

-Filip

Tommyboy66 skrev:
Hello,

I uses SSL in my Application and get an error 503 with EventLink and
ActionLink. For example my code is really simple:
*.tml:
        <t:eventlink t:id="button1">
            <input type="button" value="Click"/>
        </t:eventlink>

*.java:
   void onClickButton1() {
           Logfile.appendLog("onClickButton1");
        }

In this example T5 creates a link like this:
https://localhost/myApp/start:button1

If I click on the button1 I get an error "503 - Access to the requested
resource has been denied". The same issue in ActionLink or
Autocomplete-field. The normal submit of a form works fine (the link T5
create is like https://localhost/myApp/start.myform) . I think the problem
is the interaction between SSL-Encryption, Windows and the colon in the URL,
because without SSL my Code works. Has anybody an idea how i can avoid this? Is the mistake on Tapestry,
Glassfish or in my site? Is it (simple) possible to change the way Tapestry
decodes URLs?

Thank You,
Tom

PS: My server is a Glassfish



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to