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


-- 
View this message in context: 
http://www.nabble.com/T5.0.13-colon-in-URL-leads-to-503-Error-tp18313019p18313019.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to